From 417768d0fce02c4582ee5537f9a4f44afdeb3e51 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Nov 18 2008 15:21:14 +0000 Subject: again process profile.d scripts in noninteractive shells, but do not display stderr/stdout messages, fix wrong prompt for tcsh, don't show error message for missing hostname in profile, export PATH after processing profile.d scripts, include new rawhide serviceslint for make check speedup, cleanup /etc/services due to newly discovered bugs there --- diff --git a/.cvsignore b/.cvsignore index 6c0e29c..46583ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setup-2.6.17.tar.bz2 +setup-2.6.18.tar.bz2 diff --git a/setup.spec b/setup.spec index 14dfacf..ba5a8c7 100644 --- a/setup.spec +++ b/setup.spec @@ -1,14 +1,14 @@ Summary: A set of system configuration and setup files. Name: setup -Version: 2.6.17 +Version: 2.6.18 Release: 1%{?dist} License: Public Domain Group: System Environment/Base Source: setup-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: bash tcsh -Conflicts: initscripts < 4.26, bash <= 2.0.4-21 +BuildRequires: bash tcsh perl +Conflicts: initscripts < 4.26, bash <= 2.0.4-21 %description The setup package contains a set of important system configuration and @@ -76,6 +76,17 @@ rm -rf %{buildroot} %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab %changelog +* Tue Nov 18 2008 Ondrej Vasik 2.6.18-1 +- again process profile.d scripts in noninteractive shells, + but do not display stderr/stdout messages(#457243) +- fix wrong prompt for csh/tcsh (#443854) +- don't show error message about missing hostname in profile + (#301481) +- export PATH after processing profile.d scripts (#449286) +- Include new serviceslint from rawhide for speedup (#465642) +- Cleaned up services due to newly discovered bugs + in it with new serviceslint + * Fri Jul 25 2008 Phil Knirsch 2.6.17-1 - Temporarily added rquotad to /etc/services diff --git a/sources b/sources index 75e3b8c..647818e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1be48ea3c1332ad884d4bb0b22180e04 setup-2.6.17.tar.bz2 +03b8c5b9e3283a241ef5df15e2c8f5a5 setup-2.6.18.tar.bz2