diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2000-09-19 22:46:47 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2000-09-19 22:46:47 +0000 |
commit | 9f85168f02f3e49f2a11e95e24e8b6e4f407a095 (patch) | |
tree | b6c71635218dc2988fcca2414941986eba57a2a8 /urpmi.spec | |
parent | 6a0e7a3824d746cb170a0f585aef6c2229c68a22 (diff) | |
download | urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.gz urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.bz2 urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.tar.xz urpmi-9f85168f02f3e49f2a11e95e24e8b6e4f407a095.zip |
added option --best-output
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |