SHA256
1
0
forked from pool/snapper

Accepting request 78114 from YaST:Head

- updated to latest repository

OBS-URL: https://build.opensuse.org/request/show/78114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=11
This commit is contained in:
Sascha Peilicke 2011-08-07 17:04:18 +00:00 committed by Git OBS Bridge
parent f3cc80327a
commit 59097065a0
3 changed files with 34 additions and 47 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc2e021bd48a9f3c46301c6729752109d577df977a74fcc5fe8d558d7834ef26
size 310788
oid sha256:0b7a6952e75e176f6e18712eb76e0106fc9700b6dc99bb72cc1c4b96bb23642d
size 311898

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 04 20:51:59 CEST 2011 - aschnell@suse.de
- added experimental ext4 support
-------------------------------------------------------------------
Mon Aug 01 14:42:16 CEST 2011 - aschnell@suse.de

View File

@ -1,32 +1,17 @@
#
# 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
Name: snapper
Version: 0.0.7
Release: 1
Release: 0
License: GPL
Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2
Prefix: /usr
BuildRequires: boost-devel doxygen gcc-c++ libblocxx-devel libxml2-devel
BuildRequires: gcc-c++ boost-devel libblocxx-devel libxml2-devel doxygen
BuildRequires: libzypp(plugin:commit)
Requires: libsnapper1 = %version
Recommends: cron logrotate snapper-zypp-plugin
@ -74,11 +59,11 @@ rm -rf "$RPM_BUILD_ROOT"
/etc/cron.daily/suse.de-snapper
%package -n libsnapper1
Summary: Library for filesystem snapshot management
Group: System/Libraries
Requires: btrfsprogs diffutils util-linux
Requires: diffutils util-linux
PreReq: %fillup_prereq
Supplements: btrfsprogs
%description -n libsnapper1
This package contains libsnapper, a library for filesystem snapshot management.
@ -112,7 +97,6 @@ Authors:
/sbin/ldconfig
%package -n libsnapper-devel
Requires: libsnapper1 = %version
Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
Summary: Header files and documentation for libsnapper
@ -133,7 +117,6 @@ Authors:
%{prefix}/include/snapper
%package -n snapper-zypp-plugin
Requires: snapper libzypp(plugin:commit) zypp-plugin-python
Summary: A zypp commit plugin for calling snapper
Group: System/Packages
@ -149,4 +132,3 @@ Authors:
%files -n snapper-zypp-plugin
%defattr(-,root,root)
/usr/lib/zypp/plugins/commit/snapper.py
%changelog