Accepting request 543832 from security:netfilter

- Make sure to use python3 everywhere (boo#1068778)

OBS-URL: https://build.opensuse.org/request/show/543832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-11-23 08:37:24 +00:00 committed by Git OBS Bridge
commit d97b925481
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 (boo#1068778)
-------------------------------------------------------------------
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 \