summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-02-09 18:14:39 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-02-09 18:14:39 +0000
commit0130f5d402e27dc0c91390065aaba3baf6c5d151 (patch)
tree238e664c2b0ac6ec727f7f94df92d86b4b5e0585 /urpmi.spec
parent3eea4cf47d64c4edd12e7fcd1b9c1b9fd8b4ff44 (diff)
downloadurpmi-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.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c9c5385c..f848423f 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -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.