forked from pool/yast2-installation
Accepting request 446684 from YaST:Head
submit new version 3.2.12 OBS-URL: https://build.opensuse.org/request/show/446684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=377
This commit is contained in:
commit
1cbf67c51c
@ -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:c9c5a6fb588c4ec0c3504fd90acfa3e05614bc8b3b69301e5351da0b3283cb00
|
||||
size 431781
|
@ -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,13 @@ 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 needed only for CASP, so use version that works
|
||||
# also for SP3
|
||||
# FIXME: update dependency when CASP is merged to SP2 and SP3 for yast2-country
|
||||
Requires: yast2-country >= 3.1.30
|
||||
|
||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||
# pkg-bindings are not directly required
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
@ -122,8 +129,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…
Reference in New Issue
Block a user