diff --git a/yast2-installation-2.17.44.tar.bz2 b/yast2-installation-2.17.44.tar.bz2 deleted file mode 100644 index 856117e..0000000 --- a/yast2-installation-2.17.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db09b6bf8ec7b00da310ec0e8f07c016f5e075461b44b3dd61d6a5bd092366e1 -size 251094 diff --git a/yast2-installation-2.17.45.tar.bz2 b/yast2-installation-2.17.45.tar.bz2 new file mode 100644 index 0000000..7546521 --- /dev/null +++ b/yast2-installation-2.17.45.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4970955cc8d1efdb1dfc92531423a35aab4d529b40fb3cd3ad9560a4a47fd4 +size 264669 diff --git a/yast2-installation.changes b/yast2-installation.changes index cbe0a54..2062ce7 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 8 13:16:33 CET 2008 - locilka@suse.cz + +- Updated control.rnc +- Added two more control-file examples. +- Checking all control files during build. +- Adjusted control-file examples (all bnc #438678). +- Checking the process exit status returned after deploying an + image (bnc #456337). +- 2.17.45 + ------------------------------------------------------------------- Fri Dec 5 10:38:41 CET 2008 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 63f1bf6..0da85ce 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.17.44) +# spec file for package yast2-installation (Version 2.17.45) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.17.44 +Version: 2.17.45 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.17.44.tar.bz2 +Source0: yast2-installation-2.17.45.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 @@ -124,7 +124,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.17.44 +%setup -n yast2-installation-2.17.45 %build %{prefix}/bin/y2tool y2autoconf @@ -195,6 +195,14 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Dec 08 2008 locilka@suse.cz +- Updated control.rnc +- Added two more control-file examples. +- Checking all control files during build. +- Adjusted control-file examples (all bnc #438678). +- Checking the process exit status returned after deploying an + image (bnc #456337). +- 2.17.45 * Fri Dec 05 2008 locilka@suse.cz - New control.rnc/rng for control file validation (bnc #455994). - Added build-time control file validation.