Accepting request 77573 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/77573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=9
This commit is contained in:
parent
6e9161e9dd
commit
41cf6c3b50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2e73c873f4d4af181b579f6418b6c5b12e98c9e3986129d273efa39560f52673
|
|
||||||
size 307359
|
|
3
snapper-0.0.7.tar.bz2
Normal file
3
snapper-0.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc2e021bd48a9f3c46301c6729752109d577df977a74fcc5fe8d558d7834ef26
|
||||||
|
size 310788
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 01 14:42:16 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- preparations for supporting multiple filesystem types
|
||||||
|
- version 0.0.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 01 12:34:40 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- updated translations
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 30 16:15:42 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
- added missing shell quoting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 11:46:28 CEST 2011 - aschnell@suse.de
|
Tue Jun 28 11:46:28 CEST 2011 - aschnell@suse.de
|
||||||
|
|
||||||
|
71
snapper.spec
71
snapper.spec
@ -1,37 +1,22 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snapper
|
# spec file for package snapper (Version 0.0.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
||||||
#
|
|
||||||
# All modifications and additions to the file contributed by third parties
|
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
|
||||||
# upon. The license for this file, and modifications and additions to the
|
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
|
||||||
# license for the pristine package is not an Open Source License, in which
|
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
|
||||||
# published by the Open Source Initiative.
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: snapper
|
||||||
Name: snapper
|
Version: 0.0.7
|
||||||
Version: 0.0.6
|
Release: 0
|
||||||
Release: 5
|
License: GPL
|
||||||
License: GPL
|
Group: System/Packages
|
||||||
Group: System/Packages
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source: snapper-%{version}.tar.bz2
|
||||||
Source: snapper-%{version}.tar.bz2
|
Prefix: /usr
|
||||||
Prefix: /usr
|
BuildRequires: gcc-c++ boost-devel libblocxx-devel libxml2-devel doxygen
|
||||||
BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
|
BuildRequires: libzypp(plugin:commit)
|
||||||
BuildRequires: libzypp(plugin:commit)
|
Requires: libsnapper1 = %version
|
||||||
Requires: libsnapper1 = %version
|
Recommends: cron logrotate snapper-zypp-plugin
|
||||||
Recommends: cron logrotate snapper-zypp-plugin
|
Summary: Tool for filesystem snapshot management
|
||||||
Summary: Tool for filesystem snapshot management
|
Url: http://en.opensuse.org/Portal:Snapper
|
||||||
Url: http://en.opensuse.org/Portal:Snapper
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains snapper, a tool for filesystem snapshot management.
|
This package contains snapper, a tool for filesystem snapshot management.
|
||||||
@ -74,11 +59,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/etc/cron.daily/suse.de-snapper
|
/etc/cron.daily/suse.de-snapper
|
||||||
|
|
||||||
%package -n libsnapper1
|
%package -n libsnapper1
|
||||||
|
Summary: Library for filesystem snapshot management
|
||||||
Summary: Library for filesystem snapshot management
|
Group: System/Libraries
|
||||||
Group: System/Libraries
|
Requires: btrfsprogs diffutils util-linux
|
||||||
Requires: btrfsprogs diffutils util-linux
|
PreReq: %fillup_prereq
|
||||||
PreReq: %fillup_prereq
|
|
||||||
|
|
||||||
%description -n libsnapper1
|
%description -n libsnapper1
|
||||||
This package contains libsnapper, a library for filesystem snapshot management.
|
This package contains libsnapper, a library for filesystem snapshot management.
|
||||||
@ -112,11 +96,10 @@ Authors:
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%package -n libsnapper-devel
|
%package -n libsnapper-devel
|
||||||
|
Requires: libsnapper1 = %version
|
||||||
Requires: libsnapper1 = %version
|
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
|
||||||
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
|
Summary: Header files and documentation for libsnapper
|
||||||
Summary: Header files and documentation for libsnapper
|
Group: Development/Languages/C and C++
|
||||||
Group: Development/Languages/C and C++
|
|
||||||
|
|
||||||
%description -n libsnapper-devel
|
%description -n libsnapper-devel
|
||||||
This package contains header files and documentation for developing with
|
This package contains header files and documentation for developing with
|
||||||
@ -133,10 +116,9 @@ Authors:
|
|||||||
%{prefix}/include/snapper
|
%{prefix}/include/snapper
|
||||||
|
|
||||||
%package -n snapper-zypp-plugin
|
%package -n snapper-zypp-plugin
|
||||||
|
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
|
||||||
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
|
Summary: A zypp commit plugin for calling snapper
|
||||||
Summary: A zypp commit plugin for calling snapper
|
Group: System/Packages
|
||||||
Group: System/Packages
|
|
||||||
|
|
||||||
%description -n snapper-zypp-plugin
|
%description -n snapper-zypp-plugin
|
||||||
This package contains a plugin for zypp that makes filesystem snapshots with
|
This package contains a plugin for zypp that makes filesystem snapshots with
|
||||||
@ -149,4 +131,3 @@ Authors:
|
|||||||
%files -n snapper-zypp-plugin
|
%files -n snapper-zypp-plugin
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/lib/zypp/plugins/commit/snapper.py
|
/usr/lib/zypp/plugins/commit/snapper.py
|
||||||
%changelog
|
|
||||||
|
Loading…
Reference in New Issue
Block a user