sub-packages should inheirit Prefixes tag (Ian Mortimer).
authorjbj <devnull@localhost>
Mon, 15 Feb 1999 18:58:17 +0000 (18:58 +0000)
committerjbj <devnull@localhost>
Mon, 15 Feb 1999 18:58:17 +0000 (18:58 +0000)
CVS patchset: 2794
CVS date: 1999/02/15 18:58:17

CHANGES
build/parsePreamble.c

diff --git a/CHANGES b/CHANGES
index fa9e32b..39e8929 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -55,6 +55,7 @@
 
 2.5.6 -> 2.5.7:
        - resurrect osf1 as canonical os name (Time Mooney).
+       - sub-packages should inheirit Prefixes tag (Ian Mortimer).
        - make '-' character illegal (again) in version/release.
        - use portable #!/bin/sh (Tim Mooney).
        - don't erase failing build script (Tim Mooney).
index 07113ad..7500245 100644 (file)
@@ -17,6 +17,7 @@ static int copyTagsDuringParse[] = {
     RPMTAG_CHANGELOGTIME,
     RPMTAG_CHANGELOGNAME,
     RPMTAG_CHANGELOGTEXT,
+    RPMTAG_PREFIXES,
     0
 };