Created noarch architecture
CVS patchset: 1655 CVS date: 1997/05/21 17:46:16
This commit is contained in:
parent
dbd5ccf1a7
commit
098292053e
3
CHANGES
3
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue