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