Created noarch architecture
authorewt <devnull@localhost>
Wed, 21 May 1997 17:46:16 +0000 (17:46 +0000)
committerewt <devnull@localhost>
Wed, 21 May 1997 17:46:16 +0000 (17:46 +0000)
CVS patchset: 1655
CVS date: 1997/05/21 17:46:16

CHANGES
lib-rpmrc.in

diff --git a/CHANGES b/CHANGES
index f4ef030..94e2b3e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,8 @@
        - fixed --setperms and --setugids to handle empty packages and 
          packages with odd filenames
        - include <sys/time.h> before <sys/resource.h>
-       - include "miscfn.h" first
+       - include "miscfn.h" first in every file which needs it
+       - created noarch architecture which everything is compatible with
 
 2.3.11 -> 2.4:
        - changed RPMNLSDIR directories to and @datadir@ to better
index f940e1a..7cbe520 100644 (file)
@@ -93,7 +93,7 @@ buildarchtranslate: osfmach3_ppc: ppc
 #############################################################
 # Architecture compatibility
 
-arch_compat: alpha: axp
+arch_compat: alpha: axp noarch
 
 arch_compat: i986: i886
 arch_compat: i886: i786
@@ -101,6 +101,7 @@ arch_compat: i786: i686
 arch_compat: i686: i586
 arch_compat: i586: i486
 arch_compat: i486: i386
+arch_compat: i386: noarch
 
 arch_compat: osfmach3_i986: i986 osfmach3_i886
 arch_compat: osfmach3_i886: i886 osfmach3_i786
@@ -113,3 +114,6 @@ arch_compat: osfmach3_i386: i486
 arch_compat: osfmach3_ppc: ppc
 
 arch_compat: usparc: sparc
+arch_compat: sparc: noarch
+
+arch_compat: ppc: noarch