]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: Drop override on %_libexecdir
authorNeal Gompa <ngompa13@gmail.com>
Mon, 8 Jun 2020 16:56:04 +0000 (12:56 -0400)
committerNeal Gompa <ngompa13@gmail.com>
Mon, 8 Jun 2020 17:15:04 +0000 (13:15 -0400)
We no longer need it, as distributions are converging on /usr/libexec
since FHS 3.0 has specified it as the acceptable path for libexecdir.

Fedora has been using /usr/libexec since the beginning, and
openSUSE has accepted software installed into /usr/libexec since
September 2019 in openSUSE:Factory. openSUSE Leap 15.x still uses
/usr/lib for %_libexecdir, but the rest of the spec should handle the
change gracefully.

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
ceph.spec.in

index 35de67371f2df8accd620d2df092399931f9180c..c725b1a753286e83d1d95fe95603869ebf733a8f 100644 (file)
@@ -88,8 +88,6 @@
 %if 0%{?rhel} == 7
 %define __python %{__python3}
 %endif
-# unify libexec for all targets
-%global _libexecdir %{_exec_prefix}/lib
 
 # disable dwz which compresses the debuginfo
 %global _find_debuginfo_dwz_opts %{nil}