forked from pool/yast2-installation
Port changes from CASP1.0:
- Change layout of new installation dialog according to UX team suggestion (FATE#321754) - Set root subvolume read-only if configured (Fate##321755) - Document new control.xml parameter root_subvolume_read_only - Add new installation dialog with keyboard layout and root password (FATE#321754) - Added worker role dialog (Fate#321754) - implement support for running additional dialogs for specific roles (FATE#321754) - Added description for readonly_timezone and clone_install_recommended_default flag in control-file documentation. (Fate#321754, Fate#321764) - 3.2.12 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=840
This commit is contained in:
parent
ad66e04f51
commit
6e4fdb6ff3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89dbe1a2d4cfd745fdbb4ab53750d96cb9bf81b815fc1d2962c42f6b641e3207
|
||||
size 429726
|
3
yast2-installation-3.2.12.tar.bz2
Normal file
3
yast2-installation-3.2.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e1bfcac8199f7922caf1725004227c3e0b92520196644653dded126629c2b91
|
||||
size 432524
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 15:47:02 UTC 2016 - jreidinger@suse.com
|
||||
|
||||
Port changes from CASP1.0:
|
||||
|
||||
- Change layout of new installation dialog according to UX team
|
||||
suggestion (FATE#321754)
|
||||
- Set root subvolume read-only if configured (Fate##321755)
|
||||
- Document new control.xml parameter root_subvolume_read_only
|
||||
- Add new installation dialog with keyboard layout and root
|
||||
password (FATE#321754)
|
||||
- Added worker role dialog (Fate#321754)
|
||||
- implement support for running additional dialogs for specific
|
||||
roles (FATE#321754)
|
||||
- Added description for readonly_timezone and
|
||||
clone_install_recommended_default flag in control-file
|
||||
documentation. (Fate#321754, Fate#321764)
|
||||
- 3.2.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 14:00:53 UTC 2016 - igonzalezsosa@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.2.11
|
||||
Version: 3.2.12
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -40,14 +40,14 @@ BuildRequires: yast2-xml
|
||||
BuildRequires: rubygem(rspec)
|
||||
BuildRequires: rubygem(yast-rake)
|
||||
|
||||
# Moved proc_modules.scr
|
||||
BuildRequires: yast2 >= 3.1.180
|
||||
# UI::Widgets
|
||||
BuildRequires: yast2 >= 3.2.8
|
||||
|
||||
# AutoinstSoftware.SavePackageSelection()
|
||||
Requires: autoyast2-installation >= 3.1.105
|
||||
|
||||
# Needs set_inst_ncurses_env
|
||||
Requires: yast2 >= 3.2.0
|
||||
# Needs UI:Widgets
|
||||
Requires: yast2 >= 3.2.8
|
||||
|
||||
# Language::GetLanguageItems and other API
|
||||
# Language::Set (handles downloading the translation extensions)
|
||||
@ -81,6 +81,11 @@ Requires: yast2-network >= 3.1.143
|
||||
# Requires: yast2-add-on
|
||||
# Requires: yast2-update
|
||||
|
||||
# new root password cwm widget
|
||||
Requires: yast2-users >= 3.2.7
|
||||
# new keyboard layout cwm widget
|
||||
Requires: yast2-country >= 3.2.5
|
||||
|
||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||
# pkg-bindings are not directly required
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
@ -122,8 +127,6 @@ Requires: pciutils
|
||||
|
||||
Recommends: yast2-registration
|
||||
Recommends: yast2-online-update
|
||||
# UsersDatabase class
|
||||
Recommends: yast2-users >= 3.1.49
|
||||
Recommends: yast2-firewall
|
||||
Recommends: release-notes
|
||||
Recommends: curl
|
||||
|
Loading…
x
Reference in New Issue
Block a user