forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=85
This commit is contained in:
parent
834cc6a69d
commit
ca7fbe5035
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0563f449f99d671c6fb6803024131ca3b7fd00b8351e38f312add1b10c60896f
|
|
||||||
size 227193
|
|
3
yast2-installation-2.16.36.tar.bz2
Normal file
3
yast2-installation-2.16.36.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f4f63c056dced136c6418d768a9b9b855e9ddbd2294f5fab2fa5c8a87d07e2c
|
||||||
|
size 227785
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 11:45:18 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- ImageInstallation tries to find details-<arch>.xml, then
|
||||||
|
details.xml to provide useful progress while deploying images.
|
||||||
|
- 2.16.36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 15 10:22:04 CEST 2008 - mvidner@suse.cz
|
Tue Apr 15 10:22:04 CEST 2008 - mvidner@suse.cz
|
||||||
|
|
||||||
@ -20,7 +27,7 @@ Mon Apr 14 13:54:42 CEST 2008 - locilka@suse.cz
|
|||||||
- Caching system files in the System Analysis dialog.
|
- Caching system files in the System Analysis dialog.
|
||||||
- Some better texts (bnc #377959).
|
- Some better texts (bnc #377959).
|
||||||
- Better text for Software Selection dialog (bnc #379157).
|
- Better text for Software Selection dialog (bnc #379157).
|
||||||
- 2.13.34
|
- 2.16.34
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 11 18:21:53 CEST 2008 - locilka@suse.cz
|
Fri Apr 11 18:21:53 CEST 2008 - locilka@suse.cz
|
||||||
@ -32,7 +39,7 @@ Fri Apr 11 17:55:32 CEST 2008 - locilka@suse.cz
|
|||||||
|
|
||||||
- Added another per-image progress into the Installation images
|
- Added another per-image progress into the Installation images
|
||||||
deployment (it requires details.xml).
|
deployment (it requires details.xml).
|
||||||
- 2.13.33
|
- 2.16.33
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 11 15:33:17 CEST 2008 - juhliarik@suse.cz
|
Fri Apr 11 15:33:17 CEST 2008 - juhliarik@suse.cz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.35)
|
# spec file for package yast2-installation (Version 2.16.36)
|
||||||
#
|
#
|
||||||
# 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.35
|
Version: 2.16.36
|
||||||
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.35.tar.bz2
|
Source0: yast2-installation-2.16.36.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)
|
||||||
@ -106,7 +106,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.35
|
%setup -n yast2-installation-2.16.36
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -172,6 +172,10 @@ 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
|
||||||
|
* Tue Apr 15 2008 locilka@suse.cz
|
||||||
|
- ImageInstallation tries to find details-<arch>.xml, then
|
||||||
|
details.xml to provide useful progress while deploying images.
|
||||||
|
- 2.16.36
|
||||||
* Tue Apr 15 2008 mvidner@suse.cz
|
* Tue Apr 15 2008 mvidner@suse.cz
|
||||||
- Enable printing the last few debugging log messages in the crash
|
- Enable printing the last few debugging log messages in the crash
|
||||||
handler, even if Y2DEBUG is not set (fate#302166).
|
handler, even if Y2DEBUG is not set (fate#302166).
|
||||||
@ -186,13 +190,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Caching system files in the System Analysis dialog.
|
- Caching system files in the System Analysis dialog.
|
||||||
- Some better texts (bnc #377959).
|
- Some better texts (bnc #377959).
|
||||||
- Better text for Software Selection dialog (bnc #379157).
|
- Better text for Software Selection dialog (bnc #379157).
|
||||||
- 2.13.34
|
- 2.16.34
|
||||||
* Fri Apr 11 2008 locilka@suse.cz
|
* Fri Apr 11 2008 locilka@suse.cz
|
||||||
- Changing Accept buttons to Install, Update and OK (FATE #120373).
|
- Changing Accept buttons to Install, Update and OK (FATE #120373).
|
||||||
* Fri Apr 11 2008 locilka@suse.cz
|
* Fri Apr 11 2008 locilka@suse.cz
|
||||||
- Added another per-image progress into the Installation images
|
- Added another per-image progress into the Installation images
|
||||||
deployment (it requires details.xml).
|
deployment (it requires details.xml).
|
||||||
- 2.13.33
|
- 2.16.33
|
||||||
* Fri Apr 11 2008 juhliarik@suse.cz
|
* Fri Apr 11 2008 juhliarik@suse.cz
|
||||||
- Added loading kernel via kexec (fate #303395)
|
- Added loading kernel via kexec (fate #303395)
|
||||||
* Thu Apr 10 2008 locilka@suse.cz
|
* Thu Apr 10 2008 locilka@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user