1
0
OBS User unknown 2007-08-02 20:11:13 +00:00 committed by Git OBS Bridge
parent 58375e3362
commit 34b3c99d68
4 changed files with 33 additions and 19 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 1 10:33:45 CEST 2007 - mvidner@suse.cz
- Removed Provides/Obsoletes for ancient yast package names,
with the devel-doc subpackage they broke yast2-schema build.
- 2.15.38
-------------------------------------------------------------------
Tue Jul 31 11:29:53 CEST 2007 - lslezak@suse.cz
- inst_extrasources - register the extra repositories in content
file automatically without asking user (#290040), do not download
metadata from the extra sources (offline registration) (#290040,
#288640)
-------------------------------------------------------------------
Mon Jul 30 12:38:31 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.37)
# spec file for package yast2-installation (Version 2.15.38)
#
# 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.37
Version: 2.15.38
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.37.tar.bz2
Source0: yast2-installation-2.15.38.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
@ -60,28 +60,18 @@ Recommends: curl
Recommends: yast2-update
Recommends: yast2-add-on
PreReq: %fillup_prereq
Provides: yast
Obsoletes: yast
Provides: yast2-trans-inst-proposal y2t_inst
Obsoletes: yast2-trans-inst-proposal y2t_inst
Provides: yast2-trans-inst-general y2t_inst-general
Obsoletes: yast2-trans-inst-general y2t_inst-general
Provides: yast2-instsys
Obsoletes: yast2-instsys
BuildArchitectures: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.37
Version: 2.15.38
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.37.tar.bz2
Source0: yast2-installation-2.15.38.tar.bz2
prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
Provides: yast
Obsoletes: yast
Summary: YaST2 - Installation Parts
%description
@ -112,7 +102,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.37
%setup -n yast2-installation-2.15.38
%build
%{prefix}/bin/y2tool y2autoconf
@ -186,6 +176,15 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Aug 01 2007 - mvidner@suse.cz
- Removed Provides/Obsoletes for ancient yast package names,
with the devel-doc subpackage they broke yast2-schema build.
- 2.15.38
* Tue Jul 31 2007 - lslezak@suse.cz
- inst_extrasources - register the extra repositories in content
file automatically without asking user (#290040), do not download
metadata from the extra sources (offline registration) (#290040,
[#288640])
* 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).