forked from pool/yast2-installation
Accepting request 186292 from YaST:Head
- use pure ruby solution when sorting proposal items - use pure ruby solution when sorting destkop items, so major desktop (with same order number) won't get resorted - 3.0.3 - check the product profiles during system analysis and copy them to installed system (backport of fate#310730) - 3.0.2 OBS-URL: https://build.opensuse.org/request/show/186292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=264
This commit is contained in:
commit
d86c2bae51
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6f40463f74c27e4927f0f1f134ac4c1697d28b04b89d51d583e061031ba0b33e
|
|
||||||
size 282753
|
|
3
yast2-installation-3.0.3.tar.bz2
Normal file
3
yast2-installation-3.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:02a41b2659788a33e3dac4fb2fb64e721f899b0a2e3aecf3232ddb67d2debab6
|
||||||
|
size 283274
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 7 12:57:05 CEST 2013 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- use pure ruby solution when sorting proposal items
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 6 11:30:53 CEST 2013 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- use pure ruby solution when sorting destkop items, so major desktop
|
||||||
|
(with same order number) won't get resorted
|
||||||
|
- 3.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 13:16:04 CEST 2013 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- check the product profiles during system analysis and
|
||||||
|
copy them to installed system (backport of fate#310730)
|
||||||
|
- 3.0.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 4 11:48:21 UTC 2013 - lslezak@suse.cz
|
Sun Aug 4 11:48:21 UTC 2013 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 3.0.1
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -47,8 +47,8 @@ BuildRequires: yast2 >= 2.16.52
|
|||||||
# AutoinstConfig::getProposalList
|
# AutoinstConfig::getProposalList
|
||||||
Requires: autoyast2-installation >= 2.17.1
|
Requires: autoyast2-installation >= 2.17.1
|
||||||
|
|
||||||
# ProductControl::DisabledACItems, ::DisabledSubProposals
|
# ProductProfile
|
||||||
Requires: yast2 >= 2.18.23
|
Requires: yast2 >= 3.0.1
|
||||||
|
|
||||||
# Language::GetLanguageItems and other API
|
# Language::GetLanguageItems and other API
|
||||||
# Language::Set (handles downloading the translation extensions)
|
# Language::Set (handles downloading the translation extensions)
|
||||||
|
Loading…
Reference in New Issue
Block a user