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:
parent
a015e94663
commit
012009cdef
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e68ae837439b69a9d45fc6b924bc215f184e2ce42fbd2a52c76ee25a467ded99
|
oid sha256:fa2b5272fa792c2b5cd518f37669b3dfa2e7ad0776ac4a2da65538abc098b113
|
||||||
size 431436
|
size 436080
|
||||||
|
@ -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
|
Mon Oct 21 10:24:43 CEST 2013 - aschnell@suse.de
|
||||||
|
|
||||||
|
12
snapper.spec
12
snapper.spec
@ -99,7 +99,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{prefix}/bin/snapper
|
%{prefix}/bin/snapper
|
||||||
%{prefix}/sbin/snapperd
|
%{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
|
%config(noreplace) %{_sysconfdir}/logrotate.d/snapper
|
||||||
/etc/cron.hourly/suse.de-snapper
|
/etc/cron.hourly/suse.de-snapper
|
||||||
/etc/cron.daily/suse.de-snapper
|
/etc/cron.daily/suse.de-snapper
|
||||||
@ -173,9 +175,10 @@ Authors:
|
|||||||
|
|
||||||
%package -n snapper-zypp-plugin
|
%package -n snapper-zypp-plugin
|
||||||
Requires: dbus-1-python
|
Requires: dbus-1-python
|
||||||
|
Requires: python-xml
|
||||||
Requires: snapper = %version
|
Requires: snapper = %version
|
||||||
Requires: zypp-plugin-python
|
Requires: zypp-plugin-python
|
||||||
Requires: libzypp(plugin:commit)
|
Requires: libzypp(plugin:commit) = 1
|
||||||
Summary: A zypp commit plugin for calling snapper
|
Summary: A zypp commit plugin for calling snapper
|
||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
|
|
||||||
@ -189,12 +192,15 @@ Authors:
|
|||||||
|
|
||||||
%files -n snapper-zypp-plugin
|
%files -n snapper-zypp-plugin
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%config(noreplace) %{_sysconfdir}/snapper/zypp-plugin.conf
|
||||||
%if 0%{?suse_version} < 1210
|
%if 0%{?suse_version} < 1210
|
||||||
%dir /usr/lib/zypp
|
%dir /usr/lib/zypp
|
||||||
%dir /usr/lib/zypp/plugins
|
%dir /usr/lib/zypp/plugins
|
||||||
%dir /usr/lib/zypp/plugins/commit
|
%dir /usr/lib/zypp/plugins/commit
|
||||||
%endif
|
%endif
|
||||||
/usr/lib/zypp/plugins/commit/snapper.py*
|
/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
|
%package -n grub-snapper-plugin
|
||||||
Requires: python
|
Requires: python
|
||||||
@ -236,6 +242,6 @@ Authors:
|
|||||||
/%{_lib}/security/pam_snapper.so
|
/%{_lib}/security/pam_snapper.so
|
||||||
%dir /usr/lib/pam_snapper
|
%dir /usr/lib/pam_snapper
|
||||||
/usr/lib/pam_snapper/*.sh
|
/usr/lib/pam_snapper/*.sh
|
||||||
%doc %{_mandir}/*/pam_snapper*.*
|
%doc %{_mandir}/*/pam_snapper.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user