Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory
checked in at Tue Jul 12 13:49:29 CEST 2011.



--------
--- brp-check-suse/brp-check-suse.changes       2011-05-13 15:02:04.000000000 
+0200
+++ brp-check-suse/brp-check-suse.changes       2011-07-11 16:59:28.000000000 
+0200
@@ -1,0 +2,5 @@
+Mon Jul 11 14:53:59 UTC 2011 - [email protected]
+
+- do no longer check for libraries in /usr (bnc#696004)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.ZN5igO/_old  2011-07-12 13:48:16.000000000 +0200
+++ /var/tmp/diff_new_pack.ZN5igO/_new  2011-07-12 13:48:16.000000000 +0200
@@ -24,7 +24,7 @@
 AutoReqProv:    off
 Summary:        build root policy check scripts
 Version:        1.0
-Release:        42
+Release:        44
 Source0:        %{name}-%{version}.tar.bz2
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ brp-check-suse-1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-1.0/brp-rootfs 
new/brp-check-suse-1.0/brp-rootfs
--- old/brp-check-suse-1.0/brp-rootfs   2011-05-10 13:55:29.000000000 +0200
+++ new/brp-check-suse-1.0/brp-rootfs   2011-07-11 16:53:26.000000000 +0200
@@ -15,9 +15,9 @@
            ;;
     esac
        
-    ldd $f | grep -qE '/(usr|opt)' && {
-       echo "binary ${f##$RPM_BUILD_ROOT} is linked against libraries in /usr 
or /opt"
-       ldd $f | grep -E '/(usr|opt)'
+    ldd $f | grep -qE '/opt' && {
+       echo "binary ${f##$RPM_BUILD_ROOT} is linked against libraries in /opt"
+       ldd $f | grep -E '/opt'
        OUT_OF_FS=1
     }
 done
@@ -29,9 +29,9 @@
          grep -v "/evms/" |
          grep -v "/libnss_" |
          sed -n -e 's/^\(.*\):[[:space:]]*ELF.*/\1/p'` ; do
-    ldd $f 2>/dev/null | grep -qE '/(usr|opt)' && {
-       echo "library ${f##$RPM_BUILD_ROOT} is linked against libraries in /usr 
or /opt"
-       ldd $f | grep -E '/(usr|opt)'
+    ldd $f 2>/dev/null | grep -q '/opt' && {
+       echo "library ${f##$RPM_BUILD_ROOT} is linked against libraries in /opt"
+       ldd $f | grep -E '/opt'
        OUT_OF_FS=1
     }
 done


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to