Bug 248094 - No alpha support for redhat-lsb
Summary: No alpha support for redhat-lsb
Keywords:
Status: CLOSED DUPLICATE of bug 306471
Alias: None
Product: Fedora
Classification: Fedora
Component: redhat-lsb
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Lawrence Lim
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-13 06:56 UTC by Oliver Falk
Modified: 2014-03-26 00:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-11-05 10:59:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Oliver Falk 2007-07-13 06:56:42 UTC
Hi Jesse!

Could you please have a look into this diff and fix it in cvs, if it's OK.

I'm not 100% sure if the requires is OK. Eg. I only have libc.so.6.1 - maybe
only a built problem of my glibc... I have to clarify that...

Index: redhat-lsb.spec
===================================================================
RCS file: /cvs/pkgs/devel/redhat-lsb/redhat-lsb.spec,v
retrieving revision 1.28
diff -u -p -r1.28 redhat-lsb.spec
--- redhat-lsb.spec     2 May 2007 05:10:15 -0000       1.28
+++ redhat-lsb.spec     13 Jul 2007 06:53:58 -0000
@@ -36,6 +36,11 @@
 %define lsbldso ld-lsb-x86-64.so
 %endif

+%ifarch alpha
+%define ldso ld-linux.so.2
+%define lsbldso ld-lsb.so
+%endif
+
 %ifarch ia64 ppc64 s390x x86_64
 %define qual ()(64bit)
 %else
@@ -81,12 +86,15 @@ Provides: lsb = %{version}
 %ifarch x86_64
 %define archname amd64
 %endif
+%ifarch alpha
+%define archname alpha
+%endif
 Provides: lsb-core-%{archname} = %{version}
 Provides: lsb-graphics-%{archname} = %{version}
 Provides: lsb-core-noarch = %{version}
 Provides: lsb-graphics-noarch = %{version}

-ExclusiveArch: i386 ia64 x86_64 ppc ppc64 s390 s390x
+ExclusiveArch: i386 ia64 x86_64 ppc ppc64 s390 s390x alpha

 %ifarch %{ix86}
 # archLSB IA32 Base Libraries
@@ -186,6 +194,20 @@ Requires: libc.so.6()(64bit)
 Requires: libstdc++.so.6()(64bit)
 %endif

+%ifarch alpha
+# archLSB Alpha Base Libraries
+Requires: libz.so.1
+Requires: libutil.so.1
+Requires: libpthread.so.0
+Requires: libncurses.so.5
+Requires: libm.so.6
+Requires: libgcc_s.so.1
+Requires: libdl.so.2
+Requires: libcrypt.so.1
+Requires: libc.so.6
+Requires: libstdc++.so.6
+%endif
+
 # gLSB Base/Utility/Stdc++/Graphics Libraries
 Requires: libz.so.1%{qual}
 Requires: libutil.so.1%{qual}

Comment 1 Oliver Falk 2007-11-05 10:59:05 UTC

*** This bug has been marked as a duplicate of 306471 ***


Note You need to log in before you can comment on or make changes to this bug.