Accepting request 134184 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/134184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=27
This commit is contained in:
parent
66f5a83563
commit
d920ec9520
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac42b0e8f67d07bd04e1232ba392907bec33b90d816482695c5bffaf865fa8fe
|
||||
size 358565
|
3
snapper-0.0.14.tar.bz2
Normal file
3
snapper-0.0.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f2b72ca897c7cffcf2aeef53f8fa322c82feeb8275fd73fd81c124c86ee3bdc
|
||||
size 367796
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 22 18:43:47 CEST 2012 - aschnell@suse.de
|
||||
|
||||
- fixed segmentation fault for unknown fstype
|
||||
- 0.0.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 14 12:03:50 CEST 2012 - aschnell@suse.de
|
||||
|
||||
- fixed logging during program termination
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 10:44:38 CEST 2012 - aschnell@suse.de
|
||||
|
||||
- take mount options from original filesystem when mounting
|
||||
snapshots
|
||||
- 0.0.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 14:35:44 CEST 2012 - aschnell@suse.de
|
||||
|
||||
- added experimental support for LVM thin-provisioned snapshots
|
||||
- 0.0.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 10:07:08 CEST 2012 - aschnell@suse.de
|
||||
|
||||
|
12
snapper.spec
12
snapper.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: snapper
|
||||
Version: 0.0.11
|
||||
Version: 0.0.14
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: snapper-%{version}.tar.bz2
|
||||
@ -66,7 +66,7 @@ autoheader
|
||||
automake --add-missing --copy
|
||||
autoconf
|
||||
|
||||
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} --disable-silent-rules
|
||||
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} --docdir=%{prefix}/share/doc/packages/snapper --disable-silent-rules
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -127,9 +127,9 @@ Authors:
|
||||
%else
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/snapper
|
||||
%endif
|
||||
%dir %{prefix}/lib/snapper
|
||||
%dir %{prefix}/lib/snapper/bin
|
||||
%{prefix}/lib/snapper/bin/compare-dirs
|
||||
%dir %{_libdir}/snapper
|
||||
%dir %{_libdir}/snapper/bin
|
||||
%{_libdir}/snapper/bin/compare-dirs
|
||||
|
||||
%post -n libsnapper1
|
||||
/sbin/ldconfig
|
||||
@ -201,6 +201,6 @@ Authors:
|
||||
%dir /usr/lib/zypp/plugins
|
||||
%dir /usr/lib/zypp/plugins/commit
|
||||
%endif
|
||||
/usr/lib/zypp/plugins/commit/snapper.py
|
||||
/usr/lib/zypp/plugins/commit/snapper.py*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user