Skip to content

Commit

Permalink
Merge c36a60f into 552533e
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Aug 27, 2018
2 parents 552533e + c36a60f commit f373663
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-add-on.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 27 11:11:21 UTC 2018 - knut.anderssen@suse.com

- Fixing some import dependencies in the AddOn auto client
(bsc#1081509)
- 4.1.4

-------------------------------------------------------------------
Mon Aug 27 07:03:03 UTC 2018 - knut.anderssen@suse.com

Expand Down
3 changes: 1 addition & 2 deletions package/yast2-add-on.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-add-on
Version: 4.1.3
Version: 4.1.4
Release: 0
Summary: YaST2 - Add-On media installation code
License: GPL-2.0-only
Expand All @@ -30,7 +30,6 @@ BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.0.1
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-packager
BuildRequires: autoyast2-installation
Requires: autoyast2-installation
# ProductProfile
Requires: yast2 >= 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/lib/add-on/clients/add-on_auto.rb
@@ -1,8 +1,8 @@
require "yast"
require "installation/auto_client"

Yast.import "AutoInstall"
Yast.import "AddOnProduct"
Yast.import "AutoinstSoftware"
Yast.import "Progress"

module Yast
Expand Down

0 comments on commit f373663

Please sign in to comment.