Hello community,
here is the log from the commit of package transactional-update for
openSUSE:Factory checked in at 2018-02-24 16:38:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transactional-update (Old)
and /work/SRC/openSUSE:Factory/.transactional-update.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "transactional-update"
Sat Feb 24 16:38:55 2018 rev:20 rq:579497 version:1.26
Changes:
--------
---
/work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes
2018-02-01 21:29:10.969651345 +0100
+++
/work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes
2018-02-24 16:38:58.158335295 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 12:01:53 UTC 2018 - [email protected]
+
+- Use %license instead of %doc [bsc#1082318]
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ transactional-update.spec ++++++
--- /var/tmp/diff_new_pack.xH0SxP/_old 2018-02-24 16:38:59.538285632 +0100
+++ /var/tmp/diff_new_pack.xH0SxP/_new 2018-02-24 16:38:59.542285487 +0100
@@ -20,18 +20,17 @@
Version: 1.26
Release: 0
Summary: Transactional Updates with btrfs and snapshots
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/Base
Url: https://github.com/thkukuk/transactional-update
Source: %{name}-%{version}.tar.bz2
+BuildRequires: fdupes
Requires: logrotate
Requires: lsof
# psmisc is needed because of fuser
Requires: psmisc
Recommends: rebootmgr
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-BuildRequires: fdupes
%{?systemd_requires}
%description
@@ -46,7 +45,7 @@
make %{?_smp_mflags}
%install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
%fdupes %{buildroot}%{_mandir}
%pre
@@ -62,8 +61,8 @@
%service_del_postun %{name}.service %{name}.timer
%files
-%defattr(-,root,root)
-%doc NEWS COPYING
+%license COPYING
+%doc NEWS
%config(noreplace) %{_sysconfdir}/transactional-update.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/transactional-update
%{_unitdir}/transactional-update.service