rpms/rootfiles/devel dot-bash_logout, 1.1, 1.2 dot-bash_profile, 1.1, 1.2 rootfiles.spec, 1.14, 1.15

Ondrej Vasik ovasik at fedoraproject.org
Mon Mar 30 11:51:39 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/rootfiles/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19414

Modified Files:
	dot-bash_logout dot-bash_profile rootfiles.spec 
Log Message:
removed clear from dot-bash_logout(synchronized with bash, #429406), removed unset USERNAME from dot-bash_profile (synchronized with bash, #196735)


Index: dot-bash_logout
===================================================================
RCS file: /cvs/extras/rpms/rootfiles/devel/dot-bash_logout,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dot-bash_logout	23 Sep 2004 03:59:52 -0000	1.1
+++ dot-bash_logout	30 Mar 2009 11:51:09 -0000	1.2
@@ -1,3 +1,2 @@
 # ~/.bash_logout
 
-clear


Index: dot-bash_profile
===================================================================
RCS file: /cvs/extras/rpms/rootfiles/devel/dot-bash_profile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dot-bash_profile	23 Sep 2004 03:59:52 -0000	1.1
+++ dot-bash_profile	30 Mar 2009 11:51:09 -0000	1.2
@@ -10,4 +10,3 @@
 PATH=$PATH:$HOME/bin
 
 export PATH
-unset USERNAME


Index: rootfiles.spec
===================================================================
RCS file: /cvs/extras/rpms/rootfiles/devel/rootfiles.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rootfiles.spec	23 Mar 2009 12:39:06 -0000	1.14
+++ rootfiles.spec	30 Mar 2009 11:51:09 -0000	1.15
@@ -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 @@
 %config(noreplace) /root/.[A-Za-z]*
 
 %changelog
+* Mon Mar 30 2009 Ondrej Vasik <ovasik at redhat.com> - 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 <pknirsch at redhat.com> - 8.1-4
 - Added the "we-are-upstream" comments according to Fedora review (#226376)
 - Added -p option to install to preserve timestamps (#226376)




More information about the fedora-extras-commits mailing list