diff options
Diffstat (limited to 'build/pack.c')
-rw-r--r-- | build/pack.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/pack.c b/build/pack.c index e426a75f7..6480cecaa 100644 --- a/build/pack.c +++ b/build/pack.c @@ -232,10 +232,8 @@ static rpmTagVal depevrtags[] = { RPMTAG_CONFLICTVERSION, RPMTAG_ORDERVERSION, RPMTAG_TRIGGERVERSION, - RPMTAG_SUGGESTVERSION, - RPMTAG_ENHANCEVERSION, - RPMTAG_RECOMMENDVERSION, - RPMTAG_SUPPLEMENTVERSION, + RPMTAG_SUGGESTSVERSION, + RPMTAG_ENHANCESVERSION, 0 }; |