SHA256
1
0
forked from pool/snapper

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:
Ismail Dönmez 2012-09-14 10:38:50 +00:00 committed by Git OBS Bridge
parent 66f5a83563
commit d920ec9520
4 changed files with 33 additions and 9 deletions

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f2b72ca897c7cffcf2aeef53f8fa322c82feeb8275fd73fd81c124c86ee3bdc
size 367796

View File

@ -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 Tue Jun 12 10:07:08 CEST 2012 - aschnell@suse.de

View File

@ -17,7 +17,7 @@
Name: snapper Name: snapper
Version: 0.0.11 Version: 0.0.14
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2 Source: snapper-%{version}.tar.bz2
@ -66,7 +66,7 @@ autoheader
automake --add-missing --copy automake --add-missing --copy
autoconf 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} make %{?jobs:-j%jobs}
%install %install
@ -127,9 +127,9 @@ Authors:
%else %else
%config(noreplace) %{_sysconfdir}/sysconfig/snapper %config(noreplace) %{_sysconfdir}/sysconfig/snapper
%endif %endif
%dir %{prefix}/lib/snapper %dir %{_libdir}/snapper
%dir %{prefix}/lib/snapper/bin %dir %{_libdir}/snapper/bin
%{prefix}/lib/snapper/bin/compare-dirs %{_libdir}/snapper/bin/compare-dirs
%post -n libsnapper1 %post -n libsnapper1
/sbin/ldconfig /sbin/ldconfig
@ -201,6 +201,6 @@ Authors:
%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*
%changelog %changelog