OBS User unknown 2008-04-15 08:54:32 +00:00 committed by Git OBS Bridge
parent 6b29b19e8b
commit 834cc6a69d
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:73d1f12e02255ab3dec2da743419bc434c0267d0b49782a0b1931b7c0435c8f1
size 227675

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0563f449f99d671c6fb6803024131ca3b7fd00b8351e38f312add1b10c60896f
size 227193

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 15 10:22:04 CEST 2008 - mvidner@suse.cz
- Enable printing the last few debugging log messages in the crash
handler, even if Y2DEBUG is not set (fate#302166).
- 2.16.35
-------------------------------------------------------------------
Mon Apr 14 16:44:09 CEST 2008 - locilka@suse.cz
- Fixed typo in inst_network_check (bnc #379491).
- Fixed help for inst_mode (bnc #374360).
-------------------------------------------------------------------
Mon Apr 14 13:54:42 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.34)
# spec file for package yast2-installation (Version 2.16.35)
#
# 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.34
Version: 2.16.35
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.34.tar.bz2
Source0: yast2-installation-2.16.35.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.34
%setup -n yast2-installation-2.16.35
%build
%{prefix}/bin/y2tool y2autoconf
@ -172,6 +172,13 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Tue Apr 15 2008 mvidner@suse.cz
- Enable printing the last few debugging log messages in the crash
handler, even if Y2DEBUG is not set (fate#302166).
- 2.16.35
* Mon Apr 14 2008 locilka@suse.cz
- Fixed typo in inst_network_check (bnc #379491).
- Fixed help for inst_mode (bnc #374360).
* Mon Apr 14 2008 locilka@suse.cz
- Modifying SystemFilesCopy::CopyFilesToSystem to newly accept
a parameter which defines where to extract cached files