[SSSD] [PATCH] SPEC: Use systemd on available platforms

Lukas Slebodnik lslebodn at redhat.com
Thu Feb 20 16:10:12 UTC 2014


ehlo,

attached patch is for 1-11 branch.

LS
-------------- next part --------------
>From fa01fbe7e07efba1fa46891911caca0ace607741 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Thu, 20 Feb 2014 17:05:16 +0100
Subject: [PATCH] SPEC: Use systemd on available platforms

---
 contrib/sssd.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 3b6c2596fe363b275ef60ea67c2b40a143704bd2..92924518c9a4ea808d117dc0b8465c57f0f5bef9 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -18,7 +18,7 @@
 %define __provides_exclude_from %{python_sitearch}/.*\.so$
 %endif
 
-%if (0%{?fedora} >= 16)
+%if (0%{?fedora} >= 16 || 0%{?rhel} >= 7)
     %global use_systemd 1
 %endif
 
-- 
1.8.5.3



More information about the sssd-devel mailing list