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