summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-02-20 17:05:16 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-20 20:43:36 +0100
commit50c85b3042506ee1ac11919f67d9adf8c692bf0a (patch)
tree4961c7a089abdc69df0fd13aa8cecef459dfcfe7
parent7f3f41355da6df3485bf35920fb64d6c34e92d92 (diff)
downloadsssd-50c85b3042506ee1ac11919f67d9adf8c692bf0a.tar.gz
sssd-50c85b3042506ee1ac11919f67d9adf8c692bf0a.tar.xz
sssd-50c85b3042506ee1ac11919f67d9adf8c692bf0a.zip
SPEC: Use systemd on available platforms
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 3b6c2596f..92924518c 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