From: Michael Schroeder Date: Sat, 9 Apr 2016 11:21:53 +0000 (+0200) Subject: Bump RPMDB_COOKIE_VERSION as we added SOLVABLE_PREREQ_IGNOREINST X-Git-Tag: 0.6.21~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f549a397f4d0ca1d5ed64bb4bc73dc7a9a11c1;p=thirdparty%2Flibsolv.git Bump RPMDB_COOKIE_VERSION as we added SOLVABLE_PREREQ_IGNOREINST --- diff --git a/ext/repo_rpmdb.c b/ext/repo_rpmdb.c index 308cfe59..5cda891e 100644 --- a/ext/repo_rpmdb.c +++ b/ext/repo_rpmdb.c @@ -54,7 +54,8 @@ /* 3: added triggers */ /* 4: fixed triggers */ /* 5: fixed checksum copying */ -#define RPMDB_COOKIE_VERSION 5 +/* 6: add SOLVABLE_PREREQ_IGNOREINST support */ +#define RPMDB_COOKIE_VERSION 6 #define TAG_NAME 1000 #define TAG_VERSION 1001