Accepting request 154887 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/154887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=32
This commit is contained in:
parent
af3f4f3bb7
commit
880eb9021b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e9705dffdef270d4a6cad90fcc7ea095b2c49b070f40ec1e29aa747532f88c8
|
|
||||||
size 415432
|
|
3
snapper-0.1.2.tar.bz2
Normal file
3
snapper-0.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55873d5faecf90b6d89260df4424e4c15581b53189a3cb0f9149a8c3109824d7
|
||||||
|
size 417035
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 07 18:13:26 CET 2013 - aschnell@suse.de
|
||||||
|
|
||||||
|
- zypp-plugin requires dbus-1-python
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 06 10:27:57 CET 2013 - aschnell@suse.de
|
||||||
|
|
||||||
|
- fixed compatibility issue with boost 1.52
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 04 14:00:45 CET 2013 - aschnell@suse.de
|
||||||
|
|
||||||
|
- use btrfs send ioctl for snapshot comparison (fate #311399)
|
||||||
|
- 0.1.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 14:32:02 CET 2013 - aschnell@suse.de
|
Thu Jan 24 14:32:02 CET 2013 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: snapper
|
Name: snapper
|
||||||
Version: 0.1.1
|
Version: 0.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source: snapper-%{version}.tar.bz2
|
Source: snapper-%{version}.tar.bz2
|
||||||
@ -36,6 +36,7 @@ BuildRequires: libdbus-1-devel
|
|||||||
%if (0%{?suse_version} && 0%{?suse_version} >= 1210)
|
%if (0%{?suse_version} && 0%{?suse_version} >= 1210)
|
||||||
BuildRequires: libzypp(plugin:commit)
|
BuildRequires: libzypp(plugin:commit)
|
||||||
%endif
|
%endif
|
||||||
|
Requires: diffutils
|
||||||
Requires: libsnapper2 = %version
|
Requires: libsnapper2 = %version
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Recommends: cron logrotate snapper-zypp-plugin
|
Recommends: cron logrotate snapper-zypp-plugin
|
||||||
@ -97,7 +98,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%package -n libsnapper2
|
%package -n libsnapper2
|
||||||
Summary: Library for filesystem snapshot management
|
Summary: Library for filesystem snapshot management
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: diffutils
|
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -161,6 +161,7 @@ Authors:
|
|||||||
%{prefix}/include/snapper
|
%{prefix}/include/snapper
|
||||||
|
|
||||||
%package -n snapper-zypp-plugin
|
%package -n snapper-zypp-plugin
|
||||||
|
Requires: dbus-1-python
|
||||||
Requires: snapper
|
Requires: snapper
|
||||||
Requires: zypp-plugin-python
|
Requires: zypp-plugin-python
|
||||||
Requires: libzypp(plugin:commit)
|
Requires: libzypp(plugin:commit)
|
||||||
|
Loading…
Reference in New Issue
Block a user