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-06-17 16:16:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdnf-plugin-txnupd (Old)
 and      /work/SRC/openSUSE:Factory/.libdnf-plugin-txnupd.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdnf-plugin-txnupd"

Wed Jun 17 16:16:26 2026 rev:4 rq:1359669 version:0.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libdnf-plugin-txnupd/libdnf-plugin-txnupd.changes    
    2026-06-01 17:59:04.670060117 +0200
+++ 
/work/SRC/openSUSE:Factory/.libdnf-plugin-txnupd.new.1981/libdnf-plugin-txnupd.changes
      2026-06-17 16:17:00.211759885 +0200
@@ -1,0 +2,6 @@
+Mon Jun 15 20:57:50 UTC 2026 - Neal Gompa <[email protected]>
+
+- Backport fix from upstream to fix linking with libtukit
+  + Patch: 3add4c39b5506f8bfafd1daca3bf6165e55c5e18.patch
+
+-------------------------------------------------------------------

New:
----
  3add4c39b5506f8bfafd1daca3bf6165e55c5e18.patch

----------(New B)----------
  New:- Backport fix from upstream to fix linking with libtukit
  + Patch: 3add4c39b5506f8bfafd1daca3bf6165e55c5e18.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libdnf-plugin-txnupd.spec ++++++
--- /var/tmp/diff_new_pack.15eJVS/_old  2026-06-17 16:17:01.095796881 +0200
+++ /var/tmp/diff_new_pack.15eJVS/_new  2026-06-17 16:17:01.099797049 +0200
@@ -29,6 +29,9 @@
 URL:            
https://gitlab.com/VelocityLimitless/Projects/libdnf-plugin-txnupd
 Source0:        %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
 
+# Backports from upstream
+Patch0001:      %{url}/-/commit/3add4c39b5506f8bfafd1daca3bf6165e55c5e18.patch
+
 BuildRequires:  cmake
 BuildRequires:  make
 BuildRequires:  gcc-c++ >= 13

++++++ 3add4c39b5506f8bfafd1daca3bf6165e55c5e18.patch ++++++
>From 3add4c39b5506f8bfafd1daca3bf6165e55c5e18 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <[email protected]>
Date: Mon, 15 Jun 2026 12:51:43 -0700
Subject: [PATCH] add linking for libtukit

Missed when adding the txnupd handling for the new commands
---
 CMakeLists.txt                 | 1 +
 src/dnf5-plugin/CMakeLists.txt | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0bbd592..21bc582 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -52,6 +52,7 @@ add_compile_definitions(
 # Shared utility code (PUBLIC includes so plugin subdirs inherit the path)
 add_library(txnupd_util STATIC src/txnupd_util.cpp)
 target_include_directories(txnupd_util PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/src)
+target_link_libraries(txnupd_util PUBLIC PkgConfig::TUKIT)
 
 add_subdirectory(src/libdnf5-plugin)
 add_subdirectory(src/dnf5-plugin)
diff --git a/src/dnf5-plugin/CMakeLists.txt b/src/dnf5-plugin/CMakeLists.txt
index 35555eb..5f6d0c3 100644
--- a/src/dnf5-plugin/CMakeLists.txt
+++ b/src/dnf5-plugin/CMakeLists.txt
@@ -8,6 +8,7 @@ target_include_directories(txnupd_dnf5_cmd PRIVATE 
${CMAKE_CURRENT_SOURCE_DIR})
 target_link_libraries(txnupd_dnf5_cmd PRIVATE
     PkgConfig::LIBDNF5
     PkgConfig::LIBDNF5_CLI
+    PkgConfig::TUKIT
     ${DNF5_LIB}
     txnupd_util
 )
-- 
GitLab

Reply via email to