From ea9ef0a9cb11b718b1dc4e010b21850ad50f5ead Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2008 20:30:44 +0000 Subject: (get_medium_type) handle new "cdrom://" type --- NEWS | 1 + Rpmdrake/edit_urpm_sources.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index eeb01aa4..50c2262b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ - adapt to urpmi-5.7 API: o don't want to force a device anymore + o handle new "cdrom://" type Version 4.3.1 - Wed Feb 27 2008, Thierry Vignaud diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm index 3d6bc59b..fc618907 100644 --- a/Rpmdrake/edit_urpm_sources.pm +++ b/Rpmdrake/edit_urpm_sources.pm @@ -58,6 +58,7 @@ my %col = ( sub get_medium_type { my ($medium) = @_; my %medium_type = ( + cdrom => N("CD-ROM"), ftp => N("FTP"), file => N("Local"), http => N("HTTP"), -- cgit v1.2.1