Accepting request 678932 from home:mrostecki:branches:security:netfilter

- Add dependency between firewall-macros and firewalld.
  (boo#1125775)
- Fix --with-ifcfgdir configure parameter. (boo#1124212)

OBS-URL: https://build.opensuse.org/request/show/678932
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=91
This commit is contained in:
Michał Rostecki 2019-02-25 14:39:31 +00:00 committed by Git OBS Bridge
parent c8de569e4f
commit 2f13ee734f
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 25 14:27:19 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Add dependency between firewall-macros and firewalld.
(boo#1125775)
-------------------------------------------------------------------
Wed Feb 6 16:01:03 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
- Fix --with-ifcfgdir configure parameter. (boo#1124212)
-------------------------------------------------------------------
Thu Jan 10 10:23:32 UTC 2019 - Michał Rostecki <mrostecki@suse.de>

View File

@ -81,6 +81,7 @@ The python3 bindings for firewalld.
%package -n firewall-macros
Summary: FirewallD RPM macros
Group: Productivity/Networking/Security
Requires: %{name} = %{version}-%{release}
%description -n firewall-macros
This package provides the firewalld RPM macros file needed by packages
@ -126,7 +127,7 @@ export PYTHON="%{_bindir}/python3"
%configure \
--enable-sysconfig \
--enable-rpmmacros \
--with-ifcfgdir="%{_sysconfdir}/network"
--with-ifcfgdir="%{_sysconfdir}/sysconfig/network"
# Normally documentation is shipped but this will ensure that missing
# files will be generated.