Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package PackageKit for openSUSE:Factory checked in at 2026-05-08 16:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/PackageKit (Old) and /work/SRC/openSUSE:Factory/.PackageKit.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "PackageKit" Fri May 8 16:42:00 2026 rev:245 rq:1350661 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes 2026-04-28 11:54:38.221175954 +0200 +++ /work/SRC/openSUSE:Factory/.PackageKit.new.1966/PackageKit.changes 2026-05-08 16:42:06.633050621 +0200 @@ -1,0 +2,8 @@ +Mon May 4 09:12:47 UTC 2026 - Dominique Leuenberger <[email protected]> + +- spec: 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: ------------------ ++++++ PackageKit.spec ++++++ --- /var/tmp/diff_new_pack.6g9Zi8/_old 2026-05-08 16:42:08.569130851 +0200 +++ /var/tmp/diff_new_pack.6g9Zi8/_new 2026-05-08 16:42:08.573131017 +0200 @@ -131,7 +131,7 @@ # Ensure AppStream repodata is processed Requires: libdnf5-plugin-appstream # Stricter dependency to keep things sane -%requires_ge %(rpm -qf "$(readlink -f %{_libdir}/libdnf5.so)") +%requires_ge %(rpm --qf "%%{name}" -qf "$(readlink -f %{_libdir}/libdnf5.so)") %description backend-dnf5 PackageKit is a system designed to make installing and updating ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.6g9Zi8/_old 2026-05-08 16:42:09.005148919 +0200 +++ /var/tmp/diff_new_pack.6g9Zi8/_new 2026-05-08 16:42:09.025149748 +0200 @@ -1,6 +1,6 @@ -mtime: 1777194664 -commit: ceec88bf26b1ae8be9b63c7313be0ce6594d4b92abed0cd8e56fe116ea7f84ba +mtime: 1777886032 +commit: 5fbbd652651c3c68cb94c82ce937aeb584c74f043f60df4ac9f8a0941d75bf12 url: https://src.opensuse.org/GNOME/PackageKit -revision: ceec88bf26b1ae8be9b63c7313be0ce6594d4b92abed0cd8e56fe116ea7f84ba +revision: 5fbbd652651c3c68cb94c82ce937aeb584c74f043f60df4ac9f8a0941d75bf12 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-04 11:13:52.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild
