[Bug 980] New: tet rpm needs to be built for i486 and also have the dependency on the core module
| Newsgroups | gmane.linux.lsb.test-suite |
|---|---|
| Message-ID | <[email protected]> |
OtherBugsDependingO 612
nThis:
We need to uncomment the core module dependency in the rpm spec file to ensure
that the package is lsb conforming.# comment this out, since it often means that the
# package cannot be installed , the value 3.0 is for LSB 3.0
#%ifarch i386 i486 i585 i686 athlon
#PreReq: lsb-core-ia32 >= 3.0
#%endif
#%ifarch ia64
#PreReq: lsb-core-ia64 >= 3.0
#%endif
#%ifarch ppc
#PreReq: lsb-core-ppc32 >= 3.0
#%endif
#%ifarch ppc64
#PreReq: lsb-core-ppc64 >= 3.0
#%endif
#%ifarch s390
#PreReq: lsb-core-s390 >= 3.0
#%endif
#%ifarch s390x
#PreReq: lsb-core-s390x >= 3.0
#%endif
#%ifarch x86_64
#PreReq: lsb-core-amd64 >= 3.0
#%endif
We also need to build specifically for i486 rather than i386
(i'm not sure how to activate that).
--
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.