Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apr-util for openSUSE:Factory checked in at 2026-05-11 16:48:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apr-util (Old) and /work/SRC/openSUSE:Factory/.apr-util.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apr-util" Mon May 11 16:48:30 2026 rev:15 rq:1352341 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/apr-util/apr-util.changes 2024-11-01 21:48:59.610398479 +0100 +++ /work/SRC/openSUSE:Factory/.apr-util.new.1966/apr-util.changes 2026-05-11 16:48:46.595586928 +0200 @@ -1,0 +2,8 @@ +Tue May 5 10:07:43 UTC 2026 - Dominique Leuenberger <[email protected]> + +- requires_ge takes a package name as parameter, not a full + NVR.arch string (that just happens to work sometimes): Fix by + passing '--qf "%%{name}' to the rpm call identifying the target + package name. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apr-util.spec ++++++ --- /var/tmp/diff_new_pack.k3O7jj/_old 2026-05-11 16:48:47.223612659 +0200 +++ /var/tmp/diff_new_pack.k3O7jj/_new 2026-05-11 16:48:47.227612824 +0200 @@ -1,7 +1,7 @@ # # spec file for package apr-util # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # 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 @@ %define libname lib%{name}%{apuver}-0 %define dso_libdir %{_libdir}/apr-util-%{apuver} %define includedir %{_includedir}/apr-%{apuver} -%global libapr %(rpm -qf $(realpath %{_libdir}/libapr-1.so)) +%global libapr %(rpm --qf "%%{name}" -qf $(realpath %{_libdir}/libapr-1.so)) Name: apr-util Version: 1.6.3 Release: 0
