[firewalld/f20] add few Requires to spec (RHBZ#1133167)

Jiří Popelka jpopelka at fedoraproject.org
Mon Aug 25 10:14:41 UTC 2014


commit b42d00a678a0f4dede095c32833ac59f3ec41def
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Aug 25 12:14:12 2014 +0200

    add few Requires to spec (RHBZ#1133167)

 firewalld.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/firewalld.spec b/firewalld.spec
index beb1dd5..dc8705b 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: 0.3.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/firewalld
 License: GPLv2+
 Source0: https://fedorahosted.org/released/firewalld/%{name}-%{version}.tar.bz2
@@ -36,6 +36,8 @@ Requires: firewall-config = %{version}-%{release}
 Requires: hicolor-icon-theme
 Requires: gtk3
 Requires: pygobject3-base
+Requires: libnotify
+Requires: NetworkManager-glib
 
 %description -n firewall-applet
 The firewall panel applet provides a status information of firewalld and also 
@@ -47,6 +49,7 @@ Requires: %{name} = %{version}-%{release}
 Requires: hicolor-icon-theme
 Requires: gtk3
 Requires: pygobject3-base
+Requires: NetworkManager-glib
 
 %description -n firewall-config
 The firewall configuration application provides an configuration interface for 
@@ -189,6 +192,9 @@ fi
 %{_mandir}/man1/firewall-config*.1*
 
 %changelog
+* Mon Aug 25 2014 Jiri Popelka <jpopelka at redhat.com> - 0.3.11-2
+- add few Requires to spec (RHBZ#1133167)
+
 * Wed Aug 20 2014 Jiri Popelka <jpopelka at redhat.com> - 0.3.11-1
 - firewalld:
   - improve error messages


More information about the scm-commits mailing list