From 87e0e7dbae4e993ac1a1b621865d2fb62bca9bc0 Mon Sep 17 00:00:00 2001 From: zhanglu Date: Wed, 15 Jan 2020 09:21:26 +0800 Subject: [PATCH] fix build fail --- firewalld.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/firewalld.spec b/firewalld.spec index acb74bd..17ead6c 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,6 +1,6 @@ Name: firewalld Version: 0.6.2 -Release: 3 +Release: 4 Summary: A firewall daemon with D-Bus interface providing a dynamic firewall License: GPLv2+ URL: http://www.firewalld.org @@ -68,7 +68,8 @@ Summary: Python3 bindings for firewalld %{?python_provide:%python_provide python3-firewall} -Obsoletes: python-firewall < 0.5.2-2 Obsoletes: python2-firewall < 0.5.2-2 +Obsoletes: python-firewall < 0.5.2-2 +Obsoletes: python2-firewall < 0.5.2-2 Requires: python3-dbus python3-slip-dbus python3-decorator python3-gobject-base %description -n python3-firewall @@ -210,8 +211,11 @@ fi %changelog +* Wed Jan 15 2020 zhangrui - 0.6.2-4 +- create firewalld.conf file + * Sat Sep 28 2019 huzhiyu - 0.6.2-3 --create firewalld.conf file +- create firewalld.conf file * Thu Sep 5 2019 hufeng - 0.6.2.2 --Create firewalld spec. +- Create firewalld spec. -- Gitee