Hello community,
here is the log from the commit of package transactional-update for
openSUSE:Factory checked in at 2019-02-17 12:18:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Sun Feb 17 12:18:44 2019 rev:38 rq:676207 version:2.13.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2019-02-14 14:00:22.924597451 +0100
+++
/work/SRC/openSUSE:Factory/.transactional-update.new.28833/transactional-update.changes
2019-02-17 12:18:48.104242419 +0100
@@ -1,0 +2,7 @@
+Thu Feb 14 16:26:54 UTC 2019 - [email protected]
+
+- Update to version 2.13.1
+ - Bugfix: Clean up empty /etc snapshot directories again
+- Use official release files from GitHub for building
+
+-------------------------------------------------------------------
Old:
----
transactional-update-2.13.tar.xz
New:
----
transactional-update-2.13.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.1CBEgh/_old 2019-02-17 12:18:49.860241937 +0100
+++ /var/tmp/diff_new_pack.1CBEgh/_new 2019-02-17 12:18:49.860241937 +0100
@@ -17,14 +17,16 @@
Name: transactional-update
-Version: 2.13
+Version: 2.13.1
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
+Source:
https://github.com/openSUSE/transactional-update/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: transactional-update.check
+BuildRequires: autoconf-archive
+BuildRequires: automake
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
BuildRequires: libzypp
@@ -50,6 +52,7 @@
%setup -q
%build
+./autogen.sh
%configure --with-doc --docdir=%{_docdir}/%{name}
make %{?_smp_mflags}
# Use "up" for non-rolling releases