From cc984a4d6c19b33c3a1d1a28d198d0aa8e541901011b7168cd038d61a14b7aaf Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 16 Mar 2017 14:45:58 +0000 Subject: [PATCH] Accepting request 478718 from home:kukuk:branches:Virtualization Adjust for new system-users RPM OBS-URL: https://build.opensuse.org/request/show/478718 OBS-URL: https://build.opensuse.org/package/show/Virtualization/sanlock?expand=0&rev=27 --- sanlock.changes | 5 +++++ sanlock.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sanlock.changes b/sanlock.changes index 28c89f0..3d23b25 100644 --- a/sanlock.changes +++ b/sanlock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 11 08:40:02 UTC 2017 - kukuk@suse.com + +- Add group disk as Prerequires + ------------------------------------------------------------------- Fri Jun 19 10:48:55 MDT 2015 - jfehlig@suse.com diff --git a/sanlock.spec b/sanlock.spec index 8c68464..f48f0b7 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,7 +1,7 @@ # # spec file for package sanlock # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,9 @@ Requires(pre): %insserv_prereq %endif BuildRequires: xz Requires(pre): %fillup_prereq +%if 0%{?suse_version} > 1320 +Requires(pre): group(disk) +%endif Requires: %{name}-lib = %{version}-%{release} Recommends: logrotate Source0: https://git.fedorahosted.org/cgit/sanlock.git/snapshot/%{name}-%{version}.tar.xz