Accepting request 481343 from YaST:Head
submit new version 3.2.31 OBS-URL: https://build.opensuse.org/request/show/481343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=382
This commit is contained in:
commit
710c4e505c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0bc6529dac602c20f9ae53284e67c314d17f2ebcab7a56d0d4c64aa47f33c12
|
||||
size 440640
|
3
yast2-installation-3.2.31.tar.bz2
Normal file
3
yast2-installation-3.2.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b182c40e4513b947ac7fe6dccd4bf4b565979731c955a6567348c66fd22c7ce6
|
||||
size 446861
|
@ -1,3 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 13:07:44 UTC 2017 - mvidner@suse.com
|
||||
|
||||
- Allow proceeding with the installation after a blocking condition
|
||||
has been corrected in the overview dialog (bsc#1029291).
|
||||
- 3.2.31
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 10:19:33 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
- Improve roles buttons distribution in textmode (related to
|
||||
FATE#320772)
|
||||
- 3.2.30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 12:05:44 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
- Fix desktop selection during installation (bsc#1029312)
|
||||
- 3.2.29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 12:16:23 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
- Support to add roles through addons (FATE#320772)
|
||||
- 3.2.28
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 17:48:25 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- fix crash when reading if desktop role should have default
|
||||
pre-selected (bsc#1025415)
|
||||
- 3.2.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 16:11:59 CET 2017 - mvidner@suse.cz
|
||||
|
||||
- Really use the directory.yast file (fate#322372)
|
||||
- 3.2.26
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 6 13:33:41 UTC 2017 - mfilka@suse.com
|
||||
|
||||
- fate#322328
|
||||
- adapted all-in-one dialog according to comments from UX
|
||||
- 3.2.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 6 09:39:00 UTC 2017 - mfilka@suse.com
|
||||
|
||||
- CaaSP: do not crash when used a dashed url for the controller
|
||||
node location (bsc#1024965)
|
||||
- CaaSP AY: Adapted requirements of yast2-services-manager.
|
||||
(FATE#321738)
|
||||
- bnc#1022546
|
||||
- update all-in-one's subdialog (network/kdump/partitioning/...)
|
||||
overview when the dialog is closed and do not lose another
|
||||
content already entered by user.
|
||||
- 3.2.24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 17:58:16 UTC 2017 - jreidinger@suse.com
|
||||
|
||||
- Add new desktop selection client for opensuse based on roles
|
||||
(poo#14936, bsc#1025415)
|
||||
- drop "inst_new_desktop" client which was replaced by new desktop
|
||||
selection one
|
||||
- 3.2.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 14:55:08 UTC 2017 - igonzalezsosa@suse.com
|
||||
|
||||
- Self-Update only shows errors when a custom URL is used
|
||||
(bsc#1025251)
|
||||
- 3.2.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 16:42:29 UTC 2017 - kanderssen@suse.com
|
||||
|
||||
- CaaSP all-in-one-dialog: added validation to the controller node
|
||||
location field, modified label and write it to the minion
|
||||
master.conf file at the end of the installation (FATE#321738)
|
||||
- CaaSP: Display the Beta product warning at start when it is
|
||||
present (bsc#1016887)
|
||||
- Enable CaaSP specific services on the installed system
|
||||
(FATE#321738)
|
||||
- Do not crash if role contain own service to enable (bsc#1022762)
|
||||
- 3.2.21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 3 10:07:35 UTC 2017 - jsrain@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.2.20
|
||||
Version: 3.2.31
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -40,14 +40,14 @@ BuildRequires: yast2-xml
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
|
||||
# UI::Widgets
|
||||
BuildRequires: yast2 >= 3.2.8
|
||||
# ProductControl.system_roles
|
||||
BuildRequires: yast2 >= 3.2.15
|
||||
|
||||
# AutoinstSoftware.SavePackageSelection()
|
||||
Requires: autoyast2-installation >= 3.1.105
|
||||
|
||||
# Needs UI:Widgets
|
||||
Requires: yast2 >= 3.2.8
|
||||
# ProductControl.system_roles
|
||||
Requires: yast2 >= 3.2.15
|
||||
|
||||
# Language::GetLanguageItems and other API
|
||||
# Language::Set (handles downloading the translation extensions)
|
||||
@ -71,12 +71,16 @@ Requires: initviocons
|
||||
# Proxy settings for 2nd stage (bnc#764951)
|
||||
Requires: yast2-proxy
|
||||
|
||||
# Systemd default target and services
|
||||
Requires: yast2-services-manager
|
||||
# Systemd default target and services. This version supports
|
||||
# writing settings in the first installation stage.
|
||||
Requires: yast2-services-manager >= 3.2.1
|
||||
|
||||
# Network service setup moved into yast2-network
|
||||
Requires: yast2-network >= 3.1.143
|
||||
|
||||
# Augeas lenses
|
||||
Requires: augeas-lenses
|
||||
|
||||
# Only in inst-sys
|
||||
# Requires: yast2-add-on
|
||||
# Requires: yast2-update
|
||||
@ -104,8 +108,8 @@ Conflicts: yast2-core < 2.17.10
|
||||
# Top bar with logo
|
||||
Conflicts: yast2-ycp-ui-bindings < 3.1.7
|
||||
|
||||
# new registration widget
|
||||
Conflicts: yast2-registration <= 3.2.1
|
||||
# Registration#get_updates_list does not handle exceptions
|
||||
Conflicts: yast2-registration < 3.2.3
|
||||
|
||||
Obsoletes: yast2-installation-devel-doc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user