Skip to content

Commit

Permalink
Merge pull request #954 from yast/backport-files-1st-stage
Browse files Browse the repository at this point in the history
Backport handling of <files> section in 1st stage
  • Loading branch information
imobachgs committed May 14, 2021
2 parents 5a077ea + 3e6ab6f commit bad5913
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 13 13:05:08 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Backport gh#872 by schubi@suse.de:
- Moving <files> section handling from second installation stage
to first installation stage. (bsc#1174194)
- 4.2.52

-------------------------------------------------------------------
Thu Mar 11 10:54:41 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

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

Name: yast2-installation
Version: 4.2.51
Version: 4.2.52
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down Expand Up @@ -111,6 +111,8 @@ Conflicts: yast2-ycp-ui-bindings < 3.1.7
Conflicts: yast2-registration < 3.2.3
# Mouse-related scripts moved to yast2-mouse
Conflicts: yast2-mouse < 2.18.0
# new autoinst_files_finish call
Conflicts: autoyast2 < 4.2.52

Obsoletes: yast2-installation-devel-doc

Expand Down
1 change: 1 addition & 0 deletions src/lib/installation/clients/inst_finish.rb
Expand Up @@ -342,6 +342,7 @@ def copy_files_steps
"ldconfig",
"save_config",
"live_save_config",
"autoinst_files",
"security",
"default_target",
"desktop",
Expand Down

0 comments on commit bad5913

Please sign in to comment.