Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package transactional-update for 
openSUSE:Factory checked in at 2021-09-16 23:14:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
 and      /work/SRC/openSUSE:Factory/.transactional-update.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transactional-update"

Thu Sep 16 23:14:35 2021 rev:77 rq:918476 version:3.5.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes    
    2021-09-08 21:36:42.381894793 +0200
+++ 
/work/SRC/openSUSE:Factory/.transactional-update.new.1899/transactional-update.changes
      2021-09-16 23:16:59.571942485 +0200
@@ -1,0 +2,6 @@
+Sat Sep 11 21:21:09 UTC 2021 - Ignaz Forster <ifors...@suse.com>
+
+- Version 3.5.4
+  - tukit: Fix resolved support [boo#1190383]
+
+-------------------------------------------------------------------

Old:
----
  transactional-update-3.5.3.tar.gz

New:
----
  transactional-update-3.5.4.tar.gz

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

Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.K361ew/_old  2021-09-16 23:17:00.159943094 +0200
+++ /var/tmp/diff_new_pack.K361ew/_new  2021-09-16 23:17:00.159943094 +0200
@@ -26,7 +26,7 @@
 %{!?_distconfdir: %global _distconfdir %{_prefix}%{_sysconfdir}}
 
 Name:           transactional-update
-Version:        3.5.3
+Version:        3.5.4
 Release:        0
 Summary:        Transactional Updates with btrfs and snapshots
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ transactional-update-3.5.3.tar.gz -> transactional-update-3.5.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.5.3/NEWS 
new/transactional-update-3.5.4/NEWS
--- old/transactional-update-3.5.3/NEWS 2021-09-06 12:03:01.000000000 +0200
+++ new/transactional-update-3.5.4/NEWS 2021-09-11 23:03:01.000000000 +0200
@@ -1,6 +1,9 @@
 transactional-update NEWS -- history of user-visible changes.
 
-Copyright (C) 2016-2020 Thorsten Kukuk, Ignaz Forster et al.
+Copyright (C) 2016-2021 Thorsten Kukuk, Ignaz Forster et al.
+
+Version 3.5.4
+* t-u: Fix resolved support [boo#1190383]
 
 Version 3.5.3
 * t-u: Purge kernels as part of package operations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.5.3/configure.ac 
new/transactional-update-3.5.4/configure.ac
--- old/transactional-update-3.5.3/configure.ac 2021-09-06 12:03:01.000000000 
+0200
+++ new/transactional-update-3.5.4/configure.ac 2021-09-11 23:03:01.000000000 
+0200
@@ -1,9 +1,9 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(transactional-update, 3.5.3)
+AC_INIT(transactional-update, 3.5.4)
 # Increase on any interface change and reset revision
 LIBTOOL_CURRENT=3
 # Increase or reset on any VERSION update
-LIBTOOL_REVISION=2
+LIBTOOL_REVISION=3
 # Increase if interface change is backwards compatible, reset otherwise
 LIBTOOL_AGE=3
 AC_CANONICAL_SYSTEM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transactional-update-3.5.3/lib/Transaction.cpp 
new/transactional-update-3.5.4/lib/Transaction.cpp
--- old/transactional-update-3.5.3/lib/Transaction.cpp  2021-09-06 
12:03:01.000000000 +0200
+++ new/transactional-update-3.5.4/lib/Transaction.cpp  2021-09-11 
23:03:01.000000000 +0200
@@ -165,7 +165,8 @@
     }
     supplements.addLink(fs::path{"../../usr/lib/sysimage/rpm"}, 
fs::path{"/var/lib/rpm"});
     supplements.addFile(fs::path{"/run/netconfig"});
-    supplements.addFile(fs::path{"/run/systemd/resolve"});
+    supplements.addFile(fs::path{"/run/systemd/resolve/resolv.conf"});
+    supplements.addFile(fs::path{"/run/systemd/resolve/stub-resolv.conf"});
     if (fs::is_directory("/var/cache/dnf"))
         supplements.addDir(fs::path{"/var/cache/dnf"});
     if (fs::is_directory("/var/cache/yum"))

Reply via email to