summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-09-19 22:46:47 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-09-19 22:46:47 +0000
commit9f85168f02f3e49f2a11e95e24e8b6e4f407a095 (patch)
treeb6c71635218dc2988fcca2414941986eba57a2a8
parent6a0e7a3824d746cb170a0f585aef6c2229c68a22 (diff)
downloadurpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar
urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.gz
urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.bz2
urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.xz
urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.zip
added option --best-output
-rw-r--r--urpmi.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 4826e33b..75a5eef7 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -2,7 +2,7 @@
Name: urpmi
Version: 1.3
-Release: 7mdk
+Release: 8mdk
License: GPL
Source0: %{name}.tar.bz2
Summary: User mode rpm install
@@ -39,7 +39,7 @@ Auto install of rpm on demand
%prep
-%setup -n %{name}
+%setup -q -n %{name}
%install
rm -rf $RPM_BUILD_ROOT
@@ -104,6 +104,9 @@ autoirpm.uninstall
%changelog
+* Wed Sep 20 2000 Guillaume Cottenceau <gc@mandrakesoft.com> 1.3-8mdk
+- added option --best-output that selects X if available
+
* Wed Sep 13 2000 François Pons <fpons@mandrakesoft.com> 1.3-7mdk
- trusting root only readable file list.*, fixes gurpmi with
mutlitple media examination.