added tags for pre/post in/out
authorroot <devnull@localhost>
Wed, 13 Dec 1995 16:04:49 +0000 (16:04 +0000)
committerroot <devnull@localhost>
Wed, 13 Dec 1995 16:04:49 +0000 (16:04 +0000)
CVS patchset: 20
CVS date: 1995/12/13 16:04:49

lib/rpmlib.h

index 7c9dcd1..2f15762 100644 (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