1.3.61
This commit is contained in:
parent
e883b00e38
commit
8211c0a13a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/chkconfig-1.3.59.tar.bz2
|
||||
/chkconfig-1.3.60.tar.bz2
|
||||
/chkconfig-1.3.61.tar.bz2
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.3.60
|
||||
Release: 4%{?dist}
|
||||
Version: 1.3.61
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
|
||||
@ -9,8 +9,6 @@ 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
|
||||
@ -31,7 +29,6 @@ page), ntsysv configures the current runlevel (5 if you're using X).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -78,14 +75,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/ntsysv.8*
|
||||
|
||||
%changelog
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.60-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Thu May 09 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-3
|
||||
- more translation updates from TX
|
||||
|
||||
* Thu Apr 25 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-2
|
||||
- translation updates from TX (#951286)
|
||||
* Wed Jul 31 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.61-1
|
||||
- try to make install_initd work
|
||||
- fix permission issues with xinetd services
|
||||
|
||||
* Tue Mar 12 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.3.60-1
|
||||
- don't completely override LDFLAGS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user