Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2020-09-04 10:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and      /work/SRC/openSUSE:Factory/.post-build-checks.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "post-build-checks"

Fri Sep  4 10:53:37 2020 rev:99 rq:830984 version:84.87+git20200819.5847424

Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes      
2020-03-31 17:31:31.252235032 +0200
+++ 
/work/SRC/openSUSE:Factory/.post-build-checks.new.3399/post-build-checks.changes
    2020-09-04 10:53:42.718449778 +0200
@@ -1,0 +2,19 @@
+Mon Aug 24 16:17:32 CEST 2020 - [email protected]
+
+- add the abuild user to the trusted group so that
+  fusermount works (boo#1159963) 
+
+-------------------------------------------------------------------
+Wed Aug 19 08:42:27 UTC 2020 - [email protected]
+
+- Update to version 84.87+git20200819.5847424:
+  * Revert "50-check-permissions use --level option of chkstat"
+
+-------------------------------------------------------------------
+Tue Aug 18 12:15:36 UTC 2020 - [email protected]
+
+- Update to version 84.87+git20200818.e4ffaa8:
+  * 50-check-permissions use --level option of chkstat
+    (boo#1159963)
+
+-------------------------------------------------------------------

Old:
----
  post-build-checks-84.87+git20200323.45c6eba.tar.xz

New:
----
  post-build-checks-84.87+git20200819.5847424.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.IQrajX/_old  2020-09-04 10:53:43.322450101 +0200
+++ /var/tmp/diff_new_pack.IQrajX/_new  2020-09-04 10:53:43.326450103 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define version_unconverted 84.87+git20200323.45c6eba
+%define version_unconverted 84.87+git20200819.5847424
 
 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+git20200323.45c6eba
+Version:        84.87+git20200819.5847424
 Release:        0
 PreReq:         aaa_base permissions sed
 Requires:       aaa_base-malloccheck
@@ -73,10 +73,16 @@
 if ! test -e /.buildenv; then
     exit 0
 fi
+# change the PERMISSION set to "secure"
 sed -i -e "s@^PERMISSION_SECURITY=.*@PERMISSION_SECURITY=\"secure\"@" 
/etc/sysconfig/security
+# add the abuild user to the trusted group so that fusermount works
+usermod -G trusted -a abuild || true
+# set the timezone to UTC
 if [ -f /etc/sysconfig/clock ] ; then
 sed -i -e "s@^TIMEZONE=.*@TIMEZONE=\"UTC\"@" /etc/sysconfig/clock
 fi
+# and add the ugly workaround to override the output of uname -v
+# to match the installed kernel sources
 UNAME=/bin/uname
 if test -f /usr/bin/uname ; then
     UNAME=/usr/bin/uname

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.IQrajX/_old  2020-09-04 10:53:43.362450122 +0200
+++ /var/tmp/diff_new_pack.IQrajX/_new  2020-09-04 10:53:43.366450125 +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">cc927e6a40f1bb818af40f82cab534d97d2f1138</param></service>
+  <param 
name="changesrevision">584742418b33de1237c278f8ba746f25b419d9cd</param></service>
 </servicedata>
\ No newline at end of file

++++++ post-build-checks-84.87+git20200323.45c6eba.tar.xz -> 
post-build-checks-84.87+git20200819.5847424.tar.xz ++++++


Reply via email to