Accepting request 749326 from YaST:Head
submit new version 4.2.21 OBS-URL: https://build.opensuse.org/request/show/749326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=266
This commit is contained in:
commit
345a81379b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fcad6bfd9f209d76224e41939ebb59dffc888de3f90e34cd52ef86bee46b6c06
|
|
||||||
size 685946
|
|
3
autoyast2-4.2.21.tar.bz2
Normal file
3
autoyast2-4.2.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c8bbf40046229d7fedd6420e3a2b27e030bd9d0995973877e7b1886d509b38d
|
||||||
|
size 687571
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 07:43:39 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Do not override all storage proposal settings when importing
|
||||||
|
values from the profile (boo#1156539).
|
||||||
|
- 4.2.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 15:49:47 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Handle renamed add-ons during auto upgrade (part of jsc#SLE-7101)
|
||||||
|
- 4.2.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 7 10:01:10 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- report wrong type of param-list instead of crash (bsc#1143260)
|
||||||
|
- 4.2.19
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 6 16:55:50 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- Fix autoinstallation on online medium (bsc#1156058)
|
||||||
|
- 4.2.18
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 10:14:44 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- Update schema to support setting the encryption method through
|
||||||
|
the 'crypt_method' (related to jsc#SLE-7376).
|
||||||
|
- 4.2.17
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 09:29:00 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
|
||||||
|
|
||||||
|
- AutoYaST support for the Full installation medium
|
||||||
|
(jsc#SLE-7101)
|
||||||
|
- 4.2.16
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 14:45:29 UTC 2019 - Steffen Winterfeldt <snwint@suse.com>
|
||||||
|
|
||||||
|
- fix auto-adding required packages for autoyast sections (bsc#1153746)
|
||||||
|
- don't run kdump autoyast config in 2nd stage
|
||||||
|
- 4.2.15
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 25 15:30:06 UTC 2019 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
- bnc#1154855 - During firstboot ayast_setup will not be executed.
|
||||||
|
- 4.2.14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 25 11:55:01 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
Fri Oct 25 11:55:01 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.2.13
|
Version: 4.2.21
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -45,14 +45,17 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
|||||||
BuildRequires: yast2 >= 4.0.60
|
BuildRequires: yast2 >= 4.0.60
|
||||||
# FileSystems.read_default_subvol_from_target
|
# FileSystems.read_default_subvol_from_target
|
||||||
BuildRequires: yast2-country
|
BuildRequires: yast2-country
|
||||||
|
BuildRequires: yast2-network >= 3.1.145
|
||||||
BuildRequires: yast2-packager
|
BuildRequires: yast2-packager
|
||||||
BuildRequires: yast2-services-manager
|
BuildRequires: yast2-services-manager
|
||||||
BuildRequires: yast2-slp
|
BuildRequires: yast2-slp
|
||||||
BuildRequires: yast2-transfer
|
BuildRequires: yast2-transfer
|
||||||
BuildRequires: yast2-update >= 3.3.0
|
BuildRequires: yast2-update >= 3.3.0
|
||||||
BuildRequires: yast2-xml
|
BuildRequires: yast2-xml
|
||||||
# AutoinstIssues::NoProposal
|
# Required for test suite testing one time sync
|
||||||
BuildRequires: yast2-storage-ng >= 4.0.160
|
BuildRequires: yast2-ntp-client >= 4.0.1
|
||||||
|
# Y2Storage::AutoinstProposal constructor receives a ProposalSettings object
|
||||||
|
BuildRequires: yast2-storage-ng >= 4.2.55
|
||||||
# %%{_unitdir} macro definition is in a separate package since 13.1
|
# %%{_unitdir} macro definition is in a separate package since 13.1
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
@ -73,9 +76,9 @@ Requires: yast2-schema >= 4.0.6
|
|||||||
Requires: yast2-security >= 4.1.1
|
Requires: yast2-security >= 4.1.1
|
||||||
Requires: yast2-transfer >= 2.21.0
|
Requires: yast2-transfer >= 2.21.0
|
||||||
Requires: yast2-xml
|
Requires: yast2-xml
|
||||||
# AutoinstIssues::NoProposal
|
# Y2Storage::AutoinstProposal constructor receives a ProposalSettings object
|
||||||
Requires: yast2-ruby-bindings >= 1.0.0
|
Requires: yast2-ruby-bindings >= 1.0.0
|
||||||
Requires: yast2-storage-ng >= 4.0.160
|
Requires: yast2-storage-ng >= 4.2.55
|
||||||
|
|
||||||
Conflicts: yast2-installation < 3.1.166
|
Conflicts: yast2-installation < 3.1.166
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user