added REQUIRE_ANY (for no version dep)
authorroot <devnull@localhost>
Fri, 7 Jun 1996 15:22:15 +0000 (15:22 +0000)
committerroot <devnull@localhost>
Fri, 7 Jun 1996 15:22:15 +0000 (15:22 +0000)
CVS patchset: 612
CVS date: 1996/06/07 15:22:15

lib/rpmlib.h

index eefda35..af1ce66 100644 (file)
@@ -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)