diff options
author | Francois Pons <fpons@mandriva.com> | 2003-06-26 15:26:42 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-06-26 15:26:42 +0000 |
commit | f20a672e01e0caf0fd203ac14f83b09f5a4ce701 (patch) | |
tree | 588ed80b3d80ed980c9b78e7eb5e631464947de8 /urpmi.spec | |
parent | a4e5ea60f1de8d46935aeb17cba691a6d572fdf6 (diff) | |
download | urpmi-f20a672e01e0caf0fd203ac14f83b09f5a4ce701.tar urpmi-f20a672e01e0caf0fd203ac14f83b09f5a4ce701.tar.gz urpmi-f20a672e01e0caf0fd203ac14f83b09f5a4ce701.tar.bz2 urpmi-f20a672e01e0caf0fd203ac14f83b09f5a4ce701.tar.xz urpmi-f20a672e01e0caf0fd203ac14f83b09f5a4ce701.zip |
4.4-8mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -2,14 +2,14 @@ Name: urpmi Version: 4.4 -Release: 7mdk +Release: 8mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate Summary: User mode rpm install URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi Requires: eject webfetch perl-DateManip >= 5.40 gnupg -PreReq: perl-Locale-gettext >= 1.01-7mdk rpmtools >= 4.3-6mdk perl-URPM >= 0.91-6mdk +PreReq: perl-Locale-gettext >= 1.01-7mdk rpmtools >= 4.3-6mdk perl-URPM >= 0.91-7mdk BuildRequires: bzip2-devel gettext rpm-devel >= 4.0.3 perl-MDK-Common-devel BuildRoot: %{_tmppath}/%{name}-buildroot BuildArch: noarch @@ -130,7 +130,7 @@ exit 0 use urpm; $urpm = new urpm; $urpm->read_config; -$urpm->update_media; +$urpm->update_media(nolock => 1); #%preun -n autoirpm #[ -x %{_sbindir}/autoirpm.uninstall ] && %{_sbindir}/autoirpm.uninstall @@ -202,6 +202,15 @@ $urpm->update_media; %changelog +* Thu Jun 26 2003 François Pons <fpons@mandrakesoft.com> 4.4-8mdk +- fixed urpmq -d not working if package given has unsatisfied + dependencies as backtrack is active, now -d use nodeps. +- added @unsatisfied@ info with -c of urpmq. +- fixed lock database error when upgrading urpmi. +- added hack to avoid exiting installation with --no-remove + if --allow-force is given, avoid removing packages in such + cases. + * Thu Jun 26 2003 François Pons <fpons@mandrakesoft.com> 4.4-7mdk - fixed building of hdlist. |