Accepting request 360789 from home:jirislaby:branches:security:netfilter
firewall-config needs typelib(NetworkManager) to run xml allows " only, not ' OBS-URL: https://build.opensuse.org/request/show/360789 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=4
This commit is contained in:
parent
8daf2a34bd
commit
569b6e61d2
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="verify_file" mode='localonly'>
|
||||
<service name="verify_file" mode="localonly">
|
||||
<param name="file">firewalld-0.4.0.tar.bz2</param>
|
||||
<param name="verifier">sha1</param>
|
||||
<param name="checksum">f1818ed82a3e3f14b4315a2dd32c2a268ce223b3</param>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 10:18:26 UTC 2016 - jslaby@suse.com
|
||||
|
||||
- firewall-config needs typelib(NetworkManager) to run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 11:28:12 UTC 2016 - mchandras@suse.de
|
||||
|
||||
|
@ -59,11 +59,11 @@ firewall with a D-Bus interface.
|
||||
Summary: Firewall panel applet
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: NetworkManager-glib
|
||||
Requires: firewall-config = %{version}-%{release}
|
||||
Requires: gtk3
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: libnotify
|
||||
Requires: NetworkManager-glib
|
||||
Requires: python-gobject
|
||||
Requires: python-qt4
|
||||
|
||||
@ -75,10 +75,11 @@ the firewall settings.
|
||||
Summary: Firewall configuration application
|
||||
Group: Productivity/Networking/Security
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: NetworkManager-glib
|
||||
Requires: gtk3
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: NetworkManager-glib
|
||||
Requires: python-gobject
|
||||
Requires: typelib(NetworkManager)
|
||||
|
||||
%description -n firewall-config
|
||||
The firewall configuration application provides an configuration interface for
|
||||
@ -148,7 +149,6 @@ fi
|
||||
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%post -n firewall-config
|
||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user