diff options
author | Florent Villard <warly@mandriva.com> | 2004-07-12 11:02:08 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2004-07-12 11:02:08 +0000 |
commit | b0b2953ce7b63e508b8c8c15905992f3a68029f7 (patch) | |
tree | 7024bcfaf9b12a22258eecf06d8b3f4329b75b3f | |
parent | ec110497ca79f8fb1bf224cf65156e86992e2095 (diff) | |
download | rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.gz rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.bz2 rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.tar.xz rootfiles-b0b2953ce7b63e508b8c8c15905992f3a68029f7.zip |
Dadou has made change in CVS not present in package, revert them to sync with the changes
into the last cooker package for new bash_completion policy
-rw-r--r-- | bashrc | 5 | ||||
-rw-r--r-- | rootfiles.spec | 31 |
2 files changed, 21 insertions, 15 deletions
@@ -9,3 +9,8 @@ export USERNAME ENV PATH if [ -f /etc/bashrc ]; then . /etc/bashrc fi + +# enable programmable completion features +if [ -f /etc/bash_completion ]; then + . /etc/bash_completion +fi diff --git a/rootfiles.spec b/rootfiles.spec index 7eb495c..c8ee856 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,16 +1,17 @@ -Summary: The basic required files for the root user's directory -Name: rootfiles # MODIFY IN THE CVS !! -Version: 10.0 -Release: 1mdk -License: Public Domain -Group: System/Base -Packager: David BAUDENS <baudens@mandrakesoft.com> - -Source: %name-%version.tar.bz2 - -BuildRoot: %_tmppath/%name-%version-%release-root -BuildArch: noarch +%define name rootfiles +%define version 9.1 +%define release 1mdk + +Name: %{name} +Version: %{version} +Release: %{release} +Summary: The basic required files for the root user's directory +License: Public Domain +Group: System/Base +Source: %name-%version.tar.bz2 +BuildRoot: %_tmppath/%name-%version-%release-root +BuildArch: noarch %description The rootfiles package contains basic required files that are placed @@ -19,7 +20,6 @@ as the files found in the etcskel package, which are placed in regular users' home directories. %prep - %setup -q %install @@ -54,8 +54,9 @@ fi %attr(0700,root,root) /root/tmp/ %changelog -* Fri Feb 06 2004 David Baudens <baudens@mandrakesoft.com> 10.0-1mdk -- Rebuild +* Mon Jul 12 2004 Guillaume Rousse <guillomovitch@mandrake.org> 9.1-1mdk +- enable bash-completion support in root .bashrc +- spec cleanup * Sat Nov 30 2002 Yves Duret <yves@zarb.org> 9.1-0.1mdk - bashrc: source /etc/bashrc after PATH redefinition (for bash_completion) |