Hello community, here is the log from the commit of package rsnapshot for openSUSE:Factory checked in at 2018-06-29 22:25:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsnapshot (Old) and /work/SRC/openSUSE:Factory/.rsnapshot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsnapshot" Fri Jun 29 22:25:03 2018 rev:24 rq:616022 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/rsnapshot/rsnapshot.changes 2016-07-12 23:51:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rsnapshot.new/rsnapshot.changes 2018-06-29 22:25:08.150540801 +0200 @@ -1,0 +2,5 @@ +Mon Jun 11 12:23:21 UTC 2018 - [email protected] + +- Modernise spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsnapshot.spec ++++++ --- /var/tmp/diff_new_pack.iM63aw/_old 2018-06-29 22:25:08.678540404 +0200 +++ /var/tmp/diff_new_pack.iM63aw/_new 2018-06-29 22:25:08.678540404 +0200 @@ -1,7 +1,7 @@ # # spec file for package rsnapshot # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,9 +20,9 @@ Version: 1.4.2 Release: 0 Summary: Backup program using hardlinks -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Backup -Url: http://www.rsnapshot.org/ +URL: http://www.rsnapshot.org/ Source0: https://github.com/rsnapshot/rsnapshot/releases/download/%{version}/%{name}-%{version}.tar.gz Source1: rsnapshot.logrotate Patch1: rsnapshot-config.patch @@ -30,16 +30,13 @@ BuildRequires: openssh BuildRequires: perl BuildRequires: rsync +BuildRequires: util-linux-systemd Requires: logrotate Requires: openssh Requires: perl Requires: rsync -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch -%if 0%{?suse_version} >= 1320 -BuildRequires: util-linux-systemd Requires: util-linux-systemd -%endif +BuildArch: noarch %description rsnapshot is a filesystem snapshot utility for making backups of local @@ -66,21 +63,21 @@ make %{?_smp_mflags} test %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install install -d "%{buildroot}/%{_sysconfdir}" install -m 644 rsnapshot.conf.default "%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default" install -m 600 rsnapshot.conf.default "%{buildroot}/%{_sysconfdir}/rsnapshot.conf" -install -m 644 -D %{S:1} "%{buildroot}/%{_sysconfdir}/logrotate.d/rsnapshot" +install -m 644 -D %{SOURCE1} "%{buildroot}/%{_sysconfdir}/logrotate.d/rsnapshot" %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README.md docs +%license COPYING +%doc AUTHORS ChangeLog README.md docs %{_bindir}/rsnapshot %{_bindir}/rsnapshot-diff %config(noreplace) %{_sysconfdir}/rsnapshot.conf %config %{_sysconfdir}/rsnapshot.conf.default %config(noreplace) %{_sysconfdir}/logrotate.d/rsnapshot -%{_mandir}/man1/rsnapshot.1.gz -%{_mandir}/man1/rsnapshot-diff.1.gz +%{_mandir}/man1/rsnapshot.1%{?ext_man} +%{_mandir}/man1/rsnapshot-diff.1%{?ext_man} %changelog
