From 81c9fb61fd226ce568804bb446d2d9ef2fa72d6f Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 5 Mar 2015 12:53:17 +0100 Subject: [PATCH] Fix missing udev rule install (cherry picked from commit aa4261b79f95304468542654461107f23b828293) --- ceph.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph.spec.in b/ceph.spec.in index 92d86c2206819..1211241258099 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -740,7 +740,7 @@ fi %config(noreplace) %{_sysconfdir}/ceph/rbdmap %{_initrddir}/rbdmap %{python_sitelib}/ceph_argparse.py* -%if 0%{?rhel} >= 7 || 0%{?fedora} +%if 0%{?rhel} >= 7 || 0%{?fedora} || 0%{?suse_version} /usr/lib/udev/rules.d/50-rbd.rules %else /lib/udev/rules.d/50-rbd.rules -- 2.39.5