summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2020-10-08 13:53:22 +0300
committerPanu Matilainen <pmatilai@redhat.com>2020-12-10 13:28:07 +0200
commit92ebd48ae84f6f179535037be49e739c91e9fa74 (patch)
treeebc5d394052bb996dea8a9ee3132c981497b7bf9
parent3e6bc4d3aee2533c52a05b7ace5c70f877edc188 (diff)
downloadrpm-92ebd48ae84f6f179535037be49e739c91e9fa74.tar.gz
Fix RPMTAG_SUGGESTVERSION and -FLAGS info, they're not extensions
(cherry picked from commit b441de003160885b1c0a3106011960706bcfb0d5)
-rw-r--r--lib/rpmtag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmtag.h b/lib/rpmtag.h
index 5618b7d30..7d1943835 100644
--- a/lib/rpmtag.h
+++ b/lib/rpmtag.h
@@ -324,8 +324,8 @@ typedef enum rpmTag_e {
RPMTAG_RECOMMENDFLAGS = 5048, /* i[] */
RPMTAG_SUGGESTNAME = 5049, /* s[] */
#define RPMTAG_SUGGESTS RPMTAG_SUGGESTNAME /* s[] */
- RPMTAG_SUGGESTVERSION = 5050, /* s[] extension */
- RPMTAG_SUGGESTFLAGS = 5051, /* i[] extension */
+ RPMTAG_SUGGESTVERSION = 5050, /* s[] */
+ RPMTAG_SUGGESTFLAGS = 5051, /* i[] */
RPMTAG_SUPPLEMENTNAME = 5052, /* s[] */
#define RPMTAG_SUPPLEMENTS RPMTAG_SUPPLEMENTNAME /* s[] */
RPMTAG_SUPPLEMENTVERSION = 5053, /* s[] */