From cdf93f46d88b43bab4f2b6bb1db1ce11332e34a81d97b63686d70859094c5fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 Apr 2020 13:18:30 +0000 Subject: [PATCH] - Fix all files having executable bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-getmac?expand=0&rev=6 --- python-getmac.changes | 5 +++++ python-getmac.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-getmac.changes b/python-getmac.changes index 2673aa2..64210db 100644 --- a/python-getmac.changes +++ b/python-getmac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 16 13:18:15 UTC 2020 - Tomáš Chvátal + +- Fix all files having executable bit + ------------------------------------------------------------------- Mon Apr 6 14:41:53 UTC 2020 - Marketa Calabkova diff --git a/python-getmac.spec b/python-getmac.spec index 938835e..3c5192d 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -41,6 +41,8 @@ A Python module to get MAC addresses of remote hosts and local interfaces. %prep %setup -q -n getmac-%{version} sed -i "1,4{/\/usr\/bin\/env/d}" getmac/__main__.py +rm -r *egg-info +find . -type f -exec chmod -x {} \; %build %python_build