1.3.58
This commit is contained in:
parent
e27f29260d
commit
64f7773711
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/chkconfig-1.3.57.tar.bz2
|
||||
/chkconfig-1.3.58.tar.bz2
|
||||
|
||||
@ -1,15 +1,13 @@
|
||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||
Name: chkconfig
|
||||
Version: 1.3.57
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.58
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: newt-devel gettext popt-devel
|
||||
Conflicts: initscripts <= 5.30-1
|
||||
Patch10: 3c9dcf4bf26658ebea02cc942ca1c859de8efcc4.patch
|
||||
Patch11: 7ac022a09450f49bc416e00488ef283db0e98795.patch
|
||||
|
||||
%description
|
||||
Chkconfig is a basic system utility. It updates and queries runlevel
|
||||
@ -31,8 +29,6 @@ page), ntsysv configures the current runlevel (5 if you're using X).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -78,11 +74,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/*/ntsysv.8*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 1 2012 Bill Nottingham <notting@redhat.com> 1.3.57-3
|
||||
- fix regression in 'install_initd'
|
||||
|
||||
* Tue Jan 17 2012 Bill Nottingham <notting@redhat.com> 1.3.57-2
|
||||
- fix regression in 'chkconfig <service>' in 1.3.57 (#782152)
|
||||
* Fri Feb 10 2012 Bill Nottingham <notting@redhat.com> 1.3.58-1
|
||||
- fix forwarding to systemctl with systemd >= 41 (#789256)
|
||||
- assorted regression fixes from 1.3.57 (#782152, etc.)
|
||||
|
||||
* Wed Jan 04 2012 Bill Nottingham <notting@redhat.com> 1.3.57-1
|
||||
- assorted cleanups to LSB dependency support (#693202 fixed properly, #701573)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user