]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in: set _with_systemd on RHEL 7 and Fedora 4317/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 9 Apr 2015 17:10:52 +0000 (11:10 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 9 Apr 2015 17:15:41 +0000 (11:15 -0600)
commitaa88364f30e2d2f254ade185a83ba263b48e2a73
tree93fc5df03b64ce36eb28478e18c53ccead1d66b1
parent306c7eba2b123e42cc5720c317fae1b96fa7dbef
ceph.spec.in: set _with_systemd on RHEL 7 and Fedora

Commit 71a5090bca049a43e30a7f0cf99141950ef9c5dd added a "_with_systemd"
conditional to the RPMs, but I erred with the version comparison
operator, so this only applied to RHEL 8+, not RHEL 7+.

Adjust the conditional so that it will really apply to RHEL 7+. While
we're here, add Fedora as well.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Reported-by: Boris Ranto <branto@redhat.com>
ceph.spec.in