Accepting request 183548 from YaST:Head
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/183548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=41
This commit is contained in:
parent
1c6bae3f33
commit
97dfb87987
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d37fda78ecf0f63dc550dd3eafa3ee00f9e695dd127d180816a6eecea6da60a6
|
||||
size 432621
|
3
snapper-0.1.5.tar.bz2
Normal file
3
snapper-0.1.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93a1f0fe5ed3780409aff2e811df449ee11d8cd6672e4c1a4c1f90a98c95a42c
|
||||
size 433609
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 09 14:00:16 CEST 2013 - aschnell@suse.de
|
||||
|
||||
- added manpage describing snapper configs
|
||||
- optimize timeline cleanup algorithm for only sporadic running
|
||||
systems
|
||||
- 0.1.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 08 16:18:10 CEST 2013 - aschnell@suse.de
|
||||
|
||||
- document filters and use fnmatch with FNM_LEADING_DIR
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 09:09:20 CEST 2013 - aschnell@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: snapper
|
||||
Version: 0.1.4
|
||||
Version: 0.1.5
|
||||
Release: 0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: snapper-%{version}.tar.bz2
|
||||
@ -74,7 +74,7 @@ autoconf
|
||||
|
||||
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} \
|
||||
--docdir=%{prefix}/share/doc/packages/snapper \
|
||||
--disable-silent-rules --disable-ext4 --enable-xattrs
|
||||
--disable-silent-rules --disable-ext4
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user