[sanlock/f17] Require useradd and groupadd

David Teigland teigland at fedoraproject.org
Fri Jun 15 14:17:42 UTC 2012


commit 949ca9b25a1f744c77c92a9535eeb2871cf80020
Author: David Teigland <teigland at redhat.com>
Date:   Fri Jun 15 09:17:21 2012 -0500

    Require useradd and groupadd

 sanlock.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sanlock.spec b/sanlock.spec
index 83a4fb5..b2534c4 100644
--- a/sanlock.spec
+++ b/sanlock.spec
@@ -1,6 +1,6 @@
 Name:           sanlock
 Version:        2.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A shared disk lock manager
 
 Group:          System Environment/Base
@@ -9,6 +9,8 @@ URL:            https://fedorahosted.org/sanlock/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libblkid-devel libaio-devel python python-devel
 Requires:       %{name}-lib = %{version}-%{release}
+Requires(pre):  /usr/sbin/groupadd
+Requires(pre):  /usr/sbin/useradd
 Source0:        https://fedorahosted.org/releases/s/a/sanlock/%{name}-%{version}.tar.gz
 
 %description
@@ -175,6 +177,9 @@ developing applications that use %{name}.
 %{_includedir}/sanlock_direct.h
 
 %changelog
+* Fri Jun 15 2012 David Teigland <teigland at redhat.com> - 2.3-3
+- Require useradd and groupadd
+
 * Mon Jun 04 2012 David Teigland <teigland at redhat.com> - 2.3-2
 - Remove exclusive arch
 


More information about the scm-commits mailing list