Hello community,
here is the log from the commit of package transactional-update for
openSUSE:Factory checked in at 2018-10-23 20:42:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Tue Oct 23 20:42:00 2018 rev:34 rq:643968 version:2.10
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2018-08-27 13:00:31.976893662 +0200
+++
/work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes
2018-10-23 20:42:44.140376197 +0200
@@ -1,0 +2,37 @@
+Thu Oct 4 12:42:35 UTC 2018 - [email protected]
+
+- Update to version 2.10
+ - Introduce /etc overlays
+ - Each root file system snapshot now has a dedicated /etc overlay in
+ /var/lib/snapshots/<snapshot number>/etc
+ - Changes in older snapshots will be visible in newer snapshots (if
+ the file hasn't been changed in both snapshots), but not the other
+ way around; this makes it possible to roll back to a previous
+ snapshot even if the configuration is broken
+ - The /etc state of the oldest active snapshot will be synchronized
+ into the new snapshot to prevent ever growing overlays
+ - Removed creation of /etc backup snapshots
+ - Removed complex overlayfs cleanup handling during dracut early boot;
+ only thing left is to output a warning if files have been changed
+ in old and new overlay after snapshot creation
+ - Unused overlays will be removed during "cleanup" operation
+ - Add compatibility with snapper >= 0.7.0
+ - Correctly detect BTRFS ID when using multiple snapper configurations
+ - Fix disappearing prompt in "shell" command when application was updated
+ - Prevent accidental rollback on fast reboots (boo#1111786)
+ - Use zypper attribute packages-to-change if available (boo#1105992 &
+ boo#1097619)
+ - Add kexec as reboot alternative
+ - Added explicit --with-doc / --without-doc build configure opttions for
+ enforcing or excluding documentation build
+ - Removed precompiled documentation (boo#1088676)
+ - Added more dependency checks to configure script
+ - Small improvements to documentation
+ - Restored compatibility with older rsync versions not supporting the -x
+ filter
+ - Small bugfixes for cleanup in error situations
+ - Fix possible incorrect detection of snapshots numbers during cleanup
+ - Mention parent in snapshot description
+- Add dependencies for documentation build (boo#1088676)
+
+-------------------------------------------------------------------
Old:
----
transactional-update-2.6.tar.xz
New:
----
transactional-update-2.10.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.A0mAih/_old 2018-10-23 20:42:44.596375652 +0200
+++ /var/tmp/diff_new_pack.A0mAih/_new 2018-10-23 20:42:44.596375652 +0200
@@ -17,15 +17,17 @@
Name: transactional-update
-Version: 2.6
+Version: 2.10
Release: 0
Summary: Transactional Updates with btrfs and snapshots
License: GPL-2.0-or-later
Group: System/Base
URL: https://github.com/openSUSE/transactional-update
Source: %{name}-%{version}.tar.xz
+BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
BuildRequires: pkgconfig
+BuildRequires: python-lxml
BuildRequires: rpm-devel
BuildRequires: suse-module-tools
Requires: attr
@@ -46,7 +48,7 @@
%setup -q
%build
-%configure
+%configure --with-doc --docdir=%{_docdir}/%{name}
make %{?_smp_mflags}
%install
@@ -73,6 +75,7 @@
%files
%license COPYING
%doc NEWS
+%doc %{_docdir}/%{name}/transactional-update.txt
%config(noreplace) %{_sysconfdir}/logrotate.d/transactional-update
%{_unitdir}/transactional-update.service
%{_unitdir}/transactional-update.timer
@@ -89,5 +92,6 @@
%{_mandir}/man8/transactional-update.8%{?ext_man}
%{_mandir}/man8/transactional-update.timer.8%{?ext_man}
%{_mandir}/man8/transactional-update.service.8%{?ext_man}
+%exclude %{_docdir}/%{name}/*.html
%changelog
++++++ transactional-update-2.6.tar.xz -> transactional-update-2.10.tar.xz
++++++
++++ 2046 lines of diff (skipped)