From 265a65dcc19fb98a207d0fdcbce9967becee3bc9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 30 Mar 2005 10:18:32 +0000 Subject: 4.6.24-1mdk --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 7 +++++-- 3 files changed, 41 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1dfebbc2..562f5746 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-03-30 11:39 Rafael Garcia-Suarez + + * urpm/sys.pm: Don't try to find ISO mountpoints if an ISO image is + already mounted + +2005-03-30 11:35 Rafael Garcia-Suarez + + * urpm.pm: No need to ask the user for changing a removable media + if this media is an ISO image + +2005-03-30 11:29 Rafael Garcia-Suarez + + * urpm.pm: Remove dead code + +2005-03-30 11:28 Rafael Garcia-Suarez + + * urpm.pm, urpm/sys.pm: Copy all rpms from removable media into the + cachedir; don't check for supermount. + +2005-03-30 11:11 Rafael Garcia-Suarez + + * urpm.pm: Comment nits + +2005-03-29 23:08 Pablo Saratxaga + + * po/pa_IN.po: Added Punjabi file + +2005-03-29 19:14 Rafael Garcia-Suarez + + * urpmi: Nits for the creation of bug rapports + +2005-03-25 18:18 Rafael Garcia-Suarez + + * urpmi.spec: 4.6.23-5mdk + 2005-03-25 18:14 Rafael Garcia-Suarez * urpm.pm: Allow to add several different iso media that point to diff --git a/urpm.pm b/urpm.pm index f63ed450..a287c245 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.23'; +our $VERSION = '4.6.24'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 722fac63..796801ab 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.6.23 -%define release 5mdk +%define version 4.6.24 +%define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Mar 30 2005 Rafael Garcia-Suarez 4.6.24-1mdk +- More fixes related to ISO and removable media + * Fri Mar 25 2005 Rafael Garcia-Suarez 4.6.23-5mdk - Fixes related to ISO media -- cgit v1.2.1