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}
*** This bug has been marked as a duplicate of 306471 ***