Accepting request 542954 from home:pluskalm:branches:security:netfilter

- Make sure to use python3 everywhere

OBS-URL: https://build.opensuse.org/request/show/542954
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=50
This commit is contained in:
Markos Chandras 2017-11-20 09:31:12 +00:00 committed by Git OBS Bridge
parent bb23f1cd21
commit 363cb8383f
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 19 18:37:31 UTC 2017 - mpluskal@suse.com
- Make sure to use python3 everywhere
-------------------------------------------------------------------
Thu Nov 16 08:41:27 UTC 2017 - mchandras@suse.de

View File

@ -94,6 +94,8 @@ firewalld.
%build
export PYTHON="python3"
sed -i "s|/usr/bin/python -Es|/usr/bin/python3 -Es|g" fix_python_shebang.sh
sed -i "s|python|python3|g" config/lockdown-whitelist.xml
./autogen.sh
%configure \
--enable-sysconfig \