From fe79f3612cb3a1ccd08027f151bf6f0902037b22 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Tue, 31 Jan 2006 13:29:11 +0000 Subject: [PATCH] - Switched to the new large /etc/services file which fixes #112298, #133683, #166443, #168872, #171228. - Fixed pathmunge problem with bashrc (#123621) - Removed /usr/X11R6/bin from default PATH (#173856) - Fixed bug with PROMPT_COMMAND being broken for wierd dirs (#142125) - Added hfsplus to know filesystems (#172820) --- .cvsignore | 2 +- setup.spec | 20 +++++++++++++++----- sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index da44712..1becee0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setup-2.5.47.tar.bz2 +setup-2.5.48.tar.bz2 diff --git a/setup.spec b/setup.spec index 30e402e..e81147c 100644 --- a/setup.spec +++ b/setup.spec @@ -1,7 +1,7 @@ Summary: A set of system configuration and setup files. Name: setup -Version: 2.5.47 -Release: 1.1.1 +Version: 2.5.48 +Release: 1 License: public domain Group: System Environment/Base Source: setup-%{version}.tar.bz2 @@ -58,7 +58,7 @@ rm -rf %{buildroot} %config(noreplace) /etc/host.conf %verify(not md5 size mtime) %config(noreplace) /etc/hosts.allow %verify(not md5 size mtime) %config(noreplace) /etc/hosts.deny -%verify(not md5 size mtime) %config /etc/motd +%verify(not md5 size mtime) %config(noreplace) /etc/motd %config(noreplace) /etc/printcap %config /etc/inputrc %config(noreplace) /etc/bashrc @@ -72,8 +72,18 @@ rm -rf %{buildroot} %ghost %attr(0644,root,root) %verify(not md5 size mtime) /var/log/lastlog %changelog -* Fri Dec 09 2005 Jesse Keating -- rebuilt +* Tue Jan 31 2006 Phil Knirsch 2.4.48-1 +- Switched to the new large /etc/services file which fixes #112298, #133683, + #166443, #168872, #171228. +- Fixed pathmunge problem with bashrc (#123621) +- Removed /usr/X11R6/bin from default PATH (#173856) + +* Tue Jan 24 2006 Phil Knirsch +- Fixed bug with PROMPT_COMMAND being broken for wierd dirs (#142125) +- Added hfsplus to know filesystems (#172820) + +* Mon Oct 17 2005 Bill Nottingham +- make motd noreplace (#170539) * Tue Sep 6 2005 Bill Nottingham 2.5.47-1 - make lastlog 0644 (#167200) diff --git a/sources b/sources index c7c1e41..5328796 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bcaf594581f8b18139325f63ec012d4 setup-2.5.47.tar.bz2 +a3277898d9c56ea1dc279a0219ad7c2c setup-2.5.48.tar.bz2