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-03-05 20:07:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old) and /work/SRC/openSUSE:Factory/.post-build-checks.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "post-build-checks" Sun Mar 5 20:07:50 2023 rev:110 rq:1069032 version:84.87+git20230302.ff58c9e Changes: -------- --- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes 2023-01-08 21:25:20.795178336 +0100 +++ /work/SRC/openSUSE:Factory/.post-build-checks.new.31432/post-build-checks.changes 2023-03-05 20:07:51.512665798 +0100 @@ -1,0 +2,6 @@ +Thu Mar 02 20:08:20 UTC 2023 - [email protected] + +- Update to version 84.87+git20230302.ff58c9e: + * delete-x86_64-subarches: don't search in RPMS dir if not present + +------------------------------------------------------------------- Old: ---- post-build-checks-84.87+git20230106.3a359c5.tar.xz New: ---- post-build-checks-84.87+git20230302.ff58c9e.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ post-build-checks.spec ++++++ --- /var/tmp/diff_new_pack.9GqJ7K/_old 2023-03-05 20:07:52.204668997 +0100 +++ /var/tmp/diff_new_pack.9GqJ7K/_new 2023-03-05 20:07:52.208669015 +0100 @@ -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+git20230106.3a359c5 +Version: 84.87+git20230302.ff58c9e Release: 0 PreReq: aaa_base PreReq: permissions ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.9GqJ7K/_old 2023-03-05 20:07:52.252669218 +0100 +++ /var/tmp/diff_new_pack.9GqJ7K/_new 2023-03-05 20:07:52.256669237 +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">3a359c57f371bceb4ee3ef9e7ce97daa13a237b5</param></service></servicedata> + <param name="changesrevision">ff58c9e5bb24b086f6df2cb2c11eaad911f92753</param></service></servicedata> (No newline at EOF) ++++++ post-build-checks-84.87+git20230106.3a359c5.tar.xz -> post-build-checks-84.87+git20230302.ff58c9e.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/post-build-checks-84.87+git20230106.3a359c5/post-mkbaselibs-checks/01-delete-x86_64-subarches new/post-build-checks-84.87+git20230302.ff58c9e/post-mkbaselibs-checks/01-delete-x86_64-subarches --- old/post-build-checks-84.87+git20230106.3a359c5/post-mkbaselibs-checks/01-delete-x86_64-subarches 2023-01-06 21:24:13.000000000 +0100 +++ new/post-build-checks-84.87+git20230302.ff58c9e/post-mkbaselibs-checks/01-delete-x86_64-subarches 2023-03-02 21:08:19.000000000 +0100 @@ -9,6 +9,9 @@ exit 0 } +# flatpak builds don't produce a RPMS directory => subsequent find would fail +test -d $BUILD_ROOT$TOPDIR/RPMS || 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"
