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
This commit is contained in:
Stephan Kulow 2013-11-29 06:05:09 +00:00 committed by Git OBS Bridge
parent a015e94663
commit 012009cdef
3 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e68ae837439b69a9d45fc6b924bc215f184e2ce42fbd2a52c76ee25a467ded99
size 431436
oid sha256:fa2b5272fa792c2b5cd518f37669b3dfa2e7ad0776ac4a2da65538abc098b113
size 436080

View File

@ -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

View File

@ -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