Quiet systemctl if cups-browsed.service is not installed

This commit is contained in:
Jiri Popelka 2014-08-27 10:40:20 +02:00
parent e4cb880aa3
commit 1c3b179dfb

View File

@ -1,7 +1,7 @@
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
Name: firewalld
Version: 0.3.11
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://fedorahosted.org/firewalld
License: GPLv2+
Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
@ -192,6 +192,9 @@ fi
%{_mandir}/man1/firewall-config*.1*
%changelog
* Wed Aug 27 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.11-3
- Quiet systemctl if cups-browsed.service is not installed
* Mon Aug 25 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.11-2
- add few Requires to spec (RHBZ#1133167)