From 012009cdefe4bbf0514959359558aa254a3c3eaafab3cf64721e38ec9a6419c1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 29 Nov 2013 06:05:09 +0000 Subject: [PATCH] Accepting request 208708 from YaST:Head - updated to latest repository OBS-URL: https://build.opensuse.org/request/show/208708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=49 --- snapper-0.1.7.tar.bz2 | 4 ++-- snapper.changes | 6 ++++++ snapper.spec | 12 +++++++++--- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/snapper-0.1.7.tar.bz2 b/snapper-0.1.7.tar.bz2 index 6f4fda5..c69db47 100644 --- a/snapper-0.1.7.tar.bz2 +++ b/snapper-0.1.7.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e68ae837439b69a9d45fc6b924bc215f184e2ce42fbd2a52c76ee25a467ded99 -size 431436 +oid sha256:fa2b5272fa792c2b5cd518f37669b3dfa2e7ad0776ac4a2da65538abc098b113 +size 436080 diff --git a/snapper.changes b/snapper.changes index 9429da2..525be0b 100644 --- a/snapper.changes +++ b/snapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 25 11:38:43 CET 2013 - aschnell@suse.de + +- allow to configure snapshotting from zypp-plugin depending on + package list (fate#316203) + ------------------------------------------------------------------- Mon Oct 21 10:24:43 CEST 2013 - aschnell@suse.de diff --git a/snapper.spec b/snapper.spec index c17ac29..319043b 100644 --- a/snapper.spec +++ b/snapper.spec @@ -99,7 +99,9 @@ rm -rf "$RPM_BUILD_ROOT" %defattr(-,root,root) %{prefix}/bin/snapper %{prefix}/sbin/snapperd -%doc %{_mandir}/*/snapper*.* +%doc %{_mandir}/*/snapper.8* +%doc %{_mandir}/*/snapperd.8* +%doc %{_mandir}/*/snapper-configs.5* %config(noreplace) %{_sysconfdir}/logrotate.d/snapper /etc/cron.hourly/suse.de-snapper /etc/cron.daily/suse.de-snapper @@ -173,9 +175,10 @@ Authors: %package -n snapper-zypp-plugin Requires: dbus-1-python +Requires: python-xml Requires: snapper = %version Requires: zypp-plugin-python -Requires: libzypp(plugin:commit) +Requires: libzypp(plugin:commit) = 1 Summary: A zypp commit plugin for calling snapper Group: System/Packages @@ -189,12 +192,15 @@ Authors: %files -n snapper-zypp-plugin %defattr(-,root,root) +%config(noreplace) %{_sysconfdir}/snapper/zypp-plugin.conf %if 0%{?suse_version} < 1210 %dir /usr/lib/zypp %dir /usr/lib/zypp/plugins %dir /usr/lib/zypp/plugins/commit %endif /usr/lib/zypp/plugins/commit/snapper.py* +%doc %{_mandir}/*/snapper-zypp-plugin.8* +%doc %{_mandir}/*/snapper-zypp-plugin.conf.5* %package -n grub-snapper-plugin Requires: python @@ -236,6 +242,6 @@ Authors: /%{_lib}/security/pam_snapper.so %dir /usr/lib/pam_snapper /usr/lib/pam_snapper/*.sh -%doc %{_mandir}/*/pam_snapper*.* +%doc %{_mandir}/*/pam_snapper.8* %changelog