summaryrefslogtreecommitdiffstats
path: root/urpmi.spec
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2004-01-15 18:51:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2004-01-15 18:51:32 +0000
commitf407ed64ddf4070d54f0e631b0eee6ce070933a9 (patch)
tree55cae7001cf1d4b267ee426751b5410ec5731bfe /urpmi.spec
parent40d96654b8bae7dae990eeac3db8f7947bbf1810 (diff)
downloadurpmi-f407ed64ddf4070d54f0e631b0eee6ce070933a9.tar
urpmi-f407ed64ddf4070d54f0e631b0eee6ce070933a9.tar.gz
urpmi-f407ed64ddf4070d54f0e631b0eee6ce070933a9.tar.bz2
urpmi-f407ed64ddf4070d54f0e631b0eee6ce070933a9.tar.xz
urpmi-f407ed64ddf4070d54f0e631b0eee6ce070933a9.zip
more graphical feedback in urpmi --parallel --X (status, progress, etc)
Diffstat (limited to 'urpmi.spec')
-rw-r--r--urpmi.spec18
1 files changed, 10 insertions, 8 deletions
diff --git a/urpmi.spec b/urpmi.spec
index 6c2722a3..89f312bb 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -70,7 +70,7 @@ distributed installation using ka-run tools.
%package -n urpmi-parallel-ssh
Summary: Parallel extensions to urpmi using ssh and scp
-Requires: urpmi >= %{version}-%{release} openssh-clients
+Requires: urpmi >= %{version}-%{release} openssh-clients perl
Group: %{group}
%description -n urpmi-parallel-ssh
@@ -236,13 +236,15 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
-* Thu Jan 15 2004 Olivier Blin <blino@mandrake.org> 4.4.2-1mdk
-- enhance urpmq -i for non root user
-- fix urpmq --sources for non root user (do not give a wrong url)
-- fix urpme --root
-- urpmi, urpme, urpmq: / can be used as root, it's not a particular case
-- urpm.pm: lock rpm db in chroot, and urpmi db in /
-- urpmi: ask to be root to install binary rpms in chroot
+* Thu Jan 15 2004 Guillaume Cottenceau <gc@mandrakesoft.com> 4.4.2-1mdk
+- more graphical feedback in urpmi --parallel --X (status, progress, etc)
+- Olivier Blin <blino@mandrake.org>:
+ - enhance urpmq -i for non root user
+ - fix urpmq --sources for non root user (do not give a wrong url)
+ - fix urpme --root
+ - urpmi, urpme, urpmq: / can be used as root, it's not a particular case
+ - urpm.pm: lock rpm db in chroot, and urpmi db in /
+ - urpmi: ask to be root to install binary rpms in chroot
- From Pascal Terjan <pterjan@mandrake.org> :
- $root =~ s!/*!! to avoid root detection issue
- From Olivier Thauvin <thauvin@aerov.jussieu.fr> :