Accepting request 369534 from security:netfilter

1

OBS-URL: https://build.opensuse.org/request/show/369534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/firewalld?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2016-03-16 09:34:57 +00:00 committed by Git OBS Bridge
commit efc609317f
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 8 14:27:23 UTC 2016 - mchandras@suse.de
- Do not recommend a specific version for the lang subpackage
-------------------------------------------------------------------
Tue Mar 1 21:51:37 UTC 2016 - mchandras@suse.de
- Move translations to a new subpackage
-------------------------------------------------------------------
Mon Feb 29 09:39:27 UTC 2016 - mchandras@suse.de

View File

@ -45,6 +45,7 @@ Requires: python-gobject
Requires: python-slip-dbus
Requires: sysconfig
Requires(post): %fillup_prereq
Recommends: %{name}-lang
BuildArch: noarch
%{?systemd_requires}
%if 0%{?suse_version} >= 1210
@ -79,6 +80,8 @@ Requires: python-gobject
The firewall configuration application provides an configuration interface for
firewalld.
%lang_package
%prep
%setup -q
%patch0 -p1
@ -157,7 +160,7 @@ fi
%{_bindir}/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%files -f %{name}.lang
%files
%defattr(-,root,root)
%doc COPYING README
%{_sbindir}/firewalld
@ -228,4 +231,6 @@ fi
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
%{_mandir}/man1/firewall-config*.1*
%files lang -f %{name}.lang
%changelog