forked from pool/yast2-installation
- Provides the current language when asking for the product's
release notes to the yast2.rpm API (related to bsc#1079045). - 4.0.29 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=933
This commit is contained in:
parent
73898addaf
commit
974aedef19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:73a98804a485861e7053f32de795b19ba82da38d5151c8942ac01d9fc39e7aac
|
|
||||||
size 452816
|
|
3
yast2-installation-4.0.29.tar.bz2
Normal file
3
yast2-installation-4.0.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:825b4bc6aa0e348c3d43ac601134f0a64676ab8e692e976e223ad412d787287c
|
||||||
|
size 452793
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 2 12:49:34 UTC 2018 - igonzalezsosa@suse.com
|
||||||
|
|
||||||
|
- Provides the current language when asking for the product's
|
||||||
|
release notes to the yast2.rpm API (related to bsc#1079045).
|
||||||
|
- 4.0.29
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 13:09:51 CET 2018 - schubi@suse.de
|
Wed Jan 31 13:09:51 CET 2018 - schubi@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 4.0.28
|
Version: 4.0.29
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -41,8 +41,8 @@ BuildRequires: yast2-xml
|
|||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
BuildRequires: rubygem(yast-rake)
|
BuildRequires: rubygem(yast-rake)
|
||||||
|
|
||||||
# Yast::AutoinstData.autoyast_second_stage_error
|
# Mandatory language in Product#release_notes
|
||||||
BuildRequires: yast2 >= 4.0.27
|
BuildRequires: yast2 >= 4.0.49
|
||||||
# Yast::Packages.check_remote_installation_packages
|
# Yast::Packages.check_remote_installation_packages
|
||||||
BuildRequires: yast2-packager >= 4.0.9
|
BuildRequires: yast2-packager >= 4.0.9
|
||||||
|
|
||||||
@ -50,8 +50,8 @@ BuildRequires: yast2-packager >= 4.0.9
|
|||||||
BuildRequires: yast2-storage-ng >= 4.0.43
|
BuildRequires: yast2-storage-ng >= 4.0.43
|
||||||
Requires: yast2-storage-ng >= 4.0.43
|
Requires: yast2-storage-ng >= 4.0.43
|
||||||
|
|
||||||
# Yast::AutoinstData.autoyast_second_stage_error
|
# Mandatory language in Product#release_notes
|
||||||
Requires: yast2 >= 4.0.27
|
Requires: yast2 >= 4.0.49
|
||||||
|
|
||||||
# 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