]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add missing REL_ entries to bindings
authorMichael Schroeder <mls@suse.de>
Wed, 26 Apr 2017 09:01:08 +0000 (11:01 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 26 Apr 2017 09:01:08 +0000 (11:01 +0200)
bindings/solv.i

index 61dc640adb48915585b4b8e7fef8e63c9be1de7a..7302d3a6c57a6470a7f327ade6a5b7859174cde5 100644 (file)
@@ -932,12 +932,18 @@ typedef int Id;
 %constant int REL_EQ;
 %constant int REL_GT;
 %constant int REL_LT;
-%constant int REL_ARCH;
 %constant int REL_AND;
 %constant int REL_OR;
 %constant int REL_WITH;
+%constant int REL_NAMESPACE;
+%constant int REL_ARCH;
+%constant int REL_FILECONFLICT;
 %constant int REL_COND;
+%constant int REL_COMPAT;
+%constant int REL_KIND;
+%constant int REL_MULTIARCH;
 %constant int REL_ELSE;
+%constant int REL_ERROR;
 
 typedef struct {
   Pool* const pool;