From 2749453bc56eac5bedd0a510d2d8e43fefbf106c5b4b166a82ee7b56b72b497b Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Tue, 17 Oct 2023 15:15:04 +0000 Subject: [PATCH] Accepting request 1118310 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/1118310 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=72 --- gnuhealth-client.changes | 6 ++++++ gnuhealth-client.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnuhealth-client.changes b/gnuhealth-client.changes index 16c0477..74a86a5 100644 --- a/gnuhealth-client.changes +++ b/gnuhealth-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 17 11:53:13 UTC 2023 - Daniel Garcia Moreno + +- Remove %python3_install prefix and root options, that's included in + the macro by default. + ------------------------------------------------------------------- Sun Feb 12 13:42:59 UTC 2023 - Axel Braun diff --git a/gnuhealth-client.spec b/gnuhealth-client.spec index 1ecce0e..dc2f3ff 100644 --- a/gnuhealth-client.spec +++ b/gnuhealth-client.spec @@ -1,7 +1,7 @@ # # spec file for package gnuhealth-client # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2015-2022 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -91,7 +91,7 @@ rm -rf */__pycache__ %python3_build %install -%python3_install --prefix=%{_prefix} --root=%{buildroot} +%python3_install # menu-entry desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop