From 4dd1e67de5afbe147e898421df6635fd6273dd8b Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 2 Jul 2015 11:26:55 +0200 Subject: [PATCH] ceph.spec.in: fix _with_systemd conditional Signed-off-by: Nathan Cutler --- ceph.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 47a42dd4bbe81..488533b310fb9 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -14,8 +14,8 @@ # the _with_systemd variable only implies that we'll install # /etc/tmpfiles.d/ceph.conf in order to set up the socket directory in # /var/run/ceph. -%if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?suse_version} - %global _with_systemd 1 +%if 0%{?fedora} || 0%{?rhel} >= 7 || 0%{?suse_version} > 1300 +%global _with_systemd 1 %endif Name: ceph -- 2.39.5