Accepting request 124840 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/124840 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=25
This commit is contained in:
parent
5b91fb84fd
commit
66f5a83563
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:babf03dd6506a07a00fc48a61d5fe5a283fe8416cdcd63e73a53952686a710bc
|
||||
size 341804
|
3
snapper-0.0.11.tar.bz2
Normal file
3
snapper-0.0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac42b0e8f67d07bd04e1232ba392907bec33b90d816482695c5bffaf865fa8fe
|
||||
size 358565
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 10:07:08 CEST 2012 - aschnell@suse.de
|
||||
|
||||
- removed blocxx (fate #313242)
|
||||
- 0.0.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 10:56:40 CET 2012 - aschnell@suse.de
|
||||
|
||||
|
36
snapper.spec
36
snapper.spec
@ -16,30 +16,31 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: snapper
|
||||
Version: 0.0.10
|
||||
Version: 0.0.11
|
||||
Release: 0
|
||||
License: GPL-2.0
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: snapper-%{version}.tar.bz2
|
||||
Patch1: no-readonly.diff
|
||||
Prefix: /usr
|
||||
BuildRequires: boost-devel doxygen gcc-c++ libtool libxml2-devel
|
||||
BuildRequires: python-devel swig
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libblocxx-devel
|
||||
%if 0%{?suse_version} >= 1210
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: swig
|
||||
%if (0%{?suse_version} && 0%{?suse_version} >= 1210)
|
||||
BuildRequires: libzypp(plugin:commit)
|
||||
%endif
|
||||
%endif
|
||||
Requires: libsnapper1 = %version
|
||||
%if 0%{?suse_version}
|
||||
Recommends: cron logrotate snapper-zypp-plugin
|
||||
Supplements: btrfsprogs
|
||||
%endif
|
||||
Summary: Tool for filesystem snapshot management
|
||||
License: GPL-2.0
|
||||
Group: System/Packages
|
||||
Url: http://en.opensuse.org/Portal:Snapper
|
||||
|
||||
%description
|
||||
@ -96,7 +97,8 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%package -n libsnapper1
|
||||
Summary: Library for filesystem snapshot management
|
||||
Group: System/Libraries
|
||||
Requires: diffutils util-linux
|
||||
Requires: diffutils
|
||||
Requires: util-linux
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %fillup_prereq
|
||||
%endif
|
||||
@ -139,11 +141,11 @@ Authors:
|
||||
/sbin/ldconfig
|
||||
|
||||
%package -n libsnapper-devel
|
||||
Requires: boost-devel
|
||||
Requires: gcc-c++
|
||||
Requires: libsnapper1 = %version
|
||||
Requires: gcc-c++ libstdc++-devel boost-devel libxml2-devel
|
||||
%if 0%{?suse_version}
|
||||
Requires: blocxx-devel
|
||||
%endif
|
||||
Requires: libstdc++-devel
|
||||
Requires: libxml2-devel
|
||||
Summary: Header files and documentation for libsnapper
|
||||
Group: Development/Languages/C and C++
|
||||
|
||||
@ -178,7 +180,9 @@ Authors:
|
||||
%attr(755,root,root) %{python_sitearch}/_libsnapper.so
|
||||
|
||||
%package -n snapper-zypp-plugin
|
||||
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
|
||||
Requires: snapper
|
||||
Requires: zypp-plugin-python
|
||||
Requires: libzypp(plugin:commit)
|
||||
Summary: A zypp commit plugin for calling snapper
|
||||
Group: System/Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user