Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory
checked in at Mon Mar 21 11:05:43 CET 2011.



--------
--- post-build-checks/post-build-checks.changes 2010-12-07 15:38:47.000000000 
+0100
+++ /mounts/work_src_done/STABLE/post-build-checks/post-build-checks.changes    
2011-03-21 00:56:18.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 00:52:59 CET 2011 - [email protected]
+
+- add helper/sync.sh to disable sync inside build environment 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.cCgW57/_old  2011-03-21 10:57:07.000000000 +0100
+++ /var/tmp/diff_new_pack.cCgW57/_new  2011-03-21 10:57:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package post-build-checks (Version 1.0)
+# spec file for package post-build-checks
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 AutoReqProv:    on
 Summary:        post checks for build after rpms have been created
 Version:        1.0
-Release:        82
+Release:        89
 PreReq:         aaa_base permissions sed
 Url:            http://gitorious.org/opensuse/post-build-checks
 #
@@ -86,6 +86,10 @@
     mv /bin/uname /bin/uname.bin
     ln -s /usr/lib/build/helper/uname.sh /bin/uname
 fi
+if test -f /bin/sync -a ! -L /bin/sync ; then
+    mv /bin/sync /bin/sync.bin
+    ln -s /usr/lib/build/helper/sync.sh /bin/sync
+fi
 
 %preun
 if ! test -e /.buildenv; then
@@ -94,6 +98,9 @@
 if test "$1" = 0 -a -f /bin/uname.bin ; then
     mv /bin/uname.bin /bin/uname
 fi
+if test "$1" = 0 -a -f /bin/sync.bin ; then
+    mv /bin/sync.bin /bin/sync
+fi
 
 %files
 %defattr(-, root, root)

++++++ post-build-checks-1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/checks/04-check-filelist 
new/post-build-checks-1.0/checks/04-check-filelist
--- old/post-build-checks-1.0/checks/04-check-filelist  2010-12-07 
15:11:18.000000000 +0100
+++ new/post-build-checks-1.0/checks/04-check-filelist  2011-03-21 
00:52:07.000000000 +0100
@@ -12,4 +12,8 @@
        [ $? = 0 ] || ret=1
 done
 
-exit $ret
+if [ "$ret" -ne 0 ]; then
+       echo "*** This failure will be made fatal at Dec 8, please fix your 
package ***"
+fi
+#exit $ret
+exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-1.0/helper/sync.sh 
new/post-build-checks-1.0/helper/sync.sh
--- old/post-build-checks-1.0/helper/sync.sh    1970-01-01 01:00:00.000000000 
+0100
+++ new/post-build-checks-1.0/helper/sync.sh    2011-03-21 00:52:07.000000000 
+0100
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+if test -f /.buildenv ; then
+    echo "sync disabled inside build environment."
+    exit 0
+fi
+
+exec /bin/sync.bin $*


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



Remember to have fun...

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

Reply via email to