Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package firewalld for openSUSE:Factory checked in at 2022-03-05 14:43:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/firewalld (Old) and /work/SRC/openSUSE:Factory/.firewalld.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "firewalld" Sat Mar 5 14:43:08 2022 rev:63 rq:959443 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes 2022-02-27 22:42:55.642627556 +0100 +++ /work/SRC/openSUSE:Factory/.firewalld.new.1958/firewalld.changes 2022-03-05 14:43:18.699699323 +0100 @@ -1,0 +2,10 @@ +Thu Mar 3 14:26:57 UTC 2022 - Thorsten Kukuk <[email protected]> + +- Fix modprobe.d directory for SLE15 SP3 +- Cleanup dependencies: + - ipset, ebtables and iptables are purely optional and deprecated, + so don't require them + - sysconfig is not needed at all + - Don't hard require systemd, we don't have and need that in containers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ firewalld.spec ++++++ --- /var/tmp/diff_new_pack.owFFiA/_old 2022-03-05 14:43:19.255699463 +0100 +++ /var/tmp/diff_new_pack.owFFiA/_new 2022-03-05 14:43:19.267699466 +0100 @@ -20,8 +20,8 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300 -# systemd-rpm-macros(or kmod) is wrong in 15.2 +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150400 +# systemd-rpm-macros(or kmod) is wrong in 15.2 and 15.3 %define _modprobedir /lib/modprobe.d %endif Name: firewalld @@ -39,7 +39,7 @@ BuildRequires: desktop-file-utils BuildRequires: docbook-xsl-stylesheets # Adding tools to BuildRequires as well so they can be autodetected -# even though it is probably unlikely for paths to change in the future +# Else the configure tool will set them to /bin/false BuildRequires: ebtables BuildRequires: fdupes BuildRequires: gettext @@ -50,22 +50,19 @@ BuildRequires: ipset BuildRequires: iptables BuildRequires: libxslt-tools -BuildRequires: nftables BuildRequires: python3-devel BuildRequires: systemd-rpm-macros -Requires: ebtables -Requires: ipset -Requires: iptables -Requires: logrotate +Recommends: logrotate +# Workaround: nftables seems to be a python3-nftables requirement, +# not of firewalld. Requires: nftables Requires: python3-firewall = %{version} Requires: python3-gobject Requires: python3-nftables -Requires: sysconfig Requires(post): %fillup_prereq Suggests: susefirewall2-to-firewalld BuildArch: noarch -%{?systemd_requires} +%{?systemd_ordering} %description firewalld is a firewall service daemon that provides a dynamic customizable
