1
0
OBS User unknown 2007-07-30 20:10:41 +00:00 committed by Git OBS Bridge
parent 01881dbbc8
commit 58375e3362
4 changed files with 35 additions and 13 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02fd2cfa6cf1cac0ba2c90dacfa5b0bb75dfb066dc9881d2d326cd0c983c786d
size 212380

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jul 30 12:38:31 CEST 2007 - locilka@suse.cz
- Added inst_upgrade_urls client which offers URLs used on the
system to be used during the upgrade as well (FATE #301785).
- Calling the client from control file.
- Adjusted RPM dependencies (.anyxml SCR agent).
- 2.15.37
-------------------------------------------------------------------
Sun Jul 29 22:39:31 CEST 2007 - locilka@suse.cz
- Fixed curl parameters for network test in first stage (#295484).
-------------------------------------------------------------------
Thu Jul 26 17:51:29 CEST 2007 - mzugec@suse.cz
@ -8,7 +22,7 @@ Thu Jul 26 17:51:29 CEST 2007 - mzugec@suse.cz
Wed Jul 25 12:48:50 CEST 2007 - mvidner@suse.cz
- startup scripts: Call initviocons only if it exists (#173426).
- 2.13.35
- 2.15.35
-------------------------------------------------------------------
Wed Jul 25 10:58:29 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.36)
# spec file for package yast2-installation (Version 2.15.37)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.36
Version: 2.15.37
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.36.tar.bz2
Source0: yast2-installation-2.15.37.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
# Mode::live_installation
@ -30,8 +30,8 @@ Requires: yast2-bootloader
# Language::selection_skipped, bugzilla #223258
Requires: yast2-country >= 2.15.0
Requires: yast2-network >= 2.15.37
# inst_productsources client moved to...
Requires: yast2-packager >= 2.15.45
# .anyxml SCR agent
Requires: yast2-packager >= 2.15.51
# Only in inst-sys
# Requires: yast2-add-on
# Requires: yast2-mouse
@ -71,12 +71,12 @@ Obsoletes: yast2-instsys
BuildArchitectures: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.36
Version: 2.15.37
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.36.tar.bz2
Source0: yast2-installation-2.15.37.tar.bz2
prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@ -112,7 +112,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.36
%setup -n yast2-installation-2.15.37
%build
%{prefix}/bin/y2tool y2autoconf
@ -186,12 +186,20 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Jul 30 2007 - locilka@suse.cz
- Added inst_upgrade_urls client which offers URLs used on the
system to be used during the upgrade as well (FATE #301785).
- Calling the client from control file.
- Adjusted RPM dependencies (.anyxml SCR agent).
- 2.15.37
* Sun Jul 29 2007 - locilka@suse.cz
- Fixed curl parameters for network test in first stage (#295484).
* Thu Jul 26 2007 - mzugec@suse.cz
- set variables VNC and USE_SSH in S07-medium (#294485)
- 2.15.36
* Wed Jul 25 2007 - mvidner@suse.cz
- startup scripts: Call initviocons only if it exists (#173426).
- 2.13.35
- 2.15.35
* Wed Jul 25 2007 - locilka@suse.cz
- Renamed yast2-installation-doc to yast2-installation-devel-doc
(FATE #302461).