]> 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>
Tue, 27 Oct 2015 10:24:16 +0000 (11:24 +0100)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 4dd1e67de5afbe147e898421df6635fd6273dd8b)

ceph.spec.in

index 9200b0b200237fb9d7723fbf98e74ee55aba169f..3bbbc7e3a5d1309c1af7169a96f79c69fbc87184 100644 (file)
@@ -13,8 +13,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
 
 #################################################################################