Remove kodi services (#2129946)

Fixed rpmfusion bug:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=6405
This commit is contained in:
Petr Menšík 2022-09-28 13:21:39 +02:00
parent 92c856a43d
commit 06e675b7a9

View File

@ -1,7 +1,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld Name: firewalld
Version: 1.2.0 Version: 1.2.0
Release: 3%{?dist} Release: 4%{?dist}
URL: http://www.firewalld.org URL: http://www.firewalld.org
License: GPLv2+ License: GPLv2+
Source0: https://github.com/firewalld/firewalld/releases/download/v%{version}/firewalld-%{version}.tar.gz 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 # remove file mistakenly added to upstream dist tarball
rm -f %{buildroot}%{_datadir}/man/man1/firewallctl.1 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 %find_lang %{name} --all-name
%post %post
@ -304,6 +307,9 @@ fi
%{_mandir}/man1/firewall-config*.1* %{_mandir}/man1/firewall-config*.1*
%changelog %changelog
* Wed Sep 28 2022 Petr Menšík <pemensik@redhat.com> - 1.2.0-4
- Remove kodi services (#2129946)
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild