Translation updates from TX (#951286)

This commit is contained in:
Lukas Nykryn 2013-04-25 11:07:11 +02:00
parent 88dcd6b3f2
commit 9f562e36b8
2 changed files with 9641 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.60
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2
Group: System Environment/Base
Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
@ -9,6 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: newt-devel gettext popt-devel
Conflicts: initscripts <= 5.30-1
Patch0: 0001-translation-updates-from-TX.patch
%description
Chkconfig is a basic system utility. It updates and queries runlevel
information for system services. Chkconfig manipulates the numerous
@ -29,6 +31,7 @@ page), ntsysv configures the current runlevel (5 if you're using X).
%prep
%setup -q
%patch0 -p1
%build
@ -75,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Thu Apr 25 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-2
- translation updates from TX (#951286)
* Tue Mar 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-1
- don't completely override LDFLAGS
- pass along any rpm-configured LD flags