diff --git a/yast2-installation-2.18.13.tar.bz2 b/yast2-installation-2.18.13.tar.bz2 deleted file mode 100644 index 5ab2e69..0000000 --- a/yast2-installation-2.18.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7ad625292c6082836ae29568feb81a6bbb46c7799c76799ea1311b959cbe002 -size 278063 diff --git a/yast2-installation-2.18.15.tar.bz2 b/yast2-installation-2.18.15.tar.bz2 new file mode 100644 index 0000000..f9834df --- /dev/null +++ b/yast2-installation-2.18.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca2700fbac0b6a74f3ac1c147e08d0b4a025e2a27bc113f8c25e4040232d2ad +size 268700 diff --git a/yast2-installation.changes b/yast2-installation.changes index b90368b..b71ec52 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed May 20 12:45:47 CEST 2009 - aschnell@suse.de + +- moved .proc.mounts agent from yast2-installation to yast2 (bnc + #504429) + +------------------------------------------------------------------- +Mon May 18 16:46:03 CEST 2009 - juhliarik@suse.cz + +- added kdump support for autoyast installation (FATE#305588) + +------------------------------------------------------------------- +Thu May 14 13:45:08 CEST 2009 - locilka@suse.cz + +- Installation/Upgrade newly require some packages essential for + them to succeed (bnc #469730). + +------------------------------------------------------------------- +Mon Apr 27 10:22:24 CEST 2009 - locilka@suse.cz + +- Using a new yast-spanner (old yast icon) for Repair. +- 2.18.14 + ------------------------------------------------------------------- Mon Apr 20 13:59:31 CEST 2009 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index b9fea95..fd7f6fd 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.13) +# spec file for package yast2-installation (Version 2.18.15) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.18.13 +Version: 2.18.15 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.13.tar.bz2 +Source0: yast2-installation-2.18.15.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite # xmllint @@ -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 -Requires: yast2 >= 2.18.11 +# `reboot_same_step, .proc.mounts +Requires: yast2 >= 2.18.16 # Language::GetLanguageItems and other API # Language::Set (handles downloading the translation extensions) Requires: yast2-country-data >= 2.16.11 @@ -123,7 +123,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.18.13 +%setup -n yast2-installation-2.18.15 %build %{prefix}/bin/y2tool y2autoconf @@ -170,7 +170,6 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/include/installation/* # agents /usr/share/YaST2/scrconf/etc_passwd.scr -/usr/share/YaST2/scrconf/proc_mounts.scr /usr/share/YaST2/scrconf/cfg_windowmanager.scr /usr/share/YaST2/scrconf/cfg_fam.scr /usr/share/YaST2/scrconf/etc_install_inf.scr @@ -194,6 +193,17 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed May 20 2009 aschnell@suse.de +- moved .proc.mounts agent from yast2-installation to yast2 (bnc + [#504429]) +* Mon May 18 2009 juhliarik@suse.cz +- added kdump support for autoyast installation (FATE#305588) +* Thu May 14 2009 locilka@suse.cz +- Installation/Upgrade newly require some packages essential for + them to succeed (bnc #469730). +* Mon Apr 27 2009 locilka@suse.cz +- Using a new yast-spanner (old yast icon) for Repair. +- 2.18.14 * Mon Apr 20 2009 locilka@suse.cz - Fixed Vendor module to use zypp history file instead of using y2logRPM (bnc #456446).