From 5a3d8927a142d5ec535329387b69ec74a8f84bfeda92da54202c4cde2d3047a3 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 7 Nov 2020 16:58:14 +0000 Subject: [PATCH 1/2] - remove __pycache__ from plugins (boo#1178453) OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=45 --- gnuhealth-client.changes | 5 +++++ gnuhealth-client.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gnuhealth-client.changes b/gnuhealth-client.changes index 09fceec..c504692 100644 --- a/gnuhealth-client.changes +++ b/gnuhealth-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 7 16:56:47 UTC 2020 - Axel Braun + +- remove __pycache__ from plugins (boo#1178453) + ------------------------------------------------------------------- Sun May 17 16:20:07 UTC 2020 - Axel Braun diff --git a/gnuhealth-client.spec b/gnuhealth-client.spec index 71503da..3d36606 100644 --- a/gnuhealth-client.spec +++ b/gnuhealth-client.spec @@ -81,6 +81,11 @@ mv gnuhealth_plugin_camera* camera mv gnuhealth_plugin_crypto* crypto mv gnuhealth_plugin_frl* frl +# Remove pycache +rm -rf camera/__pycache__ +rm -rf crypto/__pycache__ +rm -rf frl/__pycache__ + %build : From 665a3d16fafa4ee77c281ba19fa4aa3e49ab72310428b9825a9d9fa726a31da0 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sat, 7 Nov 2020 17:23:42 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=46 --- gnuhealth-client.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnuhealth-client.spec b/gnuhealth-client.spec index 3d36606..6f0a2e4 100644 --- a/gnuhealth-client.spec +++ b/gnuhealth-client.spec @@ -82,9 +82,7 @@ mv gnuhealth_plugin_crypto* crypto mv gnuhealth_plugin_frl* frl # Remove pycache -rm -rf camera/__pycache__ -rm -rf crypto/__pycache__ -rm -rf frl/__pycache__ +rm -rf */__pycache__ %build :