diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 18:14:39 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-02-09 18:14:39 +0000 |
commit | 0130f5d402e27dc0c91390065aaba3baf6c5d151 (patch) | |
tree | 238e664c2b0ac6ec727f7f94df92d86b4b5e0585 /urpmi.spec | |
parent | 3eea4cf47d64c4edd12e7fcd1b9c1b9fd8b4ff44 (diff) | |
download | urpmi-0130f5d402e27dc0c91390065aaba3baf6c5d151.tar urpmi-0130f5d402e27dc0c91390065aaba3baf6c5d151.tar.gz urpmi-0130f5d402e27dc0c91390065aaba3baf6c5d151.tar.bz2 urpmi-0130f5d402e27dc0c91390065aaba3baf6c5d151.tar.xz urpmi-0130f5d402e27dc0c91390065aaba3baf6c5d151.zip |
gurpmi: handle case where user clicked on a src.rpm, suggest
user is misleaded, allow to do nothing, really install, or
save on disk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -44,7 +44,7 @@ You can compare rpm vs. urpmi with insmod vs. modprobe %package -n gurpmi Summary: User mode rpm GUI install Group: %{group} -Requires: urpmi >= %{version}-%{release} drakxtools > 10-0.4mdk gchooser gmessage usermode menu +Requires: urpmi >= %{version}-%{release} drakxtools > 10-0.4mdk gtkdialogs >= 2.1 usermode menu Obsoletes: grpmi %description -n gurpmi @@ -236,11 +236,15 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog + - fix bug #7472: progressbar forced to be thicker than default (gc) - gurpmi: when cancel button is destroyed forever from within rpmdrake (after all downloads completed) ask gtk to recompute size of toplevel window to not end up with an ugly void space (gc) - gurpmi: add application/x-urpmi mimetype (gc) +- gurpmi: handle case where user clicked on a src.rpm, suggest + user is misleaded, allow to do nothing, really install, or + save on disk (gc) * Tue Feb 3 2004 François Pons <fpons@mandrakesoft.com> 4.4.5-3mdk - fixed bug of reference of ../ in hdlists file. |