diff --git a/yast2-installation-2.17.4.tar.bz2 b/yast2-installation-2.17.4.tar.bz2 deleted file mode 100644 index 8b93c38..0000000 --- a/yast2-installation-2.17.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18874882ab28454b17b8f1f78459d0812fe2ce4389877126c0a23321e28ad0ad -size 248915 diff --git a/yast2-installation-2.17.5.tar.bz2 b/yast2-installation-2.17.5.tar.bz2 new file mode 100644 index 0000000..a928adf --- /dev/null +++ b/yast2-installation-2.17.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe5784159212a22404575a15c747e18d20764dd36bd3cdde56d3b80707ffa96 +size 252194 diff --git a/yast2-installation.changes b/yast2-installation.changes index 201de77..169903c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Aug 15 10:41:24 CEST 2008 - locilka@suse.cz + +- Added new globals->write_hostname_to_hosts control file option + to configure the default for 127.0.0.2 issue (FATE #303875). +- 2.17.5 + +------------------------------------------------------------------- +Thu Aug 14 14:28:33 CEST 2008 - locilka@suse.cz + +- Added documentation for add_on_products and its new format + add_on_products.xml (FATE #303675). +- Fixed SCR Switch Debugger to show "Report Error" only once. + +------------------------------------------------------------------- +Wed Aug 13 18:23:57 CEST 2008 - locilka@suse.cz + +- Dropped some obsolete documentation. +- Started installation-features documentation (FATE #303675). +- Fixed building documentation for proposal-API. + ------------------------------------------------------------------- Tue Aug 12 10:28:24 CEST 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 9d5a3d8..f740b51 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.4) +# spec file for package yast2-installation (Version 2.17.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.4 +Version: 2.17.5 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.4.tar.bz2 +Source0: yast2-installation-2.17.5.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 # PackageCallbacks::RegisterEmptyProgressCallbacks() @@ -114,7 +114,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.4 +%setup -n yast2-installation-2.17.5 %build %{prefix}/bin/y2tool y2autoconf @@ -180,6 +180,18 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Aug 15 2008 locilka@suse.cz +- Added new globals->write_hostname_to_hosts control file option + to configure the default for 127.0.0.2 issue (FATE #303875). +- 2.17.5 +* Thu Aug 14 2008 locilka@suse.cz +- Added documentation for add_on_products and its new format + add_on_products.xml (FATE #303675). +- Fixed SCR Switch Debugger to show "Report Error" only once. +* Wed Aug 13 2008 locilka@suse.cz +- Dropped some obsolete documentation. +- Started installation-features documentation (FATE #303675). +- Fixed building documentation for proposal-API. * Tue Aug 12 2008 locilka@suse.cz - Added documentation and example for list of files to be copied from the previous installation.