From: Nathan Cutler Date: Thu, 2 Jul 2015 09:26:55 +0000 (+0200) Subject: ceph.spec.in: fix _with_systemd conditional X-Git-Tag: v9.0.3~66^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4dd1e67de5afbe147e898421df6635fd6273dd8b;p=ceph.git ceph.spec.in: fix _with_systemd conditional Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 47a42dd4bbe8..488533b310fb 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