1
0
OBS User unknown 2008-07-16 20:42:29 +00:00 committed by Git OBS Bridge
parent 368cdde865
commit 0c4ceccf98
4 changed files with 27 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:791810b96067c8f29de002b8c0508387223e842e60374555029ac1c30b70f73f
size 245006

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:850ee1105e37b6ec9c56e9e12865f0f7432078339e5fefa7b6c0883f35b5b9f1
size 245138

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 15 16:59:38 CEST 2008 - aschnell@suse.de
- fixed vnc connect message during installation (bnc #395834)
- 2.17.2
-------------------------------------------------------------------
Tue Jul 15 09:54:48 CEST 2008 - locilka@suse.cz
- Not only DPMS->off, but also screen-saver->off (FATE #304395).
- Added new control file feature globals->rle_offer_rulevel_4
plus control file documentation (FATE #303798).
-------------------------------------------------------------------
Mon Jul 14 15:15:15 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.1)
# spec file for package yast2-installation (Version 2.17.2)
#
# 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.17.1
Version: 2.17.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.1.tar.bz2
Source0: yast2-installation-2.17.2.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
# PackageCallbacks::RegisterEmptyProgressCallbacks()
@ -107,7 +107,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.1
%setup -n yast2-installation-2.17.2
%build
%{prefix}/bin/y2tool y2autoconf
@ -173,6 +173,13 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Tue Jul 15 2008 aschnell@suse.de
- fixed vnc connect message during installation (bnc #395834)
- 2.17.2
* Tue Jul 15 2008 locilka@suse.cz
- Not only DPMS->off, but also screen-saver->off (FATE #304395).
- Added new control file feature globals->rle_offer_rulevel_4
plus control file documentation (FATE #303798).
* Mon Jul 14 2008 locilka@suse.cz
- Base-product license directory moved to control file
(base_product_license_directory) (FATE #304865).