Skip to content

Commit

Permalink
Merge pull request #677 from yast/bsc-1175714-sle-12
Browse files Browse the repository at this point in the history
bsc#1175714: export postpartitioning-scripts section properly
  • Loading branch information
imobachgs committed Sep 1, 2020
2 parents 2c06e99 + c7124a0 commit 46b3b9e
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).
- 3.2.46

-------------------------------------------------------------------
Fri Apr 3 09:27:04 CEST 2020 - schubi@suse.de

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


Name: autoyast2
Version: 3.2.45
Version: 3.2.46
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
1 change: 1 addition & 0 deletions src/include/autoinstall/xml.rb
Expand Up @@ -55,6 +55,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 46b3b9e

Please sign in to comment.