Hello community,
here is the log from the commit of package post-build-checks for
openSUSE:Factory checked in at 2020-03-25 23:42:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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"
Wed Mar 25 23:42:06 2020 rev:97 rq:786384 version:84.87+git20200319.57fe0e2
Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes
2020-03-18 12:30:15.524380401 +0100
+++
/work/SRC/openSUSE:Factory/.post-build-checks.new.3160/post-build-checks.changes
2020-03-25 23:42:13.319972515 +0100
@@ -1,0 +2,6 @@
+Thu Mar 19 09:56:56 UTC 2020 - [email protected]
+
+- Update to version 84.87+git20200319.57fe0e2:
+ * Don't de-install the packages containing su and sh
+
+-------------------------------------------------------------------
Old:
----
post-build-checks-84.87+git20200305.61b5cdf.tar.xz
New:
----
post-build-checks-84.87+git20200319.57fe0e2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.2aGTsC/_old 2020-03-25 23:42:13.879972699 +0100
+++ /var/tmp/diff_new_pack.2aGTsC/_new 2020-03-25 23:42:13.883972700 +0100
@@ -16,13 +16,13 @@
#
-%define version_unconverted 84.87+git20200305.61b5cdf
+%define version_unconverted 84.87+git20200319.57fe0e2
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+git20200305.61b5cdf
+Version: 84.87+git20200319.57fe0e2
Release: 0
PreReq: aaa_base permissions sed
Requires: aaa_base-malloccheck
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.2aGTsC/_old 2020-03-25 23:42:13.931972715 +0100
+++ /var/tmp/diff_new_pack.2aGTsC/_new 2020-03-25 23:42:13.935972717 +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">b14fe84733d2365bf456b34a61bd0535121ac51d</param></service>
+ <param
name="changesrevision">8071190bb97aa9a3ed8f544d69acc7f8e33ebf0d</param></service>
</servicedata>
\ No newline at end of file
++++++ post-build-checks-84.87+git20200305.61b5cdf.tar.xz ->
post-build-checks-84.87+git20200319.57fe0e2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/post-build-checks-84.87+git20200305.61b5cdf/checks/99-check-remove-rpms
new/post-build-checks-84.87+git20200319.57fe0e2/checks/99-check-remove-rpms
--- old/post-build-checks-84.87+git20200305.61b5cdf/checks/99-check-remove-rpms
2020-03-05 10:56:39.000000000 +0100
+++ new/post-build-checks-84.87+git20200319.57fe0e2/checks/99-check-remove-rpms
2020-03-19 10:12:28.000000000 +0100
@@ -47,6 +47,8 @@
RPM_FILE_LIST=(`find $BUILD_ROOT$TOPDIR/RPMS -type f -name "*.rpm"`)
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`
+shell=`chroot $BUILD_ROOT rpm --qf '%{NAME}\n' -qf /usr/bin/sh|sort -u`
for RPM in `reorder "${RPM_FILE_LIST[@]}"`; do
PKG=${RPM##*/}
@@ -71,7 +73,7 @@
case ${PKG} in
libgcc*|libgomp*|libstdc++*)
;;
- $coreutils)
+ $coreutils|$utillinux|$shell)
;;
rpm|rpm-build|rpm-ndb)
;;