Accepting request 678933 from security:netfilter
OBS-URL: https://build.opensuse.org/request/show/678933 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=40
This commit is contained in:
commit
0a841bccd3
@ -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>
|
Thu Jan 10 10:23:32 UTC 2019 - Michał Rostecki <mrostecki@suse.de>
|
||||||
|
|
||||||
|
@ -81,6 +81,7 @@ The python3 bindings for firewalld.
|
|||||||
%package -n firewall-macros
|
%package -n firewall-macros
|
||||||
Summary: FirewallD RPM macros
|
Summary: FirewallD RPM macros
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n firewall-macros
|
%description -n firewall-macros
|
||||||
This package provides the firewalld RPM macros file needed by packages
|
This package provides the firewalld RPM macros file needed by packages
|
||||||
@ -126,7 +127,7 @@ export PYTHON="%{_bindir}/python3"
|
|||||||
%configure \
|
%configure \
|
||||||
--enable-sysconfig \
|
--enable-sysconfig \
|
||||||
--enable-rpmmacros \
|
--enable-rpmmacros \
|
||||||
--with-ifcfgdir="%{_sysconfdir}/network"
|
--with-ifcfgdir="%{_sysconfdir}/sysconfig/network"
|
||||||
|
|
||||||
# Normally documentation is shipped but this will ensure that missing
|
# Normally documentation is shipped but this will ensure that missing
|
||||||
# files will be generated.
|
# files will be generated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user