From a8ed657cfd8149a1ee9017d37fe08b70a6e4f7fc Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Mon, 30 Mar 2009 11:51:09 +0000 Subject: [PATCH] removed clear from dot-bash_logout(synchronized with bash, #429406), removed unset USERNAME from dot-bash_profile (synchronized with bash, #196735) --- dot-bash_logout | 1 - dot-bash_profile | 1 - rootfiles.spec | 9 +++++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dot-bash_logout b/dot-bash_logout index 926eddc..af7c6fd 100644 --- a/dot-bash_logout +++ b/dot-bash_logout @@ -1,3 +1,2 @@ # ~/.bash_logout -clear diff --git a/dot-bash_profile b/dot-bash_profile index fdd06ac..3dc099a 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -10,4 +10,3 @@ fi PATH=$PATH:$HOME/bin export PATH -unset USERNAME diff --git a/rootfiles.spec b/rootfiles.spec index 19a7ef0..e07035a 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,11 +1,10 @@ Summary: The basic required files for the root user's directory Name: rootfiles Version: 8.1 -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain Group: System Environment/Base -Requires: ncurses # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -43,6 +42,12 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /root/.[A-Za-z]* %changelog +* Mon Mar 30 2009 Ondrej Vasik - 8.1-5 +- removed clear from dot-bash_logout (synchronized with bash, + related to #429406) +- removed unset USERNAME from dot-bash_profile (synchronized with + bash, related to #196735) + * Mon Mar 23 2009 Phil Knirsch - 8.1-4 - Added the "we-are-upstream" comments according to Fedora review (#226376) - Added -p option to install to preserve timestamps (#226376)