- bsc#1192626:
- Registration takes place always at the same point, no matter which installation medium is being used. - Adapt to the product specification API. - Stop AutoYaST installation when registration failed on online medium (bsc#1188211, Josef Reidinger <jreidinger@suse.com>). - 4.4.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=994
This commit is contained in:
parent
723cc0f872
commit
caea79b495
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b627e1dbea063db1c666001d7166fddd8eeb76e6d1d0c78e309729d20c73b48
|
|
||||||
size 726093
|
|
3
autoyast2-4.4.20.tar.bz2
Normal file
3
autoyast2-4.4.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32f5ce797bc190582624340816f6b31a28b312be610a29f6698314c4526180ea
|
||||||
|
size 725955
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 12 13:21:54 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||||
|
|
||||||
|
- bsc#1192626:
|
||||||
|
- Registration takes place always at the same point, no matter
|
||||||
|
which installation medium is being used.
|
||||||
|
- Adapt to the product specification API.
|
||||||
|
- Stop AutoYaST installation when registration failed on online
|
||||||
|
medium (bsc#1188211, Josef Reidinger <jreidinger@suse.com>).
|
||||||
|
- 4.4.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 12:25:01 UTC 2021 - José Iván López González <jlopez@suse.com>
|
Tue Oct 26 12:25:01 UTC 2021 - José Iván López González <jlopez@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 4.4.19
|
Version: 4.4.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: YaST2 - Automated Installation
|
Summary: YaST2 - Automated Installation
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -42,16 +42,18 @@ BuildRequires: libxml2-tools
|
|||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||||
# GPG symmetric methods and Password dialog
|
# GPG symmetric methods and Password dialog
|
||||||
BuildRequires: yast2 >= 4.3.25
|
# ProductSpec API
|
||||||
|
BuildRequires: yast2 >= 4.4.21
|
||||||
# FileSystems.read_default_subvol_from_target
|
# FileSystems.read_default_subvol_from_target
|
||||||
|
BuildRequires: yast2-services-manager
|
||||||
|
BuildRequires: yast2-transfer
|
||||||
|
BuildRequires: yast2-xml
|
||||||
|
# ProductSpec API
|
||||||
BuildRequires: yast2-country
|
BuildRequires: yast2-country
|
||||||
BuildRequires: yast2-network >= 3.1.145
|
BuildRequires: yast2-network >= 3.1.145
|
||||||
BuildRequires: yast2-packager
|
BuildRequires: yast2-packager >= 4.4.13
|
||||||
BuildRequires: yast2-services-manager
|
|
||||||
BuildRequires: yast2-slp
|
BuildRequires: yast2-slp
|
||||||
BuildRequires: yast2-transfer
|
|
||||||
BuildRequires: yast2-update >= 3.3.0
|
BuildRequires: yast2-update >= 3.3.0
|
||||||
BuildRequires: yast2-xml
|
|
||||||
# Required for test suite testing one time sync
|
# Required for test suite testing one time sync
|
||||||
BuildRequires: yast2-ntp-client >= 4.0.1
|
BuildRequires: yast2-ntp-client >= 4.0.1
|
||||||
# New API for Y2Storage::PackageHandler and storage features
|
# New API for Y2Storage::PackageHandler and storage features
|
||||||
@ -66,8 +68,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
|||||||
|
|
||||||
Requires: autoyast2-installation = %{version}
|
Requires: autoyast2-installation = %{version}
|
||||||
Requires: libxslt
|
Requires: libxslt
|
||||||
# GPG symmetric methods and Password dialog
|
# ProductSpec API
|
||||||
Requires: yast2 >= 4.3.25
|
Requires: yast2 >= 4.4.21
|
||||||
Requires: yast2-core
|
Requires: yast2-core
|
||||||
Requires: yast2-country >= 3.1.13
|
Requires: yast2-country >= 3.1.13
|
||||||
# Moving security module to first installation stage
|
# Moving security module to first installation stage
|
||||||
@ -120,8 +122,8 @@ Requires: yast2-bootloader
|
|||||||
Requires: yast2-core
|
Requires: yast2-core
|
||||||
Requires: yast2-country
|
Requires: yast2-country
|
||||||
Requires: yast2-ncurses
|
Requires: yast2-ncurses
|
||||||
# Y2Packager::MediumType
|
# ProductSpec API
|
||||||
Requires: yast2-packager >= 4.2.25
|
Requires: yast2-packager >= 4.4.13
|
||||||
# ServicesManagerTargetClass::BaseTargets
|
# ServicesManagerTargetClass::BaseTargets
|
||||||
Requires: yast2-services-manager >= 3.1.10
|
Requires: yast2-services-manager >= 3.1.10
|
||||||
# Required for one time sync before installation
|
# Required for one time sync before installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user