From 0c58a5c95a2d5b77f7b74635487e4277397ba745 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:46:22 +0000 Subject: auto-import changelog data from chkconfig-1.2.22-1.src.rpm Sun Mar 04 2001 Bill Nottingham - don't show xinetd services in ntsysv if xinetd doesn't appear to be installed (#30565) Wed Feb 14 2001 Preston Brown - final translation update. Tue Feb 13 2001 Preston Brown - warn in ntsysv if not running as root. Fri Feb 02 2001 Preston Brown - use lang finder script Fri Feb 02 2001 Bill Nottingham - finally fix the bug Nalin keeps complaining about :) Wed Jan 24 2001 Preston Brown - final i18n update before Beta. --- diff --git a/.cvsignore b/.cvsignore index 88dce08..f41e693 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -chkconfig-1.2.17.tar.gz +chkconfig-1.2.22.tar.gz diff --git a/chkconfig.spec b/chkconfig.spec index 879086e..02a37cc 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy. Name: chkconfig -Version: 1.2.17 +Version: 1.2.22 Release: 1 License: GPL Group: System Environment/Base @@ -48,10 +48,12 @@ for n in 0 1 2 3 4 5 6; do ln -s rc.d/rc${n}.d $RPM_BUILD_ROOT/etc/rc${n}.d done +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root) /sbin/chkconfig /etc/init.d @@ -59,7 +61,6 @@ rm -rf $RPM_BUILD_ROOT /etc/rc[0-6].d /etc/rc.d/rc[0-6].d %{_mandir}/*/chkconfig* -/usr/share/locale/*/LC_MESSAGES/chkconfig.mo %files -n ntsysv %defattr(-,root,root) @@ -69,6 +70,25 @@ rm -rf $RPM_BUILD_ROOT %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog +* Sun Mar 4 2001 Bill Nottingham +- don't show xinetd services in ntsysv if xinetd doesn't appear to be + installed (#30565) + +* Wed Feb 14 2001 Preston Brown +- final translation update. + +* Tue Feb 13 2001 Preston Brown +- warn in ntsysv if not running as root. + +* Fri Feb 2 2001 Preston Brown +- use lang finder script + +* Fri Feb 2 2001 Bill Nottingham +- finally fix the bug Nalin keeps complaining about :) + +* Wed Jan 24 2001 Preston Brown +- final i18n update before Beta. + * Wed Oct 18 2000 Bill Nottingham - ignore .rpmnew files (#18915) - fix typo in error message (#17575) diff --git a/sources b/sources index 5d931de..1ff5cfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95862d65ebf853537b8ebd84ab3a6949 chkconfig-1.2.17.tar.gz +2de165ce97ead2cd6d5d12f50e8e4a8b chkconfig-1.2.22.tar.gz