Skip to content

Commit

Permalink
Merge branch 'SLE-15-GA' into bsc-1175714-sle-15-sp1
Browse files Browse the repository at this point in the history
* SLE-15-GA:
  Bump version and update changes file
  Use script elements in 'postpartitioning-scripts'
  Sle 12 sp5 bsc 1167596 (#584)
  loading network-online.target (#575)
  Travis fix
  Init script: Checking working network with network-online.target (#564)
  • Loading branch information
imobachgs committed Sep 1, 2020
2 parents dac3467 + dacc972 commit b8412ae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 1 11:32:48 UTC 2020 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Use <script> elements instead of <listentry> when exporting the
<postpartitioning-scripts> section (related to bsc#1175714).
- 4.1.20

-------------------------------------------------------------------
Tue Jul 21 15:54:09 CEST 2020 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.1.19
Version: 4.1.20
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/include/autoinstall/xml.rb
Expand Up @@ -54,6 +54,7 @@ def profileSetup
"post-scripts" => "script",
"chroot-scripts" => "script",
"init-scripts" => "script",
"postpartitioning-scripts" => "script",
"local_domains" => "domains",
"masquerade_other_domains" => "domain",
"masquerade_users" => "masquerade_user",
Expand Down

0 comments on commit b8412ae

Please sign in to comment.