mwatts(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241294?usp=email )
Change subject: packaging: install gpfs-epoch in el10
......................................................................
packaging: install gpfs-epoch in el10
Ganesha wants to put gpfs-epoch, a python script, into
/usr/libexec/ganesha (or some logical variation thereof).
In el10, we have python 3.12, which removes support for antique install logic.
The replacement (python3 -m installer) lacks support for setting bindir
and always puts scripts into /usr/bin. Rather than fighting with
the python installer, this commit just installs the script directly.
Change-Id: I37fca5330908b10440042d7e35eb1d088f3ab513
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/scripts/gpfs-epoch/CMakeLists.txt
1 file changed, 6 insertions(+), 9 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/94/1241294/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241294?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I37fca5330908b10440042d7e35eb1d088f3ab513
Gerrit-Change-Number: 1241294
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com