Skip to content

Commit

Permalink
Suggest downloading "SLE-15-SP1-Packages" (bsc#1108620)
Browse files Browse the repository at this point in the history
instead of the old "SLE-15-Packages"

- 4.1.3
  • Loading branch information
lslezak committed Sep 17, 2018
1 parent b5ecb77 commit d5cf03b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-registration.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 17 08:54:19 UTC 2018 - lslezak@suse.cz

- Suggest downloading the "SLE-15-SP1-Packages" medium instead of
the old "SLE-15-Packages" (bsc#1108620)
- 4.1.3

-------------------------------------------------------------------
Tue Sep 4 08:34:31 UTC 2018 - dgonzalez@suse.com

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


Name: yast2-registration
Version: 4.1.2
Version: 4.1.3
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/registration/ui/base_system_registration_dialog.rb
Expand Up @@ -371,7 +371,7 @@ def show_skipping_warning
"%{media_name} media from %{download_url}.\n" \
"Without these media only a minimum system is available\n" \
"in this installation.") %
{ media_name: "SLE-15-Packages", download_url: "https://download.suse.com" }
{ media_name: "SLE-15-SP1-Packages", download_url: "https://download.suse.com" }
Yast::Popup.Warning(warning)
end

Expand Down

0 comments on commit d5cf03b

Please sign in to comment.