diff options
author | Francois Pons <fpons@mandriva.com> | 2001-12-20 14:08:22 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-12-20 14:08:22 +0000 |
commit | 99444655133917f839a3534421eafd15e2bb3418 (patch) | |
tree | 7f444845f26ed5ecd9948529964c3f92a4abc6b9 /urpmi.spec | |
parent | 4d94c8bbdb19eebc62cf4e36dcaff3c639f9f045 (diff) | |
download | urpmi-99444655133917f839a3534421eafd15e2bb3418.tar urpmi-99444655133917f839a3534421eafd15e2bb3418.tar.gz urpmi-99444655133917f839a3534421eafd15e2bb3418.tar.bz2 urpmi-99444655133917f839a3534421eafd15e2bb3418.tar.xz urpmi-99444655133917f839a3534421eafd15e2bb3418.zip |
pre-noel version.
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 3.1 -Release: 3mdk +Release: 4mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -142,6 +142,17 @@ fi %changelog +* Thu Dec 20 2001 François Pons <fpons@mandrakesoft.com> 3.1-4mdk +- make sure curl fail if http url does not exists. +- added probe for http or ftp hdlist or synthesis when adding + a medium (-h). +- added probe for synthesis.hdlist2.cz (contrib medium). +- added signal handler when opening rpm database to make sure + it will be closed on SIGINT or SIGQUIT. +- urpmi use -p by default. +- allow urpmq to download rpm with http or ftp protocol when + invoked with --headers (fix rpminst behaviour). + * Mon Dec 17 2001 François Pons <fpons@mandrakesoft.com> 3.1-3mdk - fixed choice listing. - somewhat fixed -p kernel. |