From 50f8edaeb3b5d3f958e2323fdf9bf9a2b07f5c15 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jun 1996 15:22:15 +0000 Subject: [PATCH] added REQUIRE_ANY (for no version dep) CVS patchset: 612 CVS date: 1996/06/07 15:22:15 --- lib/rpmlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rpmlib.h b/lib/rpmlib.h index eefda35..af1ce66 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -103,7 +103,7 @@ extern const int rpmTagTableSize; #define VERIFY_RDEV (1 << 7) #define VERIFY_ALL ~(VERIFY_NONE) - +#define REQUIRE_ANY 0 #define REQUIRE_SERIAL (1 << 0) #define REQUIRE_LESS (1 << 1) #define REQUIRE_GREATER (1 << 2) -- 2.7.4