]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commited6552d5067c9f1d34c426f9ae18b0c37f2a9d29
tree1bfe83b8aa833855f11473c55a1fdb1c284e158c
parent491fa555f9b98c3a0b60a5a3b5cde9a79064f13a
rpm: Drop override on %_libexecdir

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