summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-30 10:18:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-30 10:18:32 +0000
commit265a65dcc19fb98a207d0fdcbce9967becee3bc9 (patch)
tree230ab9e37d27d96d05fcbf67c527d4998f93ecfb
parent2836de6057e58e1e0bf265234b0ab162100c0644 (diff)
downloadurpmi-265a65dcc19fb98a207d0fdcbce9967becee3bc9.tar
urpmi-265a65dcc19fb98a207d0fdcbce9967becee3bc9.tar.gz
urpmi-265a65dcc19fb98a207d0fdcbce9967becee3bc9.tar.bz2
urpmi-265a65dcc19fb98a207d0fdcbce9967becee3bc9.tar.xz
urpmi-265a65dcc19fb98a207d0fdcbce9967becee3bc9.zip
4.6.24-1mdk
-rw-r--r--ChangeLog35
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec7
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 <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm.pm: Remove dead code
+
+2005-03-30 11:28 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm.pm: Comment nits
+
+2005-03-29 23:08 Pablo Saratxaga <pablo at mandrakesoft.com>
+
+ * po/pa_IN.po: Added Punjabi file
+
+2005-03-29 19:14 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * urpmi: Nits for the creation of bug rapports
+
+2005-03-25 18:18 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * urpmi.spec: 4.6.23-5mdk
+
2005-03-25 18:14 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* 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 <rgarciasuarez@mandrakesoft.com> 4.6.24-1mdk
+- More fixes related to ISO and removable media
+
* Fri Mar 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-5mdk
- Fixes related to ISO media