[sanlock/f16] Require systemd-units

David Teigland teigland at fedoraproject.org
Mon Jun 18 15:03:35 UTC 2012


commit 4bdd91c636595903728a6e22c80c7b0b9611919a
Author: David Teigland <teigland at redhat.com>
Date:   Mon Jun 18 10:03:12 2012 -0500

    Require systemd-units

 sanlock.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <teigland at redhat.com> - 2.3-4
+- Require systemd-units
+
 * Fri Jun 15 2012 David Teigland <teigland at redhat.com> - 2.3-3
 - Require useradd and groupadd
 


More information about the scm-commits mailing list