From 8bde943394fe9adea8c523f99d643c9d3b429bd4 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 26 Apr 2017 11:01:08 +0200 Subject: [PATCH] Add missing REL_ entries to bindings --- bindings/solv.i | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bindings/solv.i b/bindings/solv.i index 61dc640a..7302d3a6 100644 --- a/bindings/solv.i +++ b/bindings/solv.i @@ -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; -- 2.47.3