diff --git a/yast2-installation-2.15.53.tar.bz2 b/yast2-installation-2.15.53.tar.bz2 deleted file mode 100644 index f007115..0000000 --- a/yast2-installation-2.15.53.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f071f5b6005e94b1a6d84b165bf0709b508ed928dedb05f7a88a6994bdfe1b5 -size 213412 diff --git a/yast2-installation-2.15.54.tar.bz2 b/yast2-installation-2.15.54.tar.bz2 new file mode 100644 index 0000000..88d92f9 --- /dev/null +++ b/yast2-installation-2.15.54.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b848e7832a9fccfa82340001bf220cf449b267bed8ce98fbff3e12943e319f +size 213437 diff --git a/yast2-installation.changes b/yast2-installation.changes index 627be23..c790312 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 24 16:43:11 CEST 2007 - locilka@suse.cz + +- Changed default delete_old_packages back to 'true' after finding + and fixing all remaining issues with 'false' (changed by coolo) +- Added new option 'online_repos_preselected' into the control file + to make default status of Online Repositories easily configurable + (#327791). +- Initializing the default behavior of Online Repositories in + inst_features according to the control file (#327791). +- 2.15.54 + ------------------------------------------------------------------- Fri Sep 21 16:35:18 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 5422298..a6a910a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.53) +# spec file for package yast2-installation (Version 2.15.54) # # 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.53 +Version: 2.15.54 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.53.tar.bz2 +Source0: yast2-installation-2.15.54.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 @@ -67,12 +67,12 @@ BuildArch: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.53 +Version: 2.15.54 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.53.tar.bz2 +Source0: yast2-installation-2.15.54.tar.bz2 Prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -105,7 +105,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.53 +%setup -n yast2-installation-2.15.54 %build %{prefix}/bin/y2tool y2autoconf @@ -177,6 +177,15 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Sep 24 2007 - locilka@suse.cz +- Changed default delete_old_packages back to 'true' after finding + and fixing all remaining issues with 'false' (changed by coolo) +- Added new option 'online_repos_preselected' into the control file + to make default status of Online Repositories easily configurable + (#327791). +- Initializing the default behavior of Online Repositories in + inst_features according to the control file (#327791). +- 2.15.54 * Fri Sep 21 2007 - locilka@suse.cz - Start dhcpcd using WFM instead of SCR (#326342). - 2.15.53