diff --git a/.cvsignore b/.cvsignore index 42ab740..a8238b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -chkconfig-1.3.37.tar.gz +chkconfig-1.3.38.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 7944a1b..3cfb87a 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 - 1.3.37-2 -- Autorebuild for GCC 4.3 +* Wed Oct 29 2008 Bill Nottingham 1.3.38-1 +- Fix runlevel list in man page (#466739) +- translation updates * Thu Nov 8 2007 Bill Nottingham 1.3.37-1 - make no options do --list (#290241, #176184) diff --git a/sources b/sources index 8507a58..424ae91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cca7223101b46df7982ea18b9518dc9a chkconfig-1.3.37.tar.gz +edce8c29d33281901db89d77a4abe6ed chkconfig-1.3.38.tar.bz2