From 06e675b7a9ce99116691686a612dcda954712921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 28 Sep 2022 13:21:39 +0200 Subject: [PATCH] Remove kodi services (#2129946) Fixed rpmfusion bug: https://bugzilla.rpmfusion.org/show_bug.cgi?id=6405 --- firewalld.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/firewalld.spec b/firewalld.spec index 7a429c8..022135d 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -1,7 +1,7 @@ Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Name: firewalld Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.firewalld.org License: GPLv2+ Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz @@ -149,6 +149,9 @@ rm -f %{buildroot}%{_datadir}/polkit-1/actions/org.fedoraproject.FirewallD1.poli # remove file mistakenly added to upstream dist tarball rm -f %{buildroot}%{_datadir}/man/man1/firewallctl.1 +# conflicts with kodi-firewalld package, bug #2129946 +rm -f %{buildroot}%{_prefix}/lib/firewalld/services/kodi-*.xml + %find_lang %{name} --all-name %post @@ -304,6 +307,9 @@ fi %{_mandir}/man1/firewall-config*.1* %changelog +* Wed Sep 28 2022 Petr Menšík - 1.2.0-4 +- Remove kodi services (#2129946) + * Thu Jul 21 2022 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild