From ac569ab9ab7b55b7bcd3433cde0648993aebbd98 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jun 18 2012 21:29:44 +0000 Subject: sanlock.spec updated Signed-off-by: David Teigland --- diff --git a/sanlock.spec b/sanlock.spec index b2534c4..56b861c 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -1,6 +1,6 @@ Name: sanlock Version: 2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A shared disk lock manager Group: System Environment/Base @@ -13,6 +13,10 @@ Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd Source0: https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz +%if 0%{?fedora} >= 16 +BuildRequires: systemd-units +%endif + %description sanlock uses disk paxos to manage leases on shared storage. Hosts connected to a common SAN can use this to synchronize their @@ -177,6 +181,9 @@ developing applications that use %{name}. %{_includedir}/sanlock_direct.h %changelog +* Mon Jun 18 2012 David Teigland - 2.3-4 +- Require systemd-units + * Fri Jun 15 2012 David Teigland - 2.3-3 - Require useradd and groupadd