added tags for pre/post in/out

CVS patchset: 20
CVS date: 1995/12/13 16:04:49
This commit is contained in:
root 1995-12-13 16:04:49 +00:00
parent bef5fd6745
commit 604a38ed5c
1 changed files with 4 additions and 0 deletions

View File

@ -29,5 +29,9 @@
#define RPMTAG_URL 1020
#define RPMTAG_OS 1021
#define RPMTAG_ARCH 1022
#define RPMTAG_PREIN 1023
#define RPMTAG_POSTIN 1024
#define RPMTAG_PREUN 1025
#define RPMTAG_POSTUN 1026
#endif