forked from pool/yast2-installation
- AY: Removed "image" section from "software" section
(bsc#1140711). - 4.3.13 - Handle exceptions when parsing xml file (related to bsc#1170886) - 4.3.12 - handle device autoconfig setting in summary screen (bsc#1168036) - 4.3.11 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1074
This commit is contained in:
parent
fb0da63fb0
commit
b17ad849b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df4e036fbb463bfc766412c20054eb1f351b584e29fd44a816478aadbc19a6d3
|
||||
size 501860
|
3
yast2-installation-4.3.13.tar.bz2
Normal file
3
yast2-installation-4.3.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c34ad13e1f652bf43359c9120a44b24900bad902c01c374bab729c6b8ef618ef
|
||||
size 502204
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Handle exceptions when parsing xml file (related to bsc#1170886)
|
||||
- 4.3.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 08:14:24 UTC 2020 - Steffen Winterfeldt <snwint@suse.com>
|
||||
|
||||
- handle device autoconfig setting in summary screen (bsc#1168036)
|
||||
- 4.3.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 06:48:57 UTC 2020 - José Iván López González <jlopez@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.3.10
|
||||
Version: 4.3.13
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
@ -40,6 +40,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
|
||||
@ -67,6 +69,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)
|
||||
@ -179,7 +183,8 @@ systemctl enable YaST2-Firstboot.service
|
||||
%postun
|
||||
%service_del_postun YaST2-Second-Stage.service YaST2-Firstboot.service
|
||||
|
||||
%endif #suse_version
|
||||
#suse_version
|
||||
%endif
|
||||
|
||||
%files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user