diff --git a/yast2-installation-2.15.42.tar.bz2 b/yast2-installation-2.15.42.tar.bz2 deleted file mode 100644 index 393f204..0000000 --- a/yast2-installation-2.15.42.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5aac82001969d5eba8f4e1ce25619eb877330e145ac8f2f0ec0d33ac9dd25e6 -size 217457 diff --git a/yast2-installation-2.15.43.tar.bz2 b/yast2-installation-2.15.43.tar.bz2 new file mode 100644 index 0000000..470073e --- /dev/null +++ b/yast2-installation-2.15.43.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b10fcecd02d70c139989cb214cb4ddc780e5a118027897357b70fcdb188d2fa +size 211964 diff --git a/yast2-installation.changes b/yast2-installation.changes index 59d57b5..7188561 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 21 16:10:16 CEST 2007 - locilka@suse.cz + +- Fixed evaluating of "enabled" tag in map of repositories in + inst_upgrade_urls (#300901). +- Added ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key + ssh_host_rsa_key.pub to be optionally copied as well as the SSH1 + keys (#298798). +- Allowing to abort the "System Probing" dialog (#298049). +- 2.15.43 + ------------------------------------------------------------------- Wed Aug 15 17:30:06 CEST 2007 - mzugec@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 7642b7c..df80037 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.42) +# spec file for package yast2-installation (Version 2.15.43) # # 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.42 -Release: 6 +Version: 2.15.43 +Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.42.tar.bz2 +Source0: yast2-installation-2.15.43.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 @@ -63,12 +63,12 @@ PreReq: %fillup_prereq BuildArchitectures: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.42 -Release: 6 +Version: 2.15.43 +Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.42.tar.bz2 +Source0: yast2-installation-2.15.43.tar.bz2 prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -102,7 +102,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.42 +%setup -n yast2-installation-2.15.43 %build %{prefix}/bin/y2tool y2autoconf @@ -176,6 +176,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Tue Aug 21 2007 - locilka@suse.cz +- Fixed evaluating of "enabled" tag in map of repositories in + inst_upgrade_urls (#300901). +- Added ssh_host_dsa_key ssh_host_dsa_key.pub ssh_host_rsa_key + ssh_host_rsa_key.pub to be optionally copied as well as the SSH1 + keys (#298798). +- Allowing to abort the "System Probing" dialog (#298049). +- 2.15.43 * Wed Aug 15 2007 - mzugec@suse.cz - mark string for translation (#300268) * Fri Aug 10 2007 - locilka@suse.cz