Skip to content

Commit

Permalink
fixed crash while mounting CD-ROM (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 22, 2018
1 parent fd70ee8 commit fd9134e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 22 11:32:07 CEST 2018 - schubi@suse.de

- Mounting CD: Fixed crash while reporting an error.
(bnc#1093847)
- 3.2.54

-------------------------------------------------------------------
Mon Apr 9 10:13:38 CEST 2018 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-installation
Version: 3.2.53
Version: 3.2.54
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/transfer/file_from_url.rb
Expand Up @@ -268,7 +268,7 @@ def get_file_from_url(scheme:, host:, urlpath:, localfile:,
# autoyast tried to mount the CD but had no success.
@GET_error = Ops.add(
@GET_error,
Builtins.sformat(_("Mounting %1 failed."), cdrom)
Builtins.sformat(_("Mounting %1 failed."), cdrom_device)
)
Builtins.y2warning("Mount failed")
ok = false
Expand Down

0 comments on commit fd9134e

Please sign in to comment.