diff --git a/yast2-installation-2.18.23.tar.bz2 b/yast2-installation-2.18.23.tar.bz2 deleted file mode 100644 index 2791f85..0000000 --- a/yast2-installation-2.18.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b8e14e4066e7bd54d9e9ced98767ebbb6300ee4e19be72e80935e9c1f3fb80 -size 261871 diff --git a/yast2-installation-2.18.24.tar.bz2 b/yast2-installation-2.18.24.tar.bz2 new file mode 100644 index 0000000..fc1df4e --- /dev/null +++ b/yast2-installation-2.18.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a95e8768e08dec155f41a4c834642c01cf416ac67cb5ae0d3d42d886e45ab2 +size 270076 diff --git a/yast2-installation.changes b/yast2-installation.changes index 16788a3..26694d4 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Sep 4 19:00:27 CEST 2009 - kmachalkova@suse.cz + +- Introducing unique IDs to unambiguously identify AC steps and + sub-proposals +- Writing disabled AC steps and subproposals at the end of 1st + stage, reading them back at the end of 2nd stage +- Filtering out disabled AC steps from AC workflow (FaTE #303859 and + bnc#534862) +- Require new yast2 base +- 2.18.24 + +------------------------------------------------------------------- +Fri Sep 4 09:07:42 CEST 2009 - locilka@suse.cz + +- Dropped unnecessary fallback text from the fallback control file + (BNC #536288). + ------------------------------------------------------------------- Wed Aug 26 15:33:51 CEST 2009 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b2629e0..f38d568 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.23) +# spec file for package yast2-installation (Version 2.18.24) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,10 +19,10 @@ Name: yast2-installation -Version: 2.18.23 +Version: 2.18.24 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.23.tar.bz2 +Source0: yast2-installation-2.18.24.tar.bz2 Prefix: /usr Group: System/YaST License: GPL v2 or later @@ -39,8 +39,8 @@ BuildRequires: yast2-pkg-bindings >= 2.17.25 BuildRequires: yast2-packager >= 2.17.9 # AutoinstConfig::getProposalList Requires: autoyast2-installation >= 2.17.1 -# `reboot_same_step, .proc.mounts -Requires: yast2 >= 2.18.16 +# ProductControl::DisabledACItems, ::DisabledSubProposals +Requires: yast2 >= 2.18.23 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 @@ -103,7 +103,7 @@ System installation code as present on installation media. System installation code as present on installation media. %prep -%setup -n yast2-installation-2.18.23 +%setup -n yast2-installation-2.18.24 %build %{prefix}/bin/y2tool y2autoconf @@ -172,4 +172,5 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-installation %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README + %changelog