Skip to content

Commit

Permalink
Merge pull request #1034 from yast/ay-files-ownership
Browse files Browse the repository at this point in the history
Fix file_owner: move autoinst_files_finish after users_finish (bsc#1196595)
  • Loading branch information
mvidner committed Mar 29, 2022
2 parents fdf8961 + fcc9a7a commit 4f39711
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 29 09:25:58 UTC 2022 - Martin Vidner <mvidner@suse.com>

- AutoYaST: move custom file creation past user creation so that
the element files/file/file_owner actually has an effect
(bsc#1196595)
- 4.3.51

-------------------------------------------------------------------
Fri Mar 18 11:20:47 UTC 2022 - Knut Anderssen <kanderssen@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.3.50
Version: 4.3.51
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/clients/inst_finish.rb
Expand Up @@ -342,7 +342,6 @@ def copy_files_steps
"ldconfig",
"save_config",
"live_save_config",
"autoinst_files",
"default_target",
"desktop",
"storage",
Expand Down Expand Up @@ -382,6 +381,7 @@ def save_config_steps
"remote",
"save_hw_status",
"users",
"autoinst_files",
"autoinst_scripts2",
"installation_settings",
"roles",
Expand Down

0 comments on commit 4f39711

Please sign in to comment.