Created noarch architecture

CVS patchset: 1655
CVS date: 1997/05/21 17:46:16
This commit is contained in:
ewt 1997-05-21 17:46:16 +00:00
parent dbd5ccf1a7
commit 098292053e
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,8 @@
- fixed --setperms and --setugids to handle empty packages and - fixed --setperms and --setugids to handle empty packages and
packages with odd filenames packages with odd filenames
- include <sys/time.h> before <sys/resource.h> - 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: 2.3.11 -> 2.4:
- changed RPMNLSDIR directories to and @datadir@ to better - changed RPMNLSDIR directories to and @datadir@ to better

View File

@ -93,7 +93,7 @@ buildarchtranslate: osfmach3_ppc: ppc
############################################################# #############################################################
# Architecture compatibility # Architecture compatibility
arch_compat: alpha: axp arch_compat: alpha: axp noarch
arch_compat: i986: i886 arch_compat: i986: i886
arch_compat: i886: i786 arch_compat: i886: i786
@ -101,6 +101,7 @@ arch_compat: i786: i686
arch_compat: i686: i586 arch_compat: i686: i586
arch_compat: i586: i486 arch_compat: i586: i486
arch_compat: i486: i386 arch_compat: i486: i386
arch_compat: i386: noarch
arch_compat: osfmach3_i986: i986 osfmach3_i886 arch_compat: osfmach3_i986: i986 osfmach3_i886
arch_compat: osfmach3_i886: i886 osfmach3_i786 arch_compat: osfmach3_i886: i886 osfmach3_i786
@ -113,3 +114,6 @@ arch_compat: osfmach3_i386: i486
arch_compat: osfmach3_ppc: ppc arch_compat: osfmach3_ppc: ppc
arch_compat: usparc: sparc arch_compat: usparc: sparc
arch_compat: sparc: noarch
arch_compat: ppc: noarch