From b4fe948076804426aa37b88ebef290fb94f61715baa76d55c6757b96d789e96b Mon Sep 17 00:00:00 2001 From: Mohd Saquib Date: Thu, 21 Sep 2023 07:54:25 +0000 Subject: [PATCH 1/2] Accepting request 1112692 from home:StevenK:branches:security:netfilter - Correct Requires, python3-slip-dbus -> python3-dbus. OBS-URL: https://build.opensuse.org/request/show/1112692 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=151 --- firewalld.changes | 5 +++++ firewalld.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/firewalld.changes b/firewalld.changes index 6f9d977..365b2d3 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 21 06:26:34 UTC 2023 - Steve Kowalik + +- Correct Requires, python3-slip-dbus -> python3-dbus. + ------------------------------------------------------------------- Tue Aug 22 10:47:06 UTC 2023 - Mohd Saquib diff --git a/firewalld.spec b/firewalld.spec index 70dafc9..5474688 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -78,9 +78,9 @@ firewall with a D-Bus interface. Summary: Python3 bindings for FirewallD Group: Productivity/Networking/Security Requires: dbus-1-python3 +Requires: python3-dbus Requires: python3-decorator Requires: python3-gobject -Requires: python3-slip-dbus %description -n python3-firewall The python3 bindings for firewalld. From 3aec93e256eeaea2fb2c2401bfc4192f9a8fd5294acc8a0f8c8b62271bea8e32 Mon Sep 17 00:00:00 2001 From: Mohd Saquib Date: Mon, 25 Sep 2023 05:39:28 +0000 Subject: [PATCH 2/2] Accepting request 1113321 from home:StevenK:branches:security:netfilter - python3-dbus isn't correct either, it's python3-dbus-python. OBS-URL: https://build.opensuse.org/request/show/1113321 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=152 --- firewalld.changes | 5 +++++ firewalld.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/firewalld.changes b/firewalld.changes index 365b2d3..a095be5 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 25 01:29:47 UTC 2023 - Steve Kowalik + +- python3-dbus isn't correct either, it's python3-dbus-python. + ------------------------------------------------------------------- Thu Sep 21 06:26:34 UTC 2023 - Steve Kowalik diff --git a/firewalld.spec b/firewalld.spec index 5474688..fc2f838 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -78,7 +78,7 @@ firewall with a D-Bus interface. Summary: Python3 bindings for FirewallD Group: Productivity/Networking/Security Requires: dbus-1-python3 -Requires: python3-dbus +Requires: python3-dbus-python Requires: python3-decorator Requires: python3-gobject