Hello community, here is the log from the commit of package post-build-checks for openSUSE:Factory checked in at 2016-05-14 12:23:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2015-09-19 06:51:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 2016-05-14 12:23:16.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 12 06:47:37 UTC 2016 - [email protected] + +- Update to version 13.2+git20160512.be9650e: + * Do not remove packages that had a corresponding -mini installed + +------------------------------------------------------------------- Old: ---- post-build-checks-13.2+git20150810.2703d2a.tar.xz New: ---- post-build-checks-13.2+git20160512.be9650e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.LWnr7b/_old 2016-05-14 12:23:17.000000000 +0200 +++ /var/tmp/diff_new_pack.LWnr7b/_new 2016-05-14 12:23:17.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package post-build-checks # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,13 @@ # +%define version_unconverted 13.2+git20160512.be9650e + Name: post-build-checks Summary: post checks for build after rpms have been created License: GPL-2.0+ Group: Development/Tools/Building -Version: 13.2+git20150810.2703d2a +Version: 13.2+git20160512.be9650e Release: 0 PreReq: aaa_base permissions sed Requires: aaa_base-malloccheck ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.LWnr7b/_old 2016-05-14 12:23:17.000000000 +0200 +++ /var/tmp/diff_new_pack.LWnr7b/_new 2016-05-14 12:23:17.000000000 +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">2703d2a45237235c7e63d6f0ca21d1143c86df87</param></service> -</servicedata> \ No newline at end of file + <param name="changesrevision">be9650e800652f30111db76894da1d1ccb47508d</param></service> +</servicedata> ++++++ post-build-checks-13.2+git20150810.2703d2a.tar.xz -> post-build-checks-13.2+git20160512.be9650e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-13.2+git20150810.2703d2a/checks/99-check-remove-rpms new/post-build-checks-13.2+git20160512.be9650e/checks/99-check-remove-rpms --- old/post-build-checks-13.2+git20150810.2703d2a/checks/99-check-remove-rpms 2015-03-24 12:42:39.000000000 +0100 +++ new/post-build-checks-13.2+git20160512.be9650e/checks/99-check-remove-rpms 2016-05-12 08:47:37.000000000 +0200 @@ -52,6 +52,8 @@ PKG=${PKG%.rpm} # Do not remove installed packages test -e "$BUILD_ROOT/installed-pkg/$PKG" && continue + # Do not remove packages that have a corresponding -mini installed (used to avoid cycles) + test -e "$BUILD_ROOT/installed-pkg/$PKG-mini" && continue # Nor packages differing in the shlib version like libreadline5 vs. # libreadline6 PKG1=${PKG%[0-9]}[0-9]
