Add RPMTAG_EPOCH and RPMTAG_CAPABILITY init to 0.
CVS patchset: 2262 CVS date: 1998/08/20 16:34:58
This commit is contained in:
parent
fddd1e7215
commit
0a38e41556
|
@ -31,7 +31,8 @@ extern const struct headerSprintfExtension rpmHeaderFormats[];
|
|||
#define RPMTAG_NAME 1000
|
||||
#define RPMTAG_VERSION 1001
|
||||
#define RPMTAG_RELEASE 1002
|
||||
#define RPMTAG_SERIAL 1003
|
||||
#define RPMTAG_EPOCH 1003
|
||||
#define RPMTAG_SERIAL RPMTAG_EPOCH /* backward comaptibility */
|
||||
#define RPMTAG_SUMMARY 1004
|
||||
#define RPMTAG_DESCRIPTION 1005
|
||||
#define RPMTAG_BUILDTIME 1006
|
||||
|
|
Loading…
Reference in New Issue