Skip to content

Commit

Permalink
Merge pull request #52 from yast/import_GetInstArgs
Browse files Browse the repository at this point in the history
 Import missing GetInstArgs module in firstboot_write client
  • Loading branch information
teclator committed Aug 8, 2018
2 parents f3c3278 + aae36ee commit 7303500
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/yast2-firstboot.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 8 09:14:49 UTC 2018 - knut.anderssen@suse.com

- Import missing GetInstArgs module in firstboot_write client
(bsc#1104158)
- 3.1.20

-------------------------------------------------------------------
Mon Jun 11 11:10:40 UTC 2018 - knut.anderssen@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-firstboot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-firstboot
Version: 3.1.19
Version: 3.1.20
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/clients/firstboot_write.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def main
Yast.import "Directory"
Yast.import "FileUtils"
Yast.import "Firstboot"
Yast.import "GetInstArgs"
Yast.import "Keyboard"
Yast.import "Package"
Yast.import "Popup"
Expand Down

0 comments on commit 7303500

Please sign in to comment.