SHA256
1
0
forked from pool/snapper

Accepting request 215557 from YaST:Head

- updated to latest repository

OBS-URL: https://build.opensuse.org/request/show/215557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=52
This commit is contained in:
Stephan Kulow 2014-01-30 08:02:21 +00:00 committed by Git OBS Bridge
parent dc3d3b4ef6
commit e4b87798b8
4 changed files with 19 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dc5f5b8dcca021a102e4e21dbfa98a7bd6daec9c275a21d528da111c6e6c35a
size 435973

3
snapper-0.2.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f34051be0c97da8c6e37efe8833adddc550fadfb666f5dd6c43750aaed8b4ac
size 436838

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 29 11:09:45 CET 2014 - aschnell@suse.de
- allow to sync ALLOW_USERS and ALLOW_GROUPS to ACL of .snapshots
directory (see bnc#860116)
- 0.2.0
-------------------------------------------------------------------
Fri Jan 24 10:01:35 CET 2014 - aschnell@suse.de
- removed grub-snapper-plugin subpackage (fate#316232)
-------------------------------------------------------------------
Fri Dec 13 16:10:42 CET 2013 - aschnell@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package snapper
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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
@ -17,13 +17,14 @@
Name: snapper
Version: 0.1.8
Version: 0.2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: snapper-%{version}.tar.bz2
Prefix: /usr
BuildRequires: boost-devel
BuildRequires: gcc-c++
BuildRequires: libacl-devel
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: pkg-config
@ -153,6 +154,7 @@ Authors:
%package -n libsnapper-devel
Requires: boost-devel
Requires: gcc-c++
Requires: libacl-devel
Requires: libsnapper2 = %version
Requires: libstdc++-devel
Requires: libxml2-devel
@ -203,31 +205,6 @@ Authors:
%doc %{_mandir}/*/snapper-zypp-plugin.8*
%doc %{_mandir}/*/snapper-zypp-plugin.conf.5*
%package -n grub-snapper-plugin
BuildArch: noarch
Requires: python
Requires: python-xattr
Requires: snapper = %version
%if 0%{?suse_version}
Supplements: packageand(snapper-zypp-plugin:grub2)
%endif
Summary: A snapper plugin for adding snapshot metadata for grub2
Group: System/Packages
%description -n grub-snapper-plugin
This package contains a plugin for snapper that adds metadata to snapshots
used by grub2.
Authors:
--------
Arvin Schnell <aschnell@suse.de>
%files -n grub-snapper-plugin
%defattr(-,root,root)
%dir /usr/lib/snapper
%dir /usr/lib/snapper/plugins
/usr/lib/snapper/plugins/grub.py*
%package -n pam_snapper
Requires: pam
Requires: snapper = %version