Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2021-02-11 12:45:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Thu Feb 11 12:45:56 2021 rev:101 rq:870280 version:84.87+git20210208.d8d4154 Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2020-09-23 18:39:39.049279892 +0200 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new.28504/post-build-checks.changes 2021-02-11 12:46:14.717389106 +0100 @@ -1,0 +2,6 @@ +Mon Feb 08 13:41:18 UTC 2021 - [email protected] + +- Update to version 84.87+git20210208.d8d4154: + * Don't remove usrmerge helper packages (boo#1029961) + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20200916.d341ab0.tar.xz New: ---- post-build-checks-84.87+git20210208.d8d4154.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.4sNK7h/_old 2021-02-11 12:46:15.577390359 +0100 +++ /var/tmp/diff_new_pack.4sNK7h/_new 2021-02-11 12:46:15.581390364 +0100 @@ -1,7 +1,7 @@ # # spec file for package post-build-checks # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,13 @@ # -%define version_unconverted 84.87+git20200916.d341ab0 +%define version_unconverted 84.87+git20210208.d8d4154 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+git20200916.d341ab0 +Version: 84.87+git20210208.d8d4154 Release: 0 PreReq: aaa_base permissions sed Requires: aaa_base-malloccheck ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.4sNK7h/_old 2021-02-11 12:46:15.641390451 +0100 +++ /var/tmp/diff_new_pack.4sNK7h/_new 2021-02-11 12:46:15.645390458 +0100 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/post-build-checks.git</param> - <param name="changesrevision">d341ab0ee0ea0b174a510858674162129ddd30f0</param></service> + <param name="changesrevision">d8a38d9d67fba89c2f798a2b8ae476864fa0ea74</param></service> </servicedata> \ No newline at end of file ++++++ post-build-checks-84.87+git20200916.d341ab0.tar.xz -> post-build-checks-84.87+git20210208.d8d4154.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20200916.d341ab0/checks/00-check-install-rpms new/post-build-checks-84.87+git20210208.d8d4154/checks/00-check-install-rpms --- old/post-build-checks-84.87+git20200916.d341ab0/checks/00-check-install-rpms 2020-09-16 12:12:29.000000000 +0200 +++ new/post-build-checks-84.87+git20210208.d8d4154/checks/00-check-install-rpms 2021-02-08 14:40:49.000000000 +0100 @@ -4,14 +4,18 @@ TOPDIR=/usr/src/packages test -d $BUILD_ROOT/.build.packages && TOPDIR=/.build.packages export YAST_IS_RUNNING="instsys" -RPM_FILE_LIST=(`find $BUILD_ROOT$TOPDIR/RPMS -type f -name "*.rpm"`) -for rpm in $RPM_FILE_LIST ; do +for rpm in `find $BUILD_ROOT$TOPDIR/RPMS -type f -name "*.rpm"`; do case ${rpm##*/} in rpm-ndb-*) echo "converting rpm database to ndb" chroot $BUILD_ROOT rpmdb --define '_db_backend ndb' --rebuilddb ;; + bash-legacybin-*|glibc-legacylib-*) + # skip those packages in case usrmerged system + [ ! -L $BUILD_ROOT/bin ] || continue + ;; esac + RPM_FILE_LIST+=("$rpm") done ADDITIONAL_PARAMS= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20200916.d341ab0/checks/99-check-remove-rpms new/post-build-checks-84.87+git20210208.d8d4154/checks/99-check-remove-rpms --- old/post-build-checks-84.87+git20200916.d341ab0/checks/99-check-remove-rpms 2020-09-16 12:12:29.000000000 +0200 +++ new/post-build-checks-84.87+git20210208.d8d4154/checks/99-check-remove-rpms 2021-02-08 14:40:49.000000000 +0100 @@ -78,6 +78,8 @@ ;; $coreutils|$utillinux|$shell|$findutils|$gzip|$cpio) ;; + bash-legacybin*|glibc-legacylib*) + ;; rpm|rpm-build|rpm-ndb) ;; *)
