1
0
OBS User unknown 2007-09-06 19:13:18 +00:00 committed by Git OBS Bridge
parent 531d7d118f
commit c5f97e2630
4 changed files with 29 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 5 14:48:33 CEST 2007 - locilka@suse.cz
- Reinitializing variable for skipping add-on-related clients with
its default value in inst_system_analysis (#305554).
- 2.15.47
-------------------------------------------------------------------
Wed Sep 5 13:24:32 CEST 2007 - jsrain@suse.cz
- removed inst_fam.ycp (also from control files) (#307378)
-------------------------------------------------------------------
Mon Sep 3 12:45:41 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.46)
# spec file for package yast2-installation (Version 2.15.47)
#
# 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.46
Version: 2.15.47
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.46.tar.bz2
Source0: yast2-installation-2.15.47.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
# .anyxml SCR agent
Requires: yast2-packager >= 2.15.51
# AddOnProduct::skip_add_ons
Requires: yast2-packager >= 2.15.75
# Only in inst-sys
# Requires: yast2-add-on
# Requires: yast2-mouse
@ -66,12 +66,12 @@ PreReq: %fillup_prereq
BuildArchitectures: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.15.46
Version: 2.15.47
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.46.tar.bz2
Source0: yast2-installation-2.15.47.tar.bz2
prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@ -105,7 +105,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.46
%setup -n yast2-installation-2.15.47
%build
%{prefix}/bin/y2tool y2autoconf
@ -179,6 +179,12 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Sep 05 2007 - locilka@suse.cz
- Reinitializing variable for skipping add-on-related clients with
its default value in inst_system_analysis (#305554).
- 2.15.47
* Wed Sep 05 2007 - jsrain@suse.cz
- removed inst_fam.ycp (also from control files) (#307378)
* Mon Sep 03 2007 - locilka@suse.cz
- Creating symlinks to .curlrc and .wgetrc files from the root.
- Adjusting RPM dependencies (yast2-core, new builtin 'setenv').