From 10ce71a608102be379131e3af54f24d308a61a9c7b7abd487c9e788f51c9806f Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 8 Mar 2016 13:58:56 +0000 Subject: [PATCH] Accepting request 364070 from home:markoschandras:network Move translations to a new subpackage OBS-URL: https://build.opensuse.org/request/show/364070 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/firewalld?expand=0&rev=8 --- firewalld.changes | 5 +++++ firewalld.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/firewalld.changes b/firewalld.changes index 9a4d02e..fc13a01 100644 --- a/firewalld.changes +++ b/firewalld.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/firewalld.spec b/firewalld.spec index fb2648f..37032bf 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -45,6 +45,7 @@ Requires: python-gobject Requires: python-slip-dbus Requires: sysconfig Requires(post): %fillup_prereq +Recommends: %{name}-lang = %{version} 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