OBS User unknown 2008-04-14 19:17:03 +00:00 committed by Git OBS Bridge
parent 9de68c6ed1
commit 6b29b19e8b
4 changed files with 33 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:306f3d4579c16d3d8d6eb9dd4d6631d4814189ae8081c18d8ecbb73d2b4e7b3c
size 227165

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73d1f12e02255ab3dec2da743419bc434c0267d0b49782a0b1931b7c0435c8f1
size 227675

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 14 13:54:42 CEST 2008 - locilka@suse.cz
- Modifying SystemFilesCopy::CopyFilesToSystem to newly accept
a parameter which defines where to extract cached files
(fate #302980).
- Caching system files in the System Analysis dialog.
- Some better texts (bnc #377959).
- Better text for Software Selection dialog (bnc #379157).
- 2.13.34
-------------------------------------------------------------------
Fri Apr 11 18:21:53 CEST 2008 - locilka@suse.cz
- Changing Accept buttons to Install, Update and OK (FATE #120373).
-------------------------------------------------------------------
Fri Apr 11 17:55:32 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.33)
# spec file for package yast2-installation (Version 2.16.34)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: yast2-installation
Version: 2.16.33
Version: 2.16.34
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.33.tar.bz2
Source0: yast2-installation-2.16.34.tar.bz2
Prefix: /usr
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)
@ -106,7 +106,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.33
%setup -n yast2-installation-2.16.34
%build
%{prefix}/bin/y2tool y2autoconf
@ -172,6 +172,16 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Apr 14 2008 locilka@suse.cz
- Modifying SystemFilesCopy::CopyFilesToSystem to newly accept
a parameter which defines where to extract cached files
(fate #302980).
- Caching system files in the System Analysis dialog.
- Some better texts (bnc #377959).
- Better text for Software Selection dialog (bnc #379157).
- 2.13.34
* Fri Apr 11 2008 locilka@suse.cz
- Changing Accept buttons to Install, Update and OK (FATE #120373).
* Fri Apr 11 2008 locilka@suse.cz
- Added another per-image progress into the Installation images
deployment (it requires details.xml).