diff options
author | root <devnull@localhost> | 1996-07-14 03:37:18 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-07-14 03:37:18 +0000 |
commit | b644f93374ee63f5c2b77843837046188453d2f5 (patch) | |
tree | bbabf6fc64e9b47e2358e60d1529bb21790bc0bb /lib | |
parent | ce8b994704e1749c6bd0c067a6354ed92789683d (diff) | |
download | rpm-b644f93374ee63f5c2b77843837046188453d2f5.tar.gz rpm-b644f93374ee63f5c2b77843837046188453d2f5.tar.bz2 rpm-b644f93374ee63f5c2b77843837046188453d2f5.zip |
remove require_group. It will always be ON now.
CVS patchset: 809
CVS date: 1996/07/14 03:37:18
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmlib.h | 2 | ||||
-rw-r--r-- | lib/rpmrc.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 967d7d811..9f5bc6055 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -139,7 +139,7 @@ extern const int rpmTagTableSize; #define RPMVAR_SRPMDIR 8 #define RPMVAR_ARCHSENSITIVE 9 #define RPMVAR_REQUIREDISTRIBUTION 10 -#define RPMVAR_REQUIREGROUP 11 +/* #define RPMVAR_REQUIREGROUP 11 -- No longer used */ #define RPMVAR_REQUIREVENDOR 12 #define RPMVAR_DISTRIBUTION 13 #define RPMVAR_VENDOR 14 diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 27f98fd41..9b9ba3eef 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -37,7 +37,6 @@ struct option optionTable[] = { { "pgp_name", RPMVAR_PGP_NAME, 0 }, { "pgp_path", RPMVAR_PGP_PATH, 0 }, { "require_distribution", RPMVAR_REQUIREDISTRIBUTION, 0 }, - { "require_group", RPMVAR_REQUIREGROUP, 0 }, { "require_icon", RPMVAR_REQUIREICON, 0 }, { "require_vendor", RPMVAR_REQUIREVENDOR, 0 }, { "root", RPMVAR_ROOT, 0 }, |