OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=80
This commit is contained in:
parent
7c03e73c5e
commit
8befedfdf3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d0d79ae9c05b0dc71e4ef7882cb46aafe74d788a86f9651e6b7cab461682eee2
|
|
||||||
size 226302
|
|
3
yast2-installation-2.16.31.tar.bz2
Normal file
3
yast2-installation-2.16.31.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa252482e7da6d5d36a394793271a2bc99e777e08ed0f7d45bacaa8fbec18263
|
||||||
|
size 232690
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 9 16:39:36 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- handle compressed logs properly at the end of first stage
|
||||||
|
installation (fate #300637)
|
||||||
|
- 2.16.31
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 8 19:40:58 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Adjusted control file to sort installation overview via
|
||||||
|
presentation_order and propose it via the real appearance.
|
||||||
|
- Fixed selecting the right imageset - the rule is currently that
|
||||||
|
all patterns in imageset must be selected for installation
|
||||||
|
(bnc #378032).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 15:20:14 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added new control file entry kexec_reboot that defines whether
|
||||||
|
kexec should be used instead of reboot at the end of the first
|
||||||
|
stage installation (FATE #303395).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 4 17:02:23 CEST 2008 - locilka@suse.cz
|
Fri Apr 4 17:02:23 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.30)
|
# spec file for package yast2-installation (Version 2.16.31)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.30
|
Version: 2.16.31
|
||||||
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.16.30.tar.bz2
|
Source0: yast2-installation-2.16.31.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
|
||||||
# anyxml -> barexml (bnc #366867)
|
# anyxml -> barexml (bnc #366867)
|
||||||
@ -105,7 +105,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.30
|
%setup -n yast2-installation-2.16.31
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -171,6 +171,20 @@ 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 Apr 09 2008 jsrain@suse.cz
|
||||||
|
- handle compressed logs properly at the end of first stage
|
||||||
|
installation (fate #300637)
|
||||||
|
- 2.16.31
|
||||||
|
* Tue Apr 08 2008 locilka@suse.cz
|
||||||
|
- Adjusted control file to sort installation overview via
|
||||||
|
presentation_order and propose it via the real appearance.
|
||||||
|
- Fixed selecting the right imageset - the rule is currently that
|
||||||
|
all patterns in imageset must be selected for installation
|
||||||
|
(bnc #378032).
|
||||||
|
* Mon Apr 07 2008 locilka@suse.cz
|
||||||
|
- Added new control file entry kexec_reboot that defines whether
|
||||||
|
kexec should be used instead of reboot at the end of the first
|
||||||
|
stage installation (FATE #303395).
|
||||||
* Fri Apr 04 2008 locilka@suse.cz
|
* Fri Apr 04 2008 locilka@suse.cz
|
||||||
- Improved user-feedback during automatic configuration.
|
- Improved user-feedback during automatic configuration.
|
||||||
- 2.16.30
|
- 2.16.30
|
||||||
|
Loading…
Reference in New Issue
Block a user