auto-import changelog data from chkconfig-1.2.22-1.src.rpm
Sun Mar 04 2001 Bill Nottingham <notting@redhat.com>
- don't show xinetd services in ntsysv if xinetd doesn't appear to be
installed (#30565)
Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
- final translation update.
Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
- warn in ntsysv if not running as root.
Fri Feb 02 2001 Preston Brown <pbrown@redhat.com>
- use lang finder script
Fri Feb 02 2001 Bill Nottingham <notting@redhat.com>
- finally fix the bug Nalin keeps complaining about :)
Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
- final i18n update before Beta.
This commit is contained in:
parent
28ef4502a9
commit
0c58a5c95a
@ -1 +1 @@
|
||||
chkconfig-1.2.17.tar.gz
|
||||
chkconfig-1.2.22.tar.gz
|
||||
|
||||
@ -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 <notting@redhat.com>
|
||||
- don't show xinetd services in ntsysv if xinetd doesn't appear to be
|
||||
installed (#30565)
|
||||
|
||||
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
|
||||
- final translation update.
|
||||
|
||||
* Tue Feb 13 2001 Preston Brown <pbrown@redhat.com>
|
||||
- warn in ntsysv if not running as root.
|
||||
|
||||
* Fri Feb 2 2001 Preston Brown <pbrown@redhat.com>
|
||||
- use lang finder script
|
||||
|
||||
* Fri Feb 2 2001 Bill Nottingham <notting@redhat.com>
|
||||
- finally fix the bug Nalin keeps complaining about :)
|
||||
|
||||
* Wed Jan 24 2001 Preston Brown <pbrown@redhat.com>
|
||||
- final i18n update before Beta.
|
||||
|
||||
* Wed Oct 18 2000 Bill Nottingham <notting@redhat.com>
|
||||
- ignore .rpmnew files (#18915)
|
||||
- fix typo in error message (#17575)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user