aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfind-requires.in2
-rw-r--r--rpm-mandriva-setup.spec3
2 files changed, 4 insertions, 1 deletions
diff --git a/find-requires.in b/find-requires.in
index ca09eaa..9038276 100755
--- a/find-requires.in
+++ b/find-requires.in
@@ -179,7 +179,7 @@ for i in `echo $filelist | tr '[:blank:]' "\n" | egrep "(/usr(/X11R6)?)?/lib(|64
lib64=`if file -L $i 2>/dev/null | grep "ELF 64-bit" >/dev/null; then echo "(64bit)"; fi` && \
[ -h ${i} -a -n "${objd}" ] && \
ldd ${i} \
- | grep -v "/\(lib\|lib64\)/ld-linux.*\.so" \
+ | grep -v "/\(lib\|lib64\)/\(ld\|ld64\|ld-linux.*\)\.so" \
| perl -p -e "s/\s+(\S+)\.so.*/devel(\1$lib64)/g"
done | egrep -v 'devel\(linux-gate|lib(c|pthread|rt)(\(64bit\))?\)' | sort -u
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec
index 09e1f21..451bea3 100644
--- a/rpm-mandriva-setup.spec
+++ b/rpm-mandriva-setup.spec
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+- merge from old ppc64 branch:
+ * find-requires: handle ppc64 loaders
+
* Wed May 25 2005 Olivier Thauvin <nanardon@zarb.org> 1.0-1mdk
- 1.0:
- disable automatic gpg key query on server