Accepting request 932527 from YaST:Head
submit new version 4.4.21 OBS-URL: https://build.opensuse.org/request/show/932527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=308
This commit is contained in:
commit
24904e8dca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c726ce6f39c39c38015e3e23425660dacb672f0ac421a23d9f14e58d9e102d7
|
||||
size 726237
|
3
autoyast2-4.4.21.tar.bz2
Normal file
3
autoyast2-4.4.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d216ebb7ceb159431732bcc094b5db660c6d54854409758544fde8480e0255f
|
||||
size 727576
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 18 11:10:28 UTC 2021 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Add support for detecting EFI boot during autoinstallation
|
||||
(jsc#SLE-18819)
|
||||
- 4.4.21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.4.19
|
||||
Version: 4.4.21
|
||||
Release: 0
|
||||
Summary: YaST2 - Automated Installation
|
||||
License: GPL-2.0-only
|
||||
@ -42,16 +42,18 @@ BuildRequires: libxml2-tools
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
# GPG symmetric methods and Password dialog
|
||||
BuildRequires: yast2 >= 4.3.25
|
||||
# ProductSpec API
|
||||
BuildRequires: yast2 >= 4.4.21
|
||||
# FileSystems.read_default_subvol_from_target
|
||||
BuildRequires: yast2-services-manager
|
||||
BuildRequires: yast2-transfer
|
||||
BuildRequires: yast2-xml
|
||||
# ProductSpec API
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-network >= 3.1.145
|
||||
BuildRequires: yast2-packager
|
||||
BuildRequires: yast2-services-manager
|
||||
BuildRequires: yast2-packager >= 4.4.13
|
||||
BuildRequires: yast2-slp
|
||||
BuildRequires: yast2-transfer
|
||||
BuildRequires: yast2-update >= 3.3.0
|
||||
BuildRequires: yast2-xml
|
||||
# Required for test suite testing one time sync
|
||||
BuildRequires: yast2-ntp-client >= 4.0.1
|
||||
# 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: libxslt
|
||||
# GPG symmetric methods and Password dialog
|
||||
Requires: yast2 >= 4.3.25
|
||||
# ProductSpec API
|
||||
Requires: yast2 >= 4.4.21
|
||||
Requires: yast2-core
|
||||
Requires: yast2-country >= 3.1.13
|
||||
# Moving security module to first installation stage
|
||||
@ -120,8 +122,8 @@ Requires: yast2-bootloader
|
||||
Requires: yast2-core
|
||||
Requires: yast2-country
|
||||
Requires: yast2-ncurses
|
||||
# Y2Packager::MediumType
|
||||
Requires: yast2-packager >= 4.2.25
|
||||
# ProductSpec API
|
||||
Requires: yast2-packager >= 4.4.13
|
||||
# ServicesManagerTargetClass::BaseTargets
|
||||
Requires: yast2-services-manager >= 3.1.10
|
||||
# Required for one time sync before installation
|
||||
|
Loading…
x
Reference in New Issue
Block a user