From 0dee1f700a97719a16681b686d4d46f6e1204fc1 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:16:30 +0000 Subject: [PATCH] auto-import changelog data from setup-2.4.7-1.src.rpm Sun Apr 08 2001 Preston Brown - revert control-arrow forward/backward word (broken) Wed Mar 28 2001 Preston Brown - fix japanese input with tcsh (#33211) Wed Mar 07 2001 Bill Nottingham - fix some weirdness with rxvt (#30799) Thu Mar 01 2001 Bill Nottingham - add SKK input method (#29759) Sat Feb 24 2001 Preston Brown Wed Feb 21 2001 Bill Nottingham - fix inputrc, Yet Again. (#28617) Fri Feb 16 2001 Bill Nottingham - add in uidgid file, put it in %doc Thu Feb 08 2001 Adrian Havill - bindkey for delete in the case of tcsh Thu Feb 08 2001 Bill Nottingham - add some more stuff to /etc/services (#25396, patch from ) Wed Feb 07 2001 Nalin Dahyabhai - add gii/tcp = 616 for gated Wed Jan 31 2001 Bill Nottingham - wrap some inputrc settings with tests for mode, term (#24117) Tue Jan 30 2001 Bill Nottingham - overhaul /etc/protocols (#18530) - add port 587 to /etc/services (#25001) - add corbaloc (#19581) - don't set /usr/X11R6/bin in $PATH if it's already set (#19968) Sat Dec 02 2000 Nalin Dahyabhai - Clean up /etc/services, separating registered numbers from unregistered ("squatted") numbers, and adding some. Tue Nov 21 2000 Bernhard Rosenkraenzer - Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS support (postfix >= 20001030-2) Mon Aug 07 2000 Bill Nottingham - /var/log/lastlog is %config(noreplace) (#15412) - some of the various %verify changes (#14819) --- .cvsignore | 2 +- setup.spec | 70 +++++++++++++++++++++++++++++++++++++++++++++++------- sources | 2 +- 3 files changed, 63 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index a13e566..7dd1c8b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setup-2.3.4.tar.gz +setup-2.4.7.tar.bz2 diff --git a/setup.spec b/setup.spec index 7fb2a25..e2947b7 100644 --- a/setup.spec +++ b/setup.spec @@ -1,10 +1,10 @@ Summary: A set of system configuration and setup files. Name: setup -Version: 2.3.4 +Version: 2.4.7 Release: 1 -Copyright: public domain +License: public domain Group: System Environment/Base -Source: setup-%{version}.tar.gz +Source: setup-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-root BuildArchitectures: noarch Conflicts: initscripts < 4.26 @@ -17,17 +17,22 @@ setup files, such as passwd, group, and profile. %setup -q %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/etc/profile.d -cp -ar * $RPM_BUILD_ROOT/etc -mkdir -p $RPM_BUILD_ROOT/var/log -cp /dev/null $RPM_BUILD_ROOT/var/log/lastlog +rm -rf %{buildroot} +mkdir -p %{buildroot}/etc/profile.d +cp -ar * %{buildroot}/etc +rm -f %{buildroot}/etc/uidgid +mkdir -p %{buildroot}/var/log +cp /dev/null %{buildroot}/var/log/lastlog + +# the AS/400 has to log in on /dev/console +echo console >> %{buildroot}/etc/securetty %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files %defattr(-,root,root) +%doc uidgid %verify(not md5 size mtime) %config(noreplace) /etc/passwd %verify(not md5 size mtime) %config(noreplace) /etc/group %verify(not md5 size mtime) %config /etc/services @@ -48,6 +53,53 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %verify(not md5 size mtime) /var/log/lastlog %changelog +* Sat Apr 7 2001 Preston Brown +- revert control-arrow forward/backward word (broken) + +* Tue Mar 27 2001 Preston Brown +- fix japanese input with tcsh (#33211) + +* Tue Mar 6 2001 Bill Nottingham +- fix some weirdness with rxvt (#30799) + +* Wed Feb 28 2001 Bill Nottingham +- add SKK input method (#29759) + +* Fri Feb 23 2001 Preston Brown + +* Wed Feb 21 2001 Bill Nottingham +- fix inputrc, Yet Again. (#28617) + +* Thu Feb 15 2001 Bill Nottingham +- add in uidgid file, put it in %doc + +* Wed Feb 7 2001 Adrian Havill +- bindkey for delete in the case of tcsh + +* Wed Feb 7 2001 Bill Nottingham +- add some more stuff to /etc/services (#25396, patch from + ) + +* Tue Feb 6 2001 Nalin Dahyabhai +- add gii/tcp = 616 for gated + +* Tue Jan 30 2001 Bill Nottingham +- wrap some inputrc settings with tests for mode, term (#24117) + +* Mon Jan 29 2001 Bill Nottingham +- overhaul /etc/protocols (#18530) +- add port 587 to /etc/services (#25001) +- add corbaloc (#19581) +- don't set /usr/X11R6/bin in $PATH if it's already set (#19968) + +* Fri Dec 1 2000 Nalin Dahyabhai +- Clean up /etc/services, separating registered numbers from unregistered + ("squatted") numbers, and adding some. + +* Mon Nov 20 2000 Bernhard Rosenkraenzer +- Add smtps (465/tcp) and submission (587/tcp) to /etc/services for TLS + support (postfix >= 20001030-2) + * Sun Aug 6 2000 Bill Nottingham - /var/log/lastlog is %config(noreplace) (#15412) - some of the various %verify changes (#14819) diff --git a/sources b/sources index f2cfef7..e68c77f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de4e121d8d9d8c82f0185fc508edb5e0 setup-2.3.4.tar.gz +41b63efd3ec7a61ccdf3467abf5b1a62 setup-2.4.7.tar.bz2