Skip to content

Commit

Permalink
Merge f820d0b into ce817af
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 29, 2020
2 parents ce817af + f820d0b commit fb09a77
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 410 deletions.
4 changes: 0 additions & 4 deletions control/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,6 @@ textdomain="control"
<label>Perform Installation</label>
<name>kickoff</name>
</module>
<module>
<label>Perform Installation</label>
<name>autoimage</name>
</module>
<module>
<label>Perform Installation</label>
<name>rpmcopy</name>
Expand Down
7 changes: 7 additions & 0 deletions package/yast2-installation.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 27 17:04:26 CEST 2020 - schubi@suse.de

- AY: Removed "image" section from "software" section
(bsc#1140711).
- 4.3.13

-------------------------------------------------------------------
Mon Jul 27 13:43:29 UTC 2020 - Josef Reidinger <jreidinger@suse.com>

Expand Down
9 changes: 7 additions & 2 deletions package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.3.12
Version: 4.3.13
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand All @@ -39,6 +39,8 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
BuildRequires: yast2 >= 4.2.56
# Y2Packager::MediumType
BuildRequires: yast2-packager >= 4.2.27
# CIOIgnore
BuildRequires: yast2-bootloader
# using /usr/bin/udevadm
BuildRequires: yast2-storage-ng >= 4.2.71
# Y2Network::NtpServer
Expand Down Expand Up @@ -66,6 +68,8 @@ Requires: yast2-country-data >= 2.16.11
Requires: yast2-pkg-bindings >= 3.1.33
# Y2Packager::MediumType
Requires: yast2-packager >= 4.2.22
# CIOIgnore
Requires: yast2-bootloader
# use in startup scripts
Requires: initviocons
# Proxy settings for 2nd stage (bnc#764951)
Expand Down Expand Up @@ -180,7 +184,8 @@ systemctl enable YaST2-Firstboot.service
%postun
%service_del_postun YaST2-Second-Stage.service YaST2-Firstboot.service

%endif #suse_version
#suse_version
%endif

%files

Expand Down
2 changes: 1 addition & 1 deletion src/clients/deploy_image_auto.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
require "installation/clients/deploy_image_auto"
Yast::DeployImageAutoClient.new.main
Yast::DeployImageAutoClient.run
Loading

0 comments on commit fb09a77

Please sign in to comment.