diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | Rpmdrake/edit_urpm_sources.pm | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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"), |