added REQUIRE_ANY (for no version dep)

CVS patchset: 612
CVS date: 1996/06/07 15:22:15
This commit is contained in:
root 1996-06-07 15:22:15 +00:00
parent 05d93b0ba0
commit 50f8edaeb3
1 changed files with 1 additions and 1 deletions

View 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)