forked from pool/yast2-installation
Accepting request 419718 from YaST:Head
submit new version 3.1.208 OBS-URL: https://build.opensuse.org/request/show/419718 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=363
This commit is contained in:
commit
95a7471633
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a360e55f587c0771ba25b491ea882fbb51af87d1a303ae5d06f0b2b0c2d5eb2
|
||||
size 429568
|
3
yast2-installation-3.1.208.tar.bz2
Normal file
3
yast2-installation-3.1.208.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ff04aee5770584bcb0b2a4805799ec65b7df95c54c402d7b49e3cdbc224f11a
|
||||
size 432759
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 15:34:43 UTC 2016 - kanderssen@suse.com
|
||||
|
||||
- SSH Importer: Width fix to avoid cut of CheckBoxFrame Label
|
||||
(fate##319624)
|
||||
- 3.1.209
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 13:28:14 CEST 2016 - locilka@suse.com
|
||||
|
||||
- Fixed testsuite for inst_complex_welcome after implementing lazy
|
||||
loading in ProductLicense in yast2-packager (bsc#993285)
|
||||
- 3.1.208
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 07:22:59 UTC 2016 - igonzalezsosa@suse.com
|
||||
|
||||
- Fix the registration screen initialization when SCC server
|
||||
is used during self-update (FATE#319716)
|
||||
- 3.1.207
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 10:02:28 UTC 2016 - igonzalezsosa@suse.com
|
||||
|
||||
- Retrieve the self-update URL from the registration
|
||||
server (SCC/SMT) (FATE#319716)
|
||||
- 3.1.206
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 3 17:06:46 CEST 2016 - locilka@suse.com
|
||||
|
||||
- UI, UX and internal handling for the Welcome screen optimized to
|
||||
prevent from not showing that the license needs to be accepted
|
||||
(bsc#980374).
|
||||
- 3.1.205
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 29 07:32:46 UTC 2016 - ancor@suse.com
|
||||
|
||||
- If the user has skipped multipath activation, don't ask again
|
||||
after installer self-update (bsc#989770)
|
||||
- 3.1.204
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 13:48:12 UTC 2016 - igonzalezsosa@suse.com
|
||||
|
||||
- Don't halt the installation if installer updates server
|
||||
cannot be reached when using AutoYaST (bsc#988949)
|
||||
- 3.1.203
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 11:52:59 UTC 2016 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.1.202
|
||||
Version: 3.1.208
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -38,6 +38,7 @@ BuildRequires: libxslt
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yast2-core-devel
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-packager >= 3.1.113
|
||||
BuildRequires: rubygem(rspec)
|
||||
|
||||
# Moved proc_modules.scr
|
||||
@ -62,11 +63,11 @@ Requires: yast2-pkg-bindings >= 3.1.33
|
||||
# Mouse-related scripts moved to yast2-mouse
|
||||
Conflicts: yast2-mouse < 2.18.0
|
||||
|
||||
# New API for ProductLicense
|
||||
Requires: yast2-packager >= 3.1.96
|
||||
# Lazy loading in ProductLicense
|
||||
Requires: yast2-packager >= 3.1.113
|
||||
|
||||
# Storage::GetDetectedDiskPaths
|
||||
Requires: yast2-storage >= 2.24.1
|
||||
# Yast::Storage.multipath_off?
|
||||
Requires: yast2-storage >= 3.1.97
|
||||
|
||||
# use in startup scripts
|
||||
Requires: initviocons
|
||||
@ -100,6 +101,9 @@ Conflicts: yast2-core < 2.17.10
|
||||
# Top bar with logo
|
||||
Conflicts: yast2-ycp-ui-bindings < 3.1.7
|
||||
|
||||
# RegserviceSelectionDialog
|
||||
Conflicts: yast2-registration < 3.1.179
|
||||
|
||||
Obsoletes: yast2-installation-devel-doc
|
||||
|
||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||
|
Loading…
Reference in New Issue
Block a user