diff --git a/yast2-installation-2.15.45.tar.bz2 b/yast2-installation-2.15.45.tar.bz2 deleted file mode 100644 index 4ddf1d9..0000000 --- a/yast2-installation-2.15.45.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c52f8f758c339d29c8b431649e9b29199ceb9b0a4281eecd6393b9dfcfb618dc -size 212454 diff --git a/yast2-installation-2.15.46.tar.bz2 b/yast2-installation-2.15.46.tar.bz2 new file mode 100644 index 0000000..9941cf3 --- /dev/null +++ b/yast2-installation-2.15.46.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:310d0fb57cc4fd6923810c859c72e6cd15de4f34c846c035e59cad7d7afb8ec5 +size 212877 diff --git a/yast2-installation.changes b/yast2-installation.changes index 46d0d34..52f3a03 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 3 12:45:41 CEST 2007 - locilka@suse.cz + +- Creating symlinks to .curlrc and .wgetrc files from the root. +- Adjusting RPM dependencies (yast2-core, new builtin 'setenv'). +- Adjusting ENV variables with proxy settings (all three #305163). +- Writing also proxy setting into Install.inf (#298001#c5). +- 2.15.46 + ------------------------------------------------------------------- Fri Aug 31 16:26:07 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 7b68a21..6b785f9 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.45) +# spec file for package yast2-installation (Version 2.15.46) # # 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.45 +Version: 2.15.46 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.45.tar.bz2 +Source0: yast2-installation-2.15.46.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 @@ -44,6 +44,9 @@ Conflicts: yast2-pkg-bindings < 2.13.101 # 'Product' and 'Installation' moved to 'yast2' # needs NetworkService::isNetworkRunning() from yast2 Conflicts: yast2 < 2.15.35 +# New builtin setenv() +# Bugzilla #305163 +Conflicts: yast2-core <= 2.15.9 # tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103) Requires: tar gzip # for the first/second stage of installation @@ -63,12 +66,12 @@ PreReq: %fillup_prereq BuildArchitectures: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.45 +Version: 2.15.46 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.45.tar.bz2 +Source0: yast2-installation-2.15.46.tar.bz2 prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -102,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.45 +%setup -n yast2-installation-2.15.46 %build %{prefix}/bin/y2tool y2autoconf @@ -176,6 +179,12 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* 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'). +- Adjusting ENV variables with proxy settings (all three #305163). +- Writing also proxy setting into Install.inf (#298001#c5). +- 2.15.46 * Fri Aug 31 2007 - locilka@suse.cz - Calling ntp_client_finish client at the end of the installation (#299238#c9).