This commit is contained in:
Bill Nottingham 2008-10-29 15:26:17 +00:00
parent cb97993989
commit b8687ad2a1
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
chkconfig-1.3.37.tar.gz
chkconfig-1.3.38.tar.bz2

View File

@ -1,10 +1,10 @@
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
Name: chkconfig
Version: 1.3.37
Release: 2
Version: 1.3.38
Release: 1
License: GPLv2
Group: System Environment/Base
Source: %{name}-%{version}.tar.gz
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: newt-devel gettext popt-devel
Conflicts: initscripts <= 5.30-1
@ -44,6 +44,7 @@ for n in 0 1 2 3 4 5 6; do
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/rc${n}.d
ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d
done
mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d
%find_lang %{name}
@ -57,6 +58,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig
%{_sbindir}/update-alternatives
%{_sbindir}/alternatives
/etc/chkconfig.d
/etc/init.d
/etc/rc.d/init.d
/etc/rc[0-6].d
@ -72,8 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/ntsysv.8*
%changelog
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.3.37-2
- Autorebuild for GCC 4.3
* Wed Oct 29 2008 Bill Nottingham <notting@redhat.com> 1.3.38-1
- Fix runlevel list in man page (#466739)
- translation updates
* Thu Nov 8 2007 Bill Nottingham <notting@redhat.com> 1.3.37-1
- make no options do --list (#290241, #176184)

View File

@ -1 +1 @@
cca7223101b46df7982ea18b9518dc9a chkconfig-1.3.37.tar.gz
edce8c29d33281901db89d77a4abe6ed chkconfig-1.3.38.tar.bz2