]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: fix _with_systemd conditional
authorNathan Cutler <ncutler@suse.com>
Thu, 2 Jul 2015 09:26:55 +0000 (11:26 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 3 Jul 2015 08:18:44 +0000 (10:18 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 47a42dd4bbe817192911a1d6f8a18022d0168a46..488533b310fb919b291f1fb681e29f1a7ef429c0 100644 (file)
@@ -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