diff options
author | jbj <devnull@localhost> | 1998-11-06 18:30:35 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-06 18:30:35 +0000 |
commit | b9defc611c3c62d36bc61be9abd910666281dba4 (patch) | |
tree | 213f1ad59c805dd432f41fb8a9b1e29ec52693ac /build | |
parent | 06346f87e70453d6758ac06837060880a54a2bd2 (diff) | |
download | librpm-tizen-b9defc611c3c62d36bc61be9abd910666281dba4.tar.gz librpm-tizen-b9defc611c3c62d36bc61be9abd910666281dba4.tar.bz2 librpm-tizen-b9defc611c3c62d36bc61be9abd910666281dba4.zip |
sub-packages inherit RPMTAG_EPOCH (just like RPMTAG_VERSION/RELEASE).
CVS patchset: 2514
CVS date: 1998/11/06 18:30:35
Diffstat (limited to 'build')
-rw-r--r-- | build/parsePreamble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 1a6da1e7a..b23553ca4 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -5,6 +5,7 @@ #include "popt/popt.h" static int copyTagsDuringParse[] = { + RPMTAG_EPOCH, RPMTAG_VERSION, RPMTAG_RELEASE, RPMTAG_LICENSE, |