- bnc#1174133
- do not crash with internal error when the profile contains corrupted signature_handling option - 4.3.39 - Add ability to use erb template as dynamic autoyast profile (bsc#1175735) - 4.3.38 - Speed up finding the "autoyast()" supplements by filtering packages directly on the lilbzypp level (bsc#1175317, related to bsc#1146494) - 4.3.37 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=922
This commit is contained in:
parent
72a921d4e5
commit
65d6865116
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96db7d866ade99b8904149b1edd65dd35cc963c4dabdd4940f30967e91c1fe09
|
||||
size 707048
|
3
autoyast2-4.3.39.tar.bz2
Normal file
3
autoyast2-4.3.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eb40024a6cb962b8b6a7234213993f192283e1e450208dac0f9fea9c0ef811d
|
||||
size 707446
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 08:17:59 UTC 2020 - Michal Filka <mfilka@suse.com>
|
||||
|
||||
- bnc#1174133
|
||||
- do not crash with internal error when the profile contains
|
||||
corrupted signature_handling option
|
||||
- 4.3.39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 14:17:31 UTC 2020 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Add ability to use erb template as dynamic autoyast profile
|
||||
(bsc#1175735)
|
||||
- 4.3.38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 07:33:20 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>
|
||||
|
||||
- Speed up finding the "autoyast()" supplements by filtering
|
||||
packages directly on the lilbzypp level (bsc#1175317, related to
|
||||
bsc#1146494)
|
||||
- 4.3.37
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 24 13:44:00 CEST 2020 - schubi@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package autoyast2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,12 +22,12 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.3.36
|
||||
Version: 4.3.39
|
||||
Release: 0
|
||||
Summary: YaST2 - Automated Installation
|
||||
License: GPL-2.0-only
|
||||
Group: System/YaST
|
||||
Url: https://github.com/yast/yast-autoinstallation
|
||||
URL: https://github.com/yast/yast-autoinstallation
|
||||
|
||||
Source0: autoyast2-%{version}.tar.bz2
|
||||
Source1: autoyast_en_html.tar.bz2
|
||||
@ -130,8 +130,8 @@ Requires: yast2-transfer >= 2.21.0
|
||||
# storage-ng based version
|
||||
Requires: yast2-update >= 3.3.0
|
||||
Requires: yast2-xml
|
||||
# "transact_by" key in PkgPropertiesAll()
|
||||
Requires: yast2-pkg-bindings >= 4.0.7
|
||||
# RPM dependencies in Pkg.Resolvables
|
||||
Requires: yast2-pkg-bindings >= 4.3.0
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
|
||||
Provides: yast2-trans-autoinst
|
||||
|
Loading…
Reference in New Issue
Block a user