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