commit post-build-checks for openSUSE:Factory
Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2020-03-31 17:31:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "post-build-checks" Tue Mar 31 17:31:30 2020 rev:98 rq:788583 version:84.87+git20200323.45c6eba Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2020-03-25 23:42:13.319972515 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new.3160/post-build-checks.changes 2020-03-31 17:31:31.252235032 +0200 @@ -1,0 +2,6 @@ +Mon Mar 23 11:08:48 UTC 2020 - kukuk@suse.com + +- Update to version 84.87+git20200323.45c6eba: + * Don't remove find, gzip and cpio + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20200319.57fe0e2.tar.xz New: ---- post-build-checks-84.87+git20200323.45c6eba.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.D7FJ1x/_old 2020-03-31 17:31:31.980235459 +0200 +++ /var/tmp/diff_new_pack.D7FJ1x/_new 2020-03-31 17:31:31.984235461 +0200 @@ -16,13 +16,13 @@ # -%define version_unconverted 84.87+git20200319.57fe0e2 +%define version_unconverted 84.87+git20200323.45c6eba Name: post-build-checks Summary: post checks for build after rpms have been created License: GPL-2.0-or-later Group: Development/Tools/Building -Version: 84.87+git20200319.57fe0e2 +Version: 84.87+git20200323.45c6eba Release: 0 PreReq: aaa_base permissions sed Requires: aaa_base-malloccheck ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.D7FJ1x/_old 2020-03-31 17:31:32.020235482 +0200 +++ /var/tmp/diff_new_pack.D7FJ1x/_new 2020-03-31 17:31:32.020235482 +0200 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/post-build-checks.git</param> - <param name="changesrevision">8071190bb97aa9a3ed8f544d69acc7f8e33ebf0d</param></service> + <param name="changesrevision">cc927e6a40f1bb818af40f82cab534d97d2f1138</param></service> </servicedata> \ No newline at end of file ++++++ post-build-checks-84.87+git20200319.57fe0e2.tar.xz -> post-build-checks-84.87+git20200323.45c6eba.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20200319.57fe0e2/checks/99-check-remove-rpms new/post-build-checks-84.87+git20200323.45c6eba/checks/99-check-remove-rpms --- old/post-build-checks-84.87+git20200319.57fe0e2/checks/99-check-remove-rpms 2020-03-19 10:12:28.000000000 +0100 +++ new/post-build-checks-84.87+git20200323.45c6eba/checks/99-check-remove-rpms 2020-03-23 11:48:35.000000000 +0100 @@ -48,6 +48,9 @@ coreutils=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/{date,cat,rm,chown}|sort -u` utillinux=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/su|sort -u` +findutils=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/find|sort -u` +gzip=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/gzip|sort -u` +cpio=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/cpio|sort -u` shell=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/sh|sort -u` for RPM in `reorder "${RPM_FILE_LIST[@]}"`; do @@ -73,7 +76,7 @@ case ${PKG} in libgcc*|libgomp*|libstdc++*) ;; - $coreutils|$utillinux|$shell) + $coreutils|$utillinux|$shell|$findutils|$gzip|$cpio) ;; rpm|rpm-build|rpm-ndb) ;;
participants (1)
-
root