Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2012-09-23 21:10:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2012-09-20 15:48:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2012-09-23 21:10:23.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Sep 23 09:37:34 UTC 2012 - [email protected] + +- change the permissions check to use chkstat directly, + possibly this check outdated itself though + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks-1.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-1.0/checks/08-check-permissions new/post-build-checks-1.0/checks/08-check-permissions --- old/post-build-checks-1.0/checks/08-check-permissions 2012-09-17 16:41:44.000000000 +0200 +++ new/post-build-checks-1.0/checks/08-check-permissions 2012-09-23 11:37:14.000000000 +0200 @@ -17,16 +17,16 @@ $BUILD_ROOT/etc/sysconfig/security > $BUILD_ROOT/etc/sysconfig/security.tmp mv $BUILD_ROOT/etc/sysconfig/security $BUILD_ROOT/etc/sysconfig/security.bak mv $BUILD_ROOT/etc/sysconfig/security.tmp $BUILD_ROOT/etc/sysconfig/security - chroot $BUILD_ROOT /sbin/SuSEconfig --module permissions >/dev/null 2>&1 + chroot $BUILD_ROOT /usr/bin/chkstat --system >/dev/null 2>&1 chroot $BUILD_ROOT rpm -Vp ${i#$BUILD_ROOT} > $BUILD_ROOT/.build_patchrpmcheck2 mv $BUILD_ROOT/etc/sysconfig/security.bak $BUILD_ROOT/etc/sysconfig/security - chroot $BUILD_ROOT /sbin/SuSEconfig --module permissions >/dev/null 2>&1 + chroot $BUILD_ROOT /usr/bin/chkstat --system >/dev/null 2>&1 umount -n $BUILD_ROOT/proc if ! cmp -s $BUILD_ROOT/.build_patchrpmcheck1 $BUILD_ROOT/.build_patchrpmcheck2; then echo "--------------------------------------------------------------------" echo "package: $NAME" - echo "SuSEconfig.permissions modified files that are not properly handled!" + echo "/usr/bin/chkstat modified files that are not properly handled!" echo "this will break rpm -V, ask ro for details." echo "diff for both runs of rpm -V:" diff -u $BUILD_ROOT/.build_patchrpmcheck1 $BUILD_ROOT/.build_patchrpmcheck2 | tail -n+4 | grep -v '^ ' -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
