Accepting request 908355 from YaST:Head
submit new version 4.4.15 OBS-URL: https://build.opensuse.org/request/show/908355 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=305
This commit is contained in:
commit
c885d75f20
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e66397bff1a48e94efea0fadadac6bf6167020e1a290dde3a4808e937034d48
|
||||
size 725197
|
3
autoyast2-4.4.15.tar.bz2
Normal file
3
autoyast2-4.4.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b54229f1986cb01a127cf6909e7b6c5d3f8729ac46d74be0e677976582b3ae60
|
||||
size 725658
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 20 14:45:51 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Fixed handling of the "final_reboot" and "final_halt" options,
|
||||
add the custom scripts only once and avoid displaying
|
||||
a warning popup during installation (bsc#1188356)
|
||||
- 4.4.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 16 15:27:30 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
- Copy the init-scripts to the right location during 1st stage
|
||||
(bsc#1188360).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 16 11:20:20 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.4.14
|
||||
Version: 4.4.15
|
||||
Release: 0
|
||||
Summary: YaST2 - Automated Installation
|
||||
License: GPL-2.0-only
|
||||
@ -44,7 +44,6 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
# GPG symmetric methods and Password dialog
|
||||
BuildRequires: yast2 >= 4.3.25
|
||||
# FileSystems.read_default_subvol_from_target
|
||||
BuildRequires: yast2-xml
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-network >= 3.1.145
|
||||
BuildRequires: yast2-packager
|
||||
@ -52,6 +51,7 @@ BuildRequires: yast2-services-manager
|
||||
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
|
||||
@ -78,8 +78,8 @@ Requires: yast2-schema >= 4.0.6
|
||||
Requires: yast2-transfer >= 2.21.0
|
||||
Requires: yast2-xml
|
||||
# New API for Y2Storage::PackageHandler and storage features
|
||||
Requires: yast2-storage-ng >= 4.2.95
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
Requires: yast2-storage-ng >= 4.2.95
|
||||
|
||||
Conflicts: yast2-installation < 3.1.166
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user