Accepting request 221124 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/221124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=53
This commit is contained in:
parent
e4b87798b8
commit
23e6e80988
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f34051be0c97da8c6e37efe8833adddc550fadfb666f5dd6c43750aaed8b4ac
|
|
||||||
size 436838
|
|
3
snapper-0.2.1.tar.bz2
Normal file
3
snapper-0.2.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b96eaf3ef4b852527c00e8e7fac05d597f90ab7a05e596d3e10c4f935a55abd0
|
||||||
|
size 436689
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 05 10:50:25 CET 2014 - aschnell@suse.de
|
||||||
|
|
||||||
|
- fixed execution of grub scripts
|
||||||
|
- 0.2.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 29 11:09:45 CET 2014 - aschnell@suse.de
|
Wed Jan 29 11:09:45 CET 2014 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: snapper
|
Name: snapper
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: snapper-%{version}.tar.bz2
|
Source: snapper-%{version}.tar.bz2
|
||||||
@ -116,6 +116,8 @@ Requires: util-linux
|
|||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
%endif
|
%endif
|
||||||
|
# expands to Obsoletes: libsnapper1 libsnapper2 libsnapper3...
|
||||||
|
Obsoletes: %(echo `seq -s " " -f "libsnapper%.f" $((2 - 1))`)
|
||||||
|
|
||||||
%description -n libsnapper2
|
%description -n libsnapper2
|
||||||
This package contains libsnapper, a library for filesystem snapshot management.
|
This package contains libsnapper, a library for filesystem snapshot management.
|
||||||
|
Loading…
Reference in New Issue
Block a user