From f7eb4d541dd46d9d443a9571c0183ed2b25936e4228af133ca63b9a272850d95 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 8 Dec 2008 16:37:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=133 --- yast2-installation-2.17.44.tar.bz2 | 3 --- yast2-installation-2.17.45.tar.bz2 | 3 +++ yast2-installation.changes | 11 +++++++++++ yast2-installation.spec | 16 ++++++++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.17.44.tar.bz2 create mode 100644 yast2-installation-2.17.45.tar.bz2 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.