Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libdnf-plugin-txnupd for
openSUSE:Factory checked in at 2026-05-08 16:42:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdnf-plugin-txnupd (Old)
and /work/SRC/openSUSE:Factory/.libdnf-plugin-txnupd.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdnf-plugin-txnupd"
Fri May 8 16:42:52 2026 rev:2 rq:1351437 version:0.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/libdnf-plugin-txnupd/libdnf-plugin-txnupd.changes
2026-02-23 16:14:19.961746280 +0100
+++
/work/SRC/openSUSE:Factory/.libdnf-plugin-txnupd.new.1966/libdnf-plugin-txnupd.changes
2026-05-08 16:43:09.727665219 +0200
@@ -1,0 +2,8 @@
+Tue May 5 10:18:50 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:
------------------
++++++ libdnf-plugin-txnupd.spec ++++++
--- /var/tmp/diff_new_pack.640MkP/_old 2026-05-08 16:43:12.343773628 +0200
+++ /var/tmp/diff_new_pack.640MkP/_new 2026-05-08 16:43:12.359774291 +0200
@@ -60,8 +60,8 @@
Requires: dnf-data
# Stricter dependency to keep things sane
-%requires_ge %(rpm -qf "$(readlink -f %{_libdir}/libdnf5.so)")
-%requires_ge %(rpm -qf "$(readlink -f %{_libdir}/libtukit.so)")
+%requires_ge %(rpm --qf "%%{name}" -qf "$(readlink -f %{_libdir}/libdnf5.so)")
+%requires_ge %(rpm --qf "%%{name}" -qf "$(readlink -f %{_libdir}/libtukit.so)")
%description -n libdnf5-plugin-txnupd
This package contains the plugin to implement transactional updates