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 2023-01-08 21:25:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Sun Jan 8 21:25:19 2023 rev:109 rq:1056691 version:84.87+git20230106.3a359c5 Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2022-11-27 12:52:51.595148025 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new.1563/post-build-checks.changes 2023-01-08 21:25:20.795178336 +0100 @@ -1,0 +2,12 @@ +Fri Jan 06 20:25:08 UTC 2023 - dmuel...@suse.com + +- Update to version 84.87+git20230106.3a359c5: + * Only delete subarch packages if matching main arch exists + +------------------------------------------------------------------- +Wed Dec 21 12:42:57 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- Add hook to delete x86_64 subarches +- fix version in git + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20221125.a8b2d0e.tar.xz New: ---- post-build-checks-84.87+git20230106.3a359c5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.9tGHEq/_old 2023-01-08 21:25:21.323181474 +0100 +++ /var/tmp/diff_new_pack.9tGHEq/_new 2023-01-08 21:25:21.327181498 +0100 @@ -1,7 +1,7 @@ # # spec file for package post-build-checks # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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,11 @@ # -%define version_unconverted 84.87+git20221125.a8b2d0e - 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+git20221125.a8b2d0e +Version: 84.87+git20230106.3a359c5 Release: 0 PreReq: aaa_base PreReq: permissions @@ -39,7 +37,6 @@ # Source0: %{name}-%{version}.tar.xz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description some scripts to check for problems like test-installing the newly @@ -59,10 +56,12 @@ %install install -d $RPM_BUILD_ROOT/usr/lib/build/checks +install -d $RPM_BUILD_ROOT/usr/lib/build/post-mkbaselibs-checks install -d $RPM_BUILD_ROOT/usr/lib/build/checks-data install -d $RPM_BUILD_ROOT/usr/lib/build/helper install -d $RPM_BUILD_ROOT/usr/lib/build/finalize-system install -m 755 checks/* $RPM_BUILD_ROOT/usr/lib/build/checks +install -m 755 post-mkbaselibs-checks/* $RPM_BUILD_ROOT/usr/lib/build/post-mkbaselibs-checks install -m 644 checks-data/* $RPM_BUILD_ROOT/usr/lib/build/checks-data install -m 755 helper/* $RPM_BUILD_ROOT/usr/lib/build/helper install -m 755 finalize-system/* $RPM_BUILD_ROOT/usr/lib/build/finalize-system @@ -71,7 +70,6 @@ chmod 755 $RPM_BUILD_ROOT/usr/lib/build/checks-data/check* %files -%defattr(-, root, root) %license COPYING /usr/lib/build /etc/profile.d/suse-buildsystem.sh ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.9tGHEq/_old 2023-01-08 21:25:21.367181735 +0100 +++ /var/tmp/diff_new_pack.9tGHEq/_new 2023-01-08 21:25:21.371181759 +0100 @@ -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">a8b2d0e5fda7010d8d1120e6be8ca3c038f3b78c</param></service></servicedata> + <param name="changesrevision">3a359c57f371bceb4ee3ef9e7ce97daa13a237b5</param></service></servicedata> (No newline at EOF) ++++++ post-build-checks-84.87+git20221125.a8b2d0e.tar.xz -> post-build-checks-84.87+git20230106.3a359c5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20221125.a8b2d0e/obs/mktar new/post-build-checks-84.87+git20230106.3a359c5/obs/mktar --- old/post-build-checks-84.87+git20221125.a8b2d0e/obs/mktar 2022-11-25 13:58:12.000000000 +0100 +++ new/post-build-checks-84.87+git20230106.3a359c5/obs/mktar 2023-01-06 21:24:13.000000000 +0100 @@ -1,7 +1,7 @@ #!/bin/sh set -e NAME=post-build-checks -VERSION=13.2 +VERSION=84.87 scmver=`git log -n1 --date=short --pretty=format:"$VERSION+git%cd.%h"|sed 's@-@@g'` fullver="$scmver" pfx="$NAME${fullver:+-$fullver}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20221125.a8b2d0e/post-mkbaselibs-checks/01-delete-x86_64-subarches new/post-build-checks-84.87+git20230106.3a359c5/post-mkbaselibs-checks/01-delete-x86_64-subarches --- old/post-build-checks-84.87+git20221125.a8b2d0e/post-mkbaselibs-checks/01-delete-x86_64-subarches 1970-01-01 01:00:00.000000000 +0100 +++ new/post-build-checks-84.87+git20230106.3a359c5/post-mkbaselibs-checks/01-delete-x86_64-subarches 2023-01-06 21:24:13.000000000 +0100 @@ -0,0 +1,16 @@ +#!/bin/bash + +TOPDIR=/usr/src/packages +test -d $BUILD_ROOT/.build.packages && TOPDIR=/.build.packages + +test -e $BUILD_ROOT/skipped-install-cross && { + echo 'skipping removal of rpms, install was skipped' + rm -f $BUILD_ROOT/skipped-install-cross + exit 0 +} + +find $BUILD_ROOT$TOPDIR/RPMS -regex '.*/x86_64_v[234]/.*' -type f -name '*.rpm' -print | while read rpm; do + basearchrpm="${rpm//x86_64_v?/x86_64}" + [ -f "$basearchrpm" ] && rm -vf "$rpm" +done +find $BUILD_ROOT$TOPDIR/RPMS -regex '.*/x86_64_v[234].*' -type d -delete \ No newline at end of file