- require pygobject3-base instead of pygobject3 (no cairo needed) (RHBZ#874378)
- fixed dependencies of firewall-config to use gtk3 with pygobject3-base and not pygtk2
This commit is contained in:
parent
144b73b24a
commit
6dde4a69c1
@ -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: 0.2.11
|
Version: 0.2.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
ExclusiveOS: Linux
|
ExclusiveOS: Linux
|
||||||
@ -20,7 +20,7 @@ BuildRequires: systemd-units
|
|||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: python-slip-dbus >= 0.2.7
|
Requires: python-slip-dbus >= 0.2.7
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
Requires: pygobject3
|
Requires: pygobject3-base
|
||||||
Requires: iptables, ebtables
|
Requires: iptables, ebtables
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
@ -40,7 +40,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires: firewall-config = %{version}-%{release}
|
Requires: firewall-config = %{version}-%{release}
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: gtk3
|
Requires: gtk3
|
||||||
Requires: pygobject3
|
Requires: pygobject3-base
|
||||||
|
|
||||||
%description -n firewall-applet
|
%description -n firewall-applet
|
||||||
The firewall panel applet provides a status information of firewalld and also
|
The firewall panel applet provides a status information of firewalld and also
|
||||||
@ -51,9 +51,8 @@ Summary: Firewall configuration application
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: pygtk2
|
Requires: gtk3
|
||||||
Requires: pygtk2-libglade
|
Requires: pygobject3-base
|
||||||
Requires: gtk2 >= 2.6
|
|
||||||
|
|
||||||
%description -n firewall-config
|
%description -n firewall-config
|
||||||
The firewall configuration application provides an configuration interface for
|
The firewall configuration application provides an configuration interface for
|
||||||
@ -173,6 +172,11 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 13 2012 Thomas Woerner <twoerner@redhat.com> 0.2.11-2
|
||||||
|
- require pygobject3-base instead of pygobject3 (no cairo needed) (RHBZ#874378)
|
||||||
|
- fixed dependencies of firewall-config to use gtk3 with pygobject3-base and
|
||||||
|
not pygtk2
|
||||||
|
|
||||||
* Tue Dec 11 2012 Thomas Woerner <twoerner@redhat.com> 0.2.11-1
|
* Tue Dec 11 2012 Thomas Woerner <twoerner@redhat.com> 0.2.11-1
|
||||||
- Fixed more _xmlplus (PyXML) incompatibilities to python xml
|
- Fixed more _xmlplus (PyXML) incompatibilities to python xml
|
||||||
- Several man page updates
|
- Several man page updates
|
||||||
|
Loading…
Reference in New Issue
Block a user