- Fix installation using encrypted profile (bsc#1176336)
- improve usability by entering password just once - use shared UI::PasswordDialog - 4.3.46 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=928
This commit is contained in:
parent
08af4ed0f3
commit
535b857987
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa206006d7e54749340bebbbeec11a684a778b6784fd7695a5174bf625db5dbf
|
||||
size 711297
|
3
autoyast2-4.3.46.tar.bz2
Normal file
3
autoyast2-4.3.46.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aac2dfd64bc35bf74ce43170052d90ae144c9b80439edc2fe61874e782bc0afe
|
||||
size 711187
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 13:40:44 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Fix installation using encrypted profile (bsc#1176336)
|
||||
- improve usability by entering password just once
|
||||
- use shared UI::PasswordDialog
|
||||
- 4.3.46
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 09:07:40 CEST 2020 - schubi@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.3.45
|
||||
Version: 4.3.46
|
||||
Release: 0
|
||||
Summary: YaST2 - Automated Installation
|
||||
License: GPL-2.0-only
|
||||
@ -41,8 +41,8 @@ BuildRequires: libxml2-tools
|
||||
# xsltproc for AutoinstClass
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
# AutoYaST ElementPath class
|
||||
BuildRequires: yast2 >= 4.3.20
|
||||
# GPG symmetric methods and Password dialog
|
||||
BuildRequires: yast2 >= 4.3.25
|
||||
# FileSystems.read_default_subvol_from_target
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-network >= 3.1.145
|
||||
@ -66,8 +66,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: libxslt
|
||||
# AutoYaST ElementPath class
|
||||
Requires: yast2 >= 4.3.20
|
||||
# GPG symmetric methods and Password dialog
|
||||
Requires: yast2 >= 4.3.25
|
||||
Requires: yast2-core
|
||||
Requires: yast2-country >= 3.1.13
|
||||
# Moving security module to first installation stage
|
||||
|
Loading…
Reference in New Issue
Block a user