Skip to content

Commit

Permalink
Merge pull request #749 from yast/fix-modules-list
Browse files Browse the repository at this point in the history
Properly export pre and post modules lists
  • Loading branch information
imobachgs committed Apr 7, 2021
2 parents 790ec05 + 5deca67 commit 3cf0c1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 6 13:45:16 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Use 'module' instead of 'listentry' when exporting pre-modules
and post-modules lists (bsc#1184342).

-------------------------------------------------------------------
Tue Apr 6 12:45:29 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
2 changes: 2 additions & 0 deletions src/include/autoinstall/xml.rb
Expand Up @@ -72,11 +72,13 @@ def profileSetup
"pathlist" => "path",
"patterns" => "pattern",
"ports" => "port",
"post-modules" => "module",
"post-packages" => "package",
"post-patterns" => "pattern",
"post-scripts" => "script",
"postpartitioning-scripts" => "script",
"ppd_options" => "ppd_option",
"pre-modules" => "module",
"pre-scripts" => "script",
"printcap" => "printcap_entry",
"printers" => "printer",
Expand Down

0 comments on commit 3cf0c1f

Please sign in to comment.