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 2026-07-15 16:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
and /work/SRC/openSUSE:Factory/.post-build-checks.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks"
Wed Jul 15 16:22:13 2026 rev:119 rq:1348451 version:84.87+git20260421.8ed5e73
Changes:
--------
--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes
2025-07-27 16:25:36.920133557 +0200
+++
/work/SRC/openSUSE:Factory/.post-build-checks.new.1991/post-build-checks.changes
2026-07-15 16:22:16.894918188 +0200
@@ -1,0 +2,9 @@
+Tue Apr 21 09:12:01 UTC 2026 - Ruediger Oertel <[email protected]>
+
+- Update to version 84.87+git20260421.8ed5e73:
+ * drop reproducible build config, this is moving to a separate package
+ * 99-check-remove-rpms: don't remove libsframe*
+ * 50-check-permissions: Fix wrong use of quotes in command
+ * 50-check-permissions: Fix permctl level changes
+
+-------------------------------------------------------------------
Old:
----
post-build-checks-84.87+git20250725.0c3a172.tar.xz
New:
----
post-build-checks-84.87+git20260421.8ed5e73.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.ZK8u27/_old 2026-07-15 16:22:19.018990368 +0200
+++ /var/tmp/diff_new_pack.ZK8u27/_new 2026-07-15 16:22:19.022990504 +0200
@@ -1,7 +1,7 @@
#
# spec file for package post-build-checks
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
Summary: post checks for build after rpms have been created
License: GPL-2.0-or-later
Group: Development/Tools/Building
-Version: 84.87+git20250725.0c3a172
+Version: 84.87+git20260421.8ed5e73
Release: 0
PreReq: aaa_base
PreReq: permissions
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ZK8u27/_old 2026-07-15 16:22:19.078992407 +0200
+++ /var/tmp/diff_new_pack.ZK8u27/_new 2026-07-15 16:22:19.082992543 +0200
@@ -4,6 +4,6 @@
<param
name="changesrevision">9a72096c56008474c812a087e25d6e84eb357297</param></service>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/post-build-checks.git</param>
- <param
name="changesrevision">0c3a172193506175482fbbd5ea366744c1ef4d2f</param></service></servicedata>
+ <param
name="changesrevision">8ed5e73338d8a7f6c809c64c890c6418bc97e1d6</param></service></servicedata>
(No newline at EOF)
++++++ post-build-checks-84.87+git20250725.0c3a172.tar.xz ->
post-build-checks-84.87+git20260421.8ed5e73.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/post-build-checks-84.87+git20250725.0c3a172/checks/50-check-permissions
new/post-build-checks-84.87+git20260421.8ed5e73/checks/50-check-permissions
--- old/post-build-checks-84.87+git20250725.0c3a172/checks/50-check-permissions
2025-07-25 14:48:24.000000000 +0200
+++ new/post-build-checks-84.87+git20260421.8ed5e73/checks/50-check-permissions
2026-04-21 11:11:11.000000000 +0200
@@ -19,11 +19,11 @@
*-debuginfo-*|*-debugsource-*) continue ;;
esac
$RPM ${i#$BUILD_ROOT} > $BUILD_ROOT/.build_rpmVp_orig
- sed -i.bak -e "s@^PERMISSION_SECURITY\(.*\)@PERMISSION_SECURITY = \"easy
local\"@" \
+ sed -i.bak -e "s@^PERMISSION_SECURITY\(.*\)@PERMISSION_SECURITY=\"easy
local\"@" \
$BUILD_ROOT/etc/sysconfig/security
chroot $BUILD_ROOT /usr/bin/chkstat --set --system >/dev/null 2>&1
$RPM ${i#$BUILD_ROOT} > $BUILD_ROOT/.build_rpmVp_easy
- sed -i -e "s@^PERMISSION_SECURITY\(.*\)@PERMISSION_SECURITY = \"paranoid
local\"@" \
+ sed -i -e "s@^PERMISSION_SECURITY\(.*\)@PERMISSION_SECURITY=\"paranoid
local\"@" \
$BUILD_ROOT/etc/sysconfig/security
chroot $BUILD_ROOT /usr/bin/chkstat --set --system >/dev/null 2>&1
$RPM ${i#$BUILD_ROOT} > $BUILD_ROOT/.build_rpmVp_paranoid
@@ -31,7 +31,7 @@
chroot $BUILD_ROOT /usr/bin/chkstat --set --system >/dev/null 2>&1
if ! cmp -s $BUILD_ROOT/.build_rpmVp_orig $BUILD_ROOT/.build_rpmVp_easy;
then
echo
"--------------------------------------------------------------------"
- echo "ERROR: chkstat --level secure modified package $(rpm --nodigest
--nosignature -qp --qf '%{NAME}' \"$i\")"
+ echo "ERROR: chkstat --level secure modified package $(rpm --nodigest
--nosignature -qp --qf '%{NAME}' "$i")"
echo "Please add '%verify(not mode,...) for those to avoid listings in
rpm -V."
echo "diff for both runs of rpm -V:"
diff -u0 "$BUILD_ROOT/.build_rpmVp_orig" "$BUILD_ROOT/.build_rpmVp_easy"
@@ -40,8 +40,8 @@
fi
if ! cmp -s $BUILD_ROOT/.build_rpmVp_orig
$BUILD_ROOT/.build_rpmVp_paranoid; then
echo
"--------------------------------------------------------------------"
- echo "ERROR: chkstat --level paranoid modified package $(rpm
--nodigest --nosignature -qp --qf '%{NAME}' \"$i\")"
- echo "Please add '%verify(not mode,...) for those to avoid listings in
rpm -V."
+ echo "ERROR: chkstat --level paranoid modified package $(rpm --nodigest
--nosignature -qp --qf '%{NAME}' "$i")"
+ echo "Please add '%verify(not mode,...) for those to avoid listings in
rpm -V."
echo "diff for both runs of rpm -V:"
diff -u0 "$BUILD_ROOT/.build_rpmVp_orig"
"$BUILD_ROOT/.build_rpmVp_paranoid"
echo
"--------------------------------------------------------------------"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/post-build-checks-84.87+git20250725.0c3a172/checks/99-check-remove-rpms
new/post-build-checks-84.87+git20260421.8ed5e73/checks/99-check-remove-rpms
--- old/post-build-checks-84.87+git20250725.0c3a172/checks/99-check-remove-rpms
2025-07-25 14:48:24.000000000 +0200
+++ new/post-build-checks-84.87+git20260421.8ed5e73/checks/99-check-remove-rpms
2026-04-21 11:11:11.000000000 +0200
@@ -90,6 +90,8 @@
;;
rpm|rpm-build|rpm-ndb)
;;
+ libsframe*)
+ ;;
*)
RPM_ERASE_LIST="$RPM_ERASE_LIST $PKG"
;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/post-build-checks-84.87+git20250725.0c3a172/suse-buildsystem.sh
new/post-build-checks-84.87+git20260421.8ed5e73/suse-buildsystem.sh
--- old/post-build-checks-84.87+git20250725.0c3a172/suse-buildsystem.sh
2025-07-25 14:48:24.000000000 +0200
+++ new/post-build-checks-84.87+git20260421.8ed5e73/suse-buildsystem.sh
2026-04-21 11:11:11.000000000 +0200
@@ -2,56 +2,3 @@
export SUSE_ASNEEDED=1
export SUSE_ZNOW=1
-# for reproducible builds
-export QT_HASH_SEED=0
-export PERL_HASH_SEED=42
-export PYTHONHASHSEED=0
-export FORCE_SOURCE_DATE=1 # for texlive to use SOURCE_DATE_EPOCH
-
-if test ! -v SOURCE_DATE_EPOCH && test -f /.buildenv && test "Y" != "$(rpm
--eval '%disable_obs_set_source_date_epoch')"; then
- SOURCE_DATE_EPOCH="$(
- . /.buildenv
- if test -f "$TOPDIR/SOURCES/_scmsync.obsinfo" ; then
- mtime="$(grep mtime "$TOPDIR/SOURCES/_scmsync.obsinfo" |cut -d ' ' -f
2)"
- if test -z "$mtime" || test 1 -gt "$mtime" ; then
- echo "WARNING mtime in \TOPDIR/SOURCES/_scmsync.obsinfo seems
invalid as it is less than 1" >&2
- fi
- elif test -v BUILD_CHANGELOG_TIMESTAMP ; then
- mtime=$BUILD_CHANGELOG_TIMESTAMP
- if test -z "$mtime" || test 1 -gt "$mtime" ; then
- echo "WARNING BUILD_CHANGELOG_TIMESTAMP in /.buildenv seems
invalid as it is less than 1" >&2
- fi
- else
- echo "WARNING could not set SOURCE_DATE_EPOCH, ensure mtime is in
\$TOPDIR/SOURCES/_scmsync.obsinfo or BUILD_CHANGELOG_TIMESTAMP is set in
/.buildenv" >&2
- fi
- echo "$mtime"
- )"
- if test -z "$SOURCE_DATE_EPOCH"; then
- unset SOURCE_DATE_EPOCH
- fi
- SOURCE_DATE_EPOCH_MTIME="$(
- . /.buildenv
- if test -v BUILD_RELEASE && test -v SOURCE_DATE_EPOCH; then
- counter="$(echo "$BUILD_RELEASE" |cut -d '.' -f 2)"
- if test -z "$counter" || test 1 -gt "$counter" ; then
- echo "WARNING number after \".\" in BUILD_RELEASE in /.buildenv
seems invalid as it is less than 1" >&2
- fi
- date=$(( SOURCE_DATE_EPOCH + counter ))
- echo "setting SOURCE_DATE_EPOCH_MTIME to $date" >&2
- else
- echo "WARNING could not set SOURCE_DATE_EPOCH, ensure BUILD_RELEASE is
set in /.buildenv" >&2
- fi
- echo "$date"
- )"
- if test -z "$SOURCE_DATE_EPOCH_MTIME"; then
- unset SOURCE_DATE_EPOCH_MTIME
- unset SOURCE_DATE_EPOCH
- else
- export SOURCE_DATE_EPOCH_MTIME
- export SOURCE_DATE_EPOCH
- fi
- if [ -n "$SOURCE_DATE_EPOCH_MTIME" ] &&
- [ "$SOURCE_DATE_EPOCH_MTIME" -ge "$(date '+%s')" ]; then
- echo "WARNING SOURCE_DATE_EPOCH_MTIME is in the future, we assume you
do not use clamping of mtime, it would fail in hard to notice ways, continuing"
>&2
- fi
-fi