OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=139
This commit is contained in:
parent
436face35c
commit
abd0952bf6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d290a60ab6354cd01364cc28c3f14996031513c867218105fca3335525a485a
|
|
||||||
size 259569
|
|
3
yast2-installation-2.18.3.tar.bz2
Normal file
3
yast2-installation-2.18.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:345fcc240328977772d4f562ef496d1d6861952cd6216b2056c5b1368d6b0300
|
||||||
|
size 291308
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 28 14:33:09 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added new InstError module for unified reporting of errors
|
||||||
|
during installation.
|
||||||
|
- Better SlideShow support in inst_finish.
|
||||||
|
- Reporting more errors in inst_finish.
|
||||||
|
- 2.18.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 27 17:13:57 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added test for checking free space when SCR switch fails
|
||||||
|
(bnc #460477).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 26 13:58:00 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Disabling [Back] buttons in the very first interactive dialogs
|
||||||
|
in second stage, SLES and SLED control files (bnc #468677).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 22 12:50:38 CET 2009 - locilka@suse.cz
|
Thu Jan 22 12:50:38 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.18.2)
|
# spec file for package yast2-installation (Version 2.18.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.18.2
|
Version: 2.18.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.18.2.tar.bz2
|
Source0: yast2-installation-2.18.3.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# xmllint
|
# xmllint
|
||||||
@ -39,8 +39,8 @@ BuildRequires: yast2-pkg-bindings >= 2.17.25
|
|||||||
BuildRequires: yast2-packager >= 2.17.9
|
BuildRequires: yast2-packager >= 2.17.9
|
||||||
# AutoinstConfig::getProposalList
|
# AutoinstConfig::getProposalList
|
||||||
Requires: autoyast2-installation >= 2.17.1
|
Requires: autoyast2-installation >= 2.17.1
|
||||||
# PackagesUI::RunPackageSelector
|
# ag_freespace
|
||||||
Requires: yast2 >= 2.17.40
|
Requires: yast2 >= 2.18.4
|
||||||
# Language::GetLanguageItems and other API
|
# Language::GetLanguageItems and other API
|
||||||
# Language::Set (handles downloading the translation extensions)
|
# Language::Set (handles downloading the translation extensions)
|
||||||
Requires: yast2-country-data >= 2.16.11
|
Requires: yast2-country-data >= 2.16.11
|
||||||
@ -124,7 +124,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.18.2
|
%setup -n yast2-installation-2.18.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -195,6 +195,18 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 28 2009 locilka@suse.cz
|
||||||
|
- Added new InstError module for unified reporting of errors
|
||||||
|
during installation.
|
||||||
|
- Better SlideShow support in inst_finish.
|
||||||
|
- Reporting more errors in inst_finish.
|
||||||
|
- 2.18.3
|
||||||
|
* Tue Jan 27 2009 locilka@suse.cz
|
||||||
|
- Added test for checking free space when SCR switch fails
|
||||||
|
(bnc #460477).
|
||||||
|
* Mon Jan 26 2009 locilka@suse.cz
|
||||||
|
- Disabling [Back] buttons in the very first interactive dialogs
|
||||||
|
in second stage, SLES and SLED control files (bnc #468677).
|
||||||
* Thu Jan 22 2009 locilka@suse.cz
|
* Thu Jan 22 2009 locilka@suse.cz
|
||||||
- Dropping mode_proposal client - not in use anymore.
|
- Dropping mode_proposal client - not in use anymore.
|
||||||
- 2.18.2
|
- 2.18.2
|
||||||
|
Loading…
Reference in New Issue
Block a user