]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: do not run %debug_package
authorNathan Cutler <ncutler@suse.com>
Thu, 9 Jul 2015 11:44:40 +0000 (13:44 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Oct 2015 10:24:18 +0000 (11:24 +0100)
And remove superfluous 0%{?opensuse} conditionals.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit e8dd6f0fc82286559938eec7e848ccbcdce83516)

ceph.spec.in

index 96f2b99a5282966fe443ac131d423eb11d824af9..b09230e2867bd4a33c25de7f98c19fff61c91364 100644 (file)
@@ -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 \