OBS User unknown 2008-04-30 09:53:06 +00:00 committed by Git OBS Bridge
parent 291b5f4db4
commit 84c74a7005
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e8017be705ac67f137e5f88e5c38ae3da323d5792b6429f5b43ce48985fae93
size 224217

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04cbfdf60cdd26ed4a8a07125c18976164a7de0f8da7b6039da0f10e4de11a2d
size 224304

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 30 10:24:19 CEST 2008 - locilka@suse.cz
- Making automatic installation more robust (bnc #384972).
- 2.16.42
-------------------------------------------------------------------
Tue Apr 29 12:59:49 CEST 2008 - locilka@suse.cz
- Disabling Progress when calling inst_finish scripts.
-------------------------------------------------------------------
Mon Apr 28 11:42:21 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.41)
# spec file for package yast2-installation (Version 2.16.42)
#
# 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.41
Version: 2.16.42
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.41.tar.bz2
Source0: yast2-installation-2.16.42.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.16.41
%setup -n yast2-installation-2.16.42
%build
%{prefix}/bin/y2tool y2autoconf
@ -173,6 +173,11 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Apr 30 2008 locilka@suse.cz
- Making automatic installation more robust (bnc #384972).
- 2.16.42
* Tue Apr 29 2008 locilka@suse.cz
- Disabling Progress when calling inst_finish scripts.
* Mon Apr 28 2008 locilka@suse.cz
- Handling KDE3 vs KDE4 in default logon and window managers
(bnc #381821).