From 2c09271e17bbcf10af46d23d361496f94a35cb82 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 9 Jul 2015 13:44:40 +0200 Subject: [PATCH] ceph.spec.in: do not run %debug_package And remove superfluous 0%{?opensuse} conditionals. Signed-off-by: Nathan Cutler (cherry picked from commit e8dd6f0fc82286559938eec7e848ccbcdce83516) --- ceph.spec.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 96f2b99a52829..b09230e2867bd 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -470,10 +470,6 @@ python-rados, python-rbd and python-cephfs. Packages still depending on python-ceph should be fixed to depend on python-rados, python-rbd or python-cephfs instead. -%if 0%{?opensuse} || 0%{?suse_version} -%debug_package -%endif - ################################################################################# # common ################################################################################# @@ -514,7 +510,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` %if 0%{?rhel} || 0%{?fedora} --with-systemd-libexec-dir=/usr/libexec/ceph \ %endif -%if 0%{?opensuse} || 0%{?suse_version} +%if 0%{?suse_version} --with-systemd-libexec-dir=/usr/lib/ceph/ \ %endif $MY_CONF_OPT \ -- 2.39.5