forked from pool/firewalld
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
This commit is contained in:
parent
ec24c682b8
commit
10ce71a608
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user