diff options
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 8 |
3 files changed, 49 insertions, 2 deletions
@@ -1,3 +1,38 @@ +2006-06-20 15:20 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Remove old rpm db log files when restarting one self + +2006-06-20 13:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Don't ignore modified but unselected media on + auto-update. (bug #22354) + +2006-06-14 10:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.recover: Check if we can open the rpmdb in urpmi.recover + +2006-06-13 15:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rurpme: Typo (misc) + +2006-06-13 13:10 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST, pod/rurpmi.8.pod: Adjust manifest. Add new forbidden + option in rurpmi manpage. + +2006-06-13 13:08 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL, pod/rurpme.8.pod, rurpme, urpm/args.pm, urpme, + urpmi.spec: Add the rurpme(8) command + +2006-06-13 12:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Forbid rurpmi --noscripts + +2006-06-12 11:57 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * ChangeLog, urpm.pm, urpmi.spec: 4.8.20 + 2006-06-12 09:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * pod/urpmi.addmedia.8.pod: Document the two new options in the @@ -9,6 +44,12 @@ --all-media independent in urpmi.addmedia. Plus spelling fixes. +2006-06-12 09:43 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.addmedia: Make options --interactive and + --all-media independent in urpmi.addmedia. + Plus spelling fixes. + 2006-06-11 18:40 Olivier Thauvin <thauvin at aerov.jussieu.fr> * urpm/args.pm, urpmi.addmedia: - restore old behavior of @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.20'; +our $VERSION = '4.8.21'; our @ISA = qw(URPM); use URPM; @@ -12,7 +12,7 @@ %{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install} %define name urpmi -%define version 4.8.20 +%define version 4.8.21 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -275,6 +275,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Tue Jun 20 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.21-1mdv2007.0 +- New command rurpme +- Forbid rurpmi --noscripts +- Don't ignore unselected media with --auto-update +- Remove old rpmdb log files at restart + * Mon Jun 12 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.20-1mdv2007.0 - New options to urpmi.addmedia: --interactive and --all-media (Olivier Thauvin) - urpmi.addmedia --distrib now uses media.cfg instead of hdlists (Olivier Thauvin) |