Accepting request 783084 from home:frispete:Tumbleweed
- Update to version 0.7.3: * release: v0.7.3 * chore: update translations * doc: README: add note about integration tests * test: check-container: also run check-integration * test: integration: NM zone overrides interface on reload * test: build: support integration tests * test: functions: add macro NMCLI_CHECK * test: functions: new macros for starting/stopping NetworkManager * fix: test: leave "cleanup" for tests cases * test: check-container: add support for fedora rawhide * test: check-container: add support for debian sid * test: build: add support for running in containers * fix: test/functions: FWD_END_TEST: improve grep for errors/warnings * fix: test: direct passthrough: no need to check for dummy module * fix: test: CHECK_NAT_COEXISTENCE: only check for kernel version * fix: reload: let NM interface assignments override permanent config * chore: tests: rename IF_IPV6_SUPPORTED to IF_HOST_SUPPORTS_IPV6_RULES * fix: tests: convert host ipv6 checks to runtime * fix: tests: convert ip6tables checks to runtime * fix: tests: convert probe of nft numeric args to runtime * fix: tests: convert nftables fib checks to runtime * fix: build: distribute testsuite * fix: don't probe for available kernel modules * fix: failure to load modules no longer fatal * fix: tests/functions: canonicalize XML output * chore: doc: update authors * fix: test: use debug output based on autotest variable * fix: src/tests/Makefile: distclean should clean atconfig OBS-URL: https://build.opensuse.org/request/show/783084 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=100
This commit is contained in:
parent
c5f0c6eb45
commit
862debfa2f
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">firewalld</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.7.2</param>
|
||||
<param name="revision">v0.7.3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/firewalld/firewalld</param>
|
||||
<param name="changesrevision">06de1841cfe41cc8c3c3f7c073aabc1f9f5d0ad0</param></service></servicedata>
|
||||
<param name="changesrevision">f694f8ebd99f9e16bf84075d177ced4a11469587</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2804c025b0c9de766c6b270251dae977290069b84667c8a32dddfea9b1ecd9a
|
||||
size 7193613
|
3
firewalld-0.7.3.obscpio
Normal file
3
firewalld-0.7.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e85338636f58dd4eb50cb10c79ee29df22c440553e2acf1e37b0b7931a5aaa9
|
||||
size 7198221
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 08 17:20:42 UTC 2020 - hpj@urpla.net
|
||||
|
||||
- Update to version 0.7.3:
|
||||
* release: v0.7.3
|
||||
* chore: update translations
|
||||
* doc: README: add note about integration tests
|
||||
* test: check-container: also run check-integration
|
||||
* test: integration: NM zone overrides interface on reload
|
||||
* test: build: support integration tests
|
||||
* test: functions: add macro NMCLI_CHECK
|
||||
* test: functions: new macros for starting/stopping NetworkManager
|
||||
* fix: test: leave "cleanup" for tests cases
|
||||
* test: check-container: add support for fedora rawhide
|
||||
* test: check-container: add support for debian sid
|
||||
* test: build: add support for running in containers
|
||||
* fix: test/functions: FWD_END_TEST: improve grep for errors/warnings
|
||||
* fix: test: direct passthrough: no need to check for dummy module
|
||||
* fix: test: CHECK_NAT_COEXISTENCE: only check for kernel version
|
||||
* fix: reload: let NM interface assignments override permanent config
|
||||
* chore: tests: rename IF_IPV6_SUPPORTED to IF_HOST_SUPPORTS_IPV6_RULES
|
||||
* fix: tests: convert host ipv6 checks to runtime
|
||||
* fix: tests: convert ip6tables checks to runtime
|
||||
* fix: tests: convert probe of nft numeric args to runtime
|
||||
* fix: tests: convert nftables fib checks to runtime
|
||||
* fix: build: distribute testsuite
|
||||
* fix: don't probe for available kernel modules
|
||||
* fix: failure to load modules no longer fatal
|
||||
* fix: tests/functions: canonicalize XML output
|
||||
* chore: doc: update authors
|
||||
* fix: test: use debug output based on autotest variable
|
||||
* fix: src/tests/Makefile: distclean should clean atconfig
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 4 20:49:00 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: firewalld
|
||||
version: 0.7.2
|
||||
mtime: 1569950644
|
||||
commit: 06de1841cfe41cc8c3c3f7c073aabc1f9f5d0ad0
|
||||
version: 0.7.3
|
||||
mtime: 1578424716
|
||||
commit: f694f8ebd99f9e16bf84075d177ced4a11469587
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: firewalld
|
||||
Version: 0.7.2
|
||||
Version: 0.7.3
|
||||
Release: 0
|
||||
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user