diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-01-04 14:39:29 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-01-04 14:39:29 +0000 |
commit | 4ae1ca1b1184cca9d30219a68b27018a49c542e5 (patch) | |
tree | 80e2170966f024ee1f718ab22d8ebfeb4ac32886 | |
parent | 625a5a8c5410aa41cbf782a527f98cf5dffbd84a (diff) | |
download | urpmi-4ae1ca1b1184cca9d30219a68b27018a49c542e5.tar urpmi-4ae1ca1b1184cca9d30219a68b27018a49c542e5.tar.gz urpmi-4ae1ca1b1184cca9d30219a68b27018a49c542e5.tar.bz2 urpmi-4ae1ca1b1184cca9d30219a68b27018a49c542e5.tar.xz urpmi-4ae1ca1b1184cca9d30219a68b27018a49c542e5.zip |
"Seethechangelog"
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | rpmf | 2 | ||||
-rwxr-xr-x | urpmf | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
4 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,7 @@ +2000-01-04 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * rpmf: use egrep. + 2000-01-04 Pixel <pixel@mandrakesoft.com> * urpmi.addmedia: replaced hdlist2files by hdlist2names @@ -15,5 +15,5 @@ fi if [ -z "$1" ]; then gzip -dc $hdlist | hdlist2files - else - gzip -dc $hdlist | hdlist2files - | grep $1 + gzip -dc $hdlist | hdlist2files - | grep -E $1 fi @@ -15,5 +15,5 @@ fi if [ -z "$1" ]; then gzip -dc $hdlist | hdlist2files - else - gzip -dc $hdlist | hdlist2files - | grep $1 + gzip -dc $hdlist | hdlist2files - | grep -E $1 fi @@ -2,7 +2,7 @@ Name: urpmi Version: 0.9 -Release: 33mdk +Release: 34mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -17,6 +17,9 @@ well-known rpms to be installed. You can compare rpm vs. urpmi with insmod vs. modprobe %changelog +* Tue Jan 4 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.9-34mdk +- rpmf: use egrep. + * Tue Jan 4 2000 Pixel <pixel@mandrakesoft.com> - urpmi.addmedia: replaced hdlist2files by hdlist2names - rpmf: created |