summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xrpmf2
-rwxr-xr-xurpmf2
-rw-r--r--urpmi.spec5
4 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c7dd9c93..46bce803 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/rpmf b/rpmf
index 9263537f..d42f07bb 100755
--- a/rpmf
+++ b/rpmf
@@ -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
diff --git a/urpmf b/urpmf
index 9263537f..d42f07bb 100755
--- a/urpmf
+++ b/urpmf
@@ -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
diff --git a/urpmi.spec b/urpmi.spec
index 6c5ee630..e2a9e5a7 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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