Skip to content

Commit

Permalink
Document RPMDBI_SIGMD5 and RPMDBI_SHA1HEADER as obsolete
Browse files Browse the repository at this point in the history
Nothing and nobody should be using these for anything at all.
We'd rather remove these indexes entirely but doing so while keeping
compatibility with existing databases and so on is far more trouble
than letting these die of old age is. V6 packages will not have such
tags so in time these indexes will be all empty and then we can just
axe them without having to work out transitional details.

Related: #2633
  • Loading branch information
pmatilai authored and ffesti committed Sep 30, 2024
1 parent 7b8ff81 commit 5779154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/rpm/rpmtag.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ typedef enum rpmDbiTag_e {
RPMDBI_TRIGGERNAME = RPMTAG_TRIGGERNAME,
RPMDBI_DIRNAMES = RPMTAG_DIRNAMES,
RPMDBI_INSTALLTID = RPMTAG_INSTALLTID,
RPMDBI_SIGMD5 = RPMTAG_SIGMD5,
RPMDBI_SHA1HEADER = RPMTAG_SHA1HEADER,
RPMDBI_SIGMD5 = RPMTAG_SIGMD5, /* OBSOLETE */
RPMDBI_SHA1HEADER = RPMTAG_SHA1HEADER, /* OBSOLETE */
RPMDBI_INSTFILENAMES = RPMTAG_INSTFILENAMES,
RPMDBI_FILETRIGGERNAME = RPMTAG_FILETRIGGERNAME,
RPMDBI_TRANSFILETRIGGERNAME = RPMTAG_TRANSFILETRIGGERNAME,
Expand Down

0 comments on commit 5779154

Please sign in to comment.