mwatts(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241295?usp=email )
Change subject: packaging: fix ganesha-top install on el10
......................................................................
packaging: fix ganesha-top install on el10
This commit works around antique python install logic
for ganesha-top.
"mkdir -p build/lib" invites the python installer to recursively search
for all .py files, which results in really weird behavior when it finds
build/lib. We don't need this, so get rid of it. The goal is that
the wheel that comes out of this should not have setup.py or build/lib,
or any variation thereof.
package_dir isn't needed here, so get rid of it.
Change-Id: Ibb118d6c6666efe5d4909d7cb14225d7a0ddc60d
Signed-off-by: Marcus Watts <mwatts(a)redhat.com>
---
M src/scripts/ganesha-top/CMakeLists.txt
M src/scripts/ganesha-top/setup.py.in
2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/95/1241295/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1241295?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: Ibb118d6c6666efe5d4909d7cb14225d7a0ddc60d
Gerrit-Change-Number: 1241295
Gerrit-PatchSet: 1
Gerrit-Owner: mwatts(a)redhat.com