diff --git a/.cvsignore b/.cvsignore index 7dd1c8b..d36eebb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setup-2.4.7.tar.bz2 +setup-2.5.5.tar.bz2 diff --git a/setup.spec b/setup.spec index 756a0af..f028444 100644 --- a/setup.spec +++ b/setup.spec @@ -1,13 +1,13 @@ Summary: A set of system configuration and setup files. Name: setup -Version: 2.4.7 -Release: 2 +Version: 2.5.5 +Release: 1 License: public domain Group: System Environment/Base Source: setup-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-root BuildArchitectures: noarch -Conflicts: initscripts < 4.26 +Conflicts: initscripts < 4.26 bash <= 2.0.4-21 %description The setup package contains a set of important system configuration and @@ -41,19 +41,77 @@ rm -rf %{buildroot} %verify(not md5 size mtime) %config /etc/motd %config(noreplace) /etc/printcap %config /etc/inputrc +%config(noreplace) /etc/bashrc %config(noreplace) /etc/profile %config /etc/protocols %attr(0600,root,root) %config(missingok) /etc/securetty %config(noreplace) /etc/csh.login %config(noreplace) /etc/csh.cshrc %dir /etc/profile.d +%config(noreplace) %verify(not md5 size mtime) /etc/shells %config(noreplace) %verify(not md5 size mtime) /var/log/lastlog %changelog -* Thu Jun 13 2001 Philip Copeland -- added in ttyS0 as a valid port for root to login - from when we do serial console installs - (request from Compaq) +* Fri Aug 17 2001 Bill Nottingham +- add /etc/shells to filelist (#51813) + +* Mon Aug 13 2001 Bill Nottingham +- put lock in /etc/group (#51654) + +* Wed Aug 8 2001 Bill Nottingham +- lock only needs to be a gid +- don't set dspmbyte=euc here; do it in lang.csh, and only if necessary (#50318) + +* Mon Aug 6 2001 Jeff Johnson +- add lock.lock uid/gid 54 to own /var/lock directory. + +* Thu Jul 19 2001 Bill Nottingham +- add forward/backward-word mappings (#48783) +- add pgpkeyserver port to /etc/services (#49407) + +* Thu Jul 19 2001 Preston Brown +- core files disabled by default. Developers can enable them. + +* Fri Jul 13 2001 Bill Nottingham 2.5.1-1 +- revert news user back to no shell (#48701) + +* Tue Jul 10 2001 Bill Nottingham 2.5.0-1 +- move profile.d parsing from csh.cshrc to csh.login (#47417) + +* Sat Jul 7 2001 Nalin Dahyabhai 2.4.15-1 +- reorder /etc/services to match comments again +- protocol 118 is stp, not st +- update URLs in /etc/protocols and /etc/services + +* Thu Jul 5 2001 Preston Brown 2.4.14-1 +- put */sbin in path if user ID is 0. + +* Mon Jun 25 2001 Bill Nottingham +- add an entry to /etc/services for ssh X11 forwarding (#44944) + +* Wed Jun 13 2001 Bill Nottingham +- take ttyS0 out of securetty on main tree + +* Tue Jun 12 2001 Philip Copeland +- added ttyS0 to securetty for serial console usage + +* Tue Jun 12 2001 Bill Nottingham +- add rndc to /etc/services (#40265) +- test for read bit, not execute bit, for profile.d (#35714) + +* Sun Jun 03 2001 Florian La Roche +- add "canna" entry to /etc/services + +* Mon May 21 2001 Bernhard Rosenkraenzer 2.4.10-1 +- Fix bugs #24159 and #30634 again; whoever moved bashrc from bash + to setup used an old version. :(( + +* Wed May 2 2001 Preston Brown 2.4.9-1 +- bashrc moved here from bash package +- set umask in bashrc, so it applies for ALL shells. + +* Fri Apr 27 2001 Preston Brown 2.4.8-1 +- /sbin/nologin for accounts that aren't "real." * Sat Apr 7 2001 Preston Brown - revert control-arrow forward/backward word (broken) diff --git a/sources b/sources index 5e693a4..e47c8a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2306e0228f96e8cc7487938d6c2dc9a setup-2.4.7.tar.bz2 +40bb211688cd52715fcd97e0fb6a1635 setup-2.5.5.tar.bz2