From 565097030241fa8d6eb9a81d17a1ae5034e31ad7 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Mon, 13 Jun 2005 12:45:56 +0000 Subject: new release --- rootfiles.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rootfiles.spec b/rootfiles.spec index 6b9f643..d9ea06c 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,7 +1,7 @@ # MODIFY IN THE CVS !! %define name rootfiles %define version 10.2 -%define release 1mdk +%define release 2mdk Name: %{name} Version: %{version} @@ -21,12 +21,12 @@ in the root user's account. %setup -q %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} install -d %buildroot/root make install RPM_BUILD_ROOT=%buildroot %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %pre # we used to put .Xclients in this package -- back it up if it's been @@ -45,6 +45,7 @@ fi %config(noreplace) /root/.Xdefaults %config(noreplace) /root/.bash_logout %config(noreplace) /root/.bash_profile +%config(noreplace) /root/.bash_completion %config(noreplace) /root/.bashrc %config(noreplace) /root/.cshrc %config(noreplace) /root/.tcshrc @@ -52,6 +53,11 @@ fi %attr(0700,root,root) /root/tmp/ %changelog +* Mon Jun 13 2005 Guillaume Rousse 10.2-2mdk +- add .bash_completion +- drop explicit bash_completion sourcing from .bashrc +- spec cleanup + * Tue Jan 04 2005 Rafael Garcia-Suarez 10.2-1mdk - Modernize root's .vimrc - Trim obsolete information from description -- cgit v1.2.1