Accepting request 387525 from YaST:Head
submit new version 0.3.1 OBS-URL: https://build.opensuse.org/request/show/387525 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=86
This commit is contained in:
parent
6ef23b48ad
commit
fa5e146af6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f5054ad9dc8f41a8c02ebb27e7578a787d76201e514282f0b503fbdf1b2c3b5
|
||||
size 552116
|
3
snapper-0.3.1.tar.bz2
Normal file
3
snapper-0.3.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63a4187da9d3df248ac2bf91f055f3f607f344cd455d64278f2d6518f999e7f7
|
||||
size 559310
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 15:45:05 CEST 2016 - shundhammer@suse.de
|
||||
|
||||
- make sure 'component' string is not destroyed prematurely
|
||||
(bsc#940154)
|
||||
- version 0.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 06 15:41:49 CEST 2016 - aschnell@suse.com
|
||||
|
||||
- implemented space aware cleanup algorithms (fate#312751)
|
||||
- version 0.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 31 16:00:54 CEST 2016 - aschnell@suse.com
|
||||
|
||||
- allow to setup quota (for fate#312751)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 15:41:16 CET 2015 - aschnell@suse.com
|
||||
|
||||
|
12
snapper.spec
12
snapper.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: snapper
|
||||
Version: 0.2.10
|
||||
Version: 0.3.1
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: snapper-%{version}.tar.bz2
|
||||
@ -65,7 +65,7 @@ This package contains snapper, a tool for filesystem snapshot management.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Arvin Schnell <aschnell@suse.de>
|
||||
Arvin Schnell <aschnell@suse.com>
|
||||
|
||||
%prep
|
||||
%setup -n snapper-%{version}
|
||||
@ -85,7 +85,7 @@ autoconf
|
||||
%if 0%{?suse_version} <= 1310
|
||||
--disable-rollback \
|
||||
%endif
|
||||
--disable-silent-rules --disable-ext4 --disable-btrfs-quota
|
||||
--disable-silent-rules --disable-ext4
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
@ -138,7 +138,7 @@ This package contains libsnapper, a library for filesystem snapshot management.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Arvin Schnell <aschnell@suse.de>
|
||||
Arvin Schnell <aschnell@suse.com>
|
||||
|
||||
%files -n libsnapper3
|
||||
%defattr(-,root,root)
|
||||
@ -189,7 +189,7 @@ libsnapper.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Arvin Schnell <aschnell@suse.de>
|
||||
Arvin Schnell <aschnell@suse.com>
|
||||
|
||||
%files -n libsnapper-devel
|
||||
%defattr(-,root,root)
|
||||
@ -213,7 +213,7 @@ snapper during commits.
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Arvin Schnell <aschnell@suse.de>
|
||||
Arvin Schnell <aschnell@suse.com>
|
||||
|
||||
%files -n snapper-zypp-plugin
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user