]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- find-requires: don't check for +x - some binaries don't have it in buildroot rpm-4_0_2-79
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Jun 2002 23:38:42 +0000 (23:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 79

Changed files:
    rpm-find-requires -> 1.9
    rpm.spec -> 1.331

rpm-find-requires
rpm.spec

index 4f17454840d1d958c5e9d85d82d166847cc6c01b..6f2331b643921473dca6dad1edc8ec214b570d81 100755 (executable)
@@ -25,16 +25,12 @@ elfliblist=`echo $liblist | xargs -r file | egrep  ":.* ELF" | cut -d: -f1 `
 aoutliblist=`echo $liblist | xargs -r file | egrep  -v ":.* ELF" | cut -d: -f1 `
 
 aoutexerequires=`for f in $aoutexelist; do
-    if [ -x $f ]; then
        ldd $f | awk '/=>/ { print $1 }'
-    fi
 done | sort -u | sed "s/['\"]/\\\&/g" | xargs -r -n 1 basename | grep -v 'libNoVersion.so' | sort -u
 `
 
 elfexerequires=`for f in $elfexelist; do 
-    if [ -x $f ]; then
        objdump -p $f|awk '/NEEDED/ {print $2}'
-    fi
 done | sed "s/['\"]/\\\&/g" | grep -v 'libNoVersion.so' | sort -u
 `
                
index d16ae6de1906a660774803ee5e1026b2d8dbbbd8..ceeb6299c0222a39f0e7fa010d3e41cec169658a 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -7,7 +7,7 @@ Summary(pl):    Aplikacja do zarz
 Summary(pt_BR):        Gerenciador de pacotes RPM
 Name:          rpm
 Version:       4.0.2
-Release:       78
+Release:       79
 License:       GPL
 Group:         Base
 Source0:       ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/%{name}-%{version}.tar.gz
This page took 0.051456 seconds and 4 git commands to generate.