From 6b402edd610d2d6094cd345c03255559f6f6e113cc8394076420b8377c5f8f0b Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 17 Oct 2023 15:15:40 +0000 Subject: [PATCH] Accepting request 1118308 from home:dgarcia:fix-shebang - Remove %python3_install prefix and root options, that's included in the macro by default. OBS-URL: https://build.opensuse.org/request/show/1118308 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=117 --- gnuhealth.changes | 6 ++++++ gnuhealth.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gnuhealth.changes b/gnuhealth.changes index ea3b8e8..48d2ee2 100644 --- a/gnuhealth.changes +++ b/gnuhealth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 17 11:47:48 UTC 2023 - Daniel Garcia Moreno + +- Remove %python3_install prefix and root options, that's included in + the macro by default. + ------------------------------------------------------------------- Sun Sep 24 19:20:07 UTC 2023 - Axel Braun diff --git a/gnuhealth.spec b/gnuhealth.spec index 2b7a37c..de4f77b 100644 --- a/gnuhealth.spec +++ b/gnuhealth.spec @@ -135,7 +135,7 @@ done %install for i in h*; do pushd $i - %python3_install --prefix=%_prefix --root=%buildroot + %python3_install popd done