From 4df097fb894ec33b827ee4fd1661e1c9c9236628e5e9b31ffe04ba4f23d728f7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 20 Apr 2009 14:37:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=148 --- yast2-installation-2.18.12.tar.bz2 | 3 --- yast2-installation-2.18.13.tar.bz2 | 3 +++ yast2-installation.changes | 23 +++++++++++++++++++++++ yast2-installation.spec | 19 +++++++++++++++---- 4 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 yast2-installation-2.18.12.tar.bz2 create mode 100644 yast2-installation-2.18.13.tar.bz2 diff --git a/yast2-installation-2.18.12.tar.bz2 b/yast2-installation-2.18.12.tar.bz2 deleted file mode 100644 index 5cbd949..0000000 --- a/yast2-installation-2.18.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58646fe39e722a1a965500108230a46cba28aa94235852cc530465f5c114e504 -size 271700 diff --git a/yast2-installation-2.18.13.tar.bz2 b/yast2-installation-2.18.13.tar.bz2 new file mode 100644 index 0000000..5ab2e69 --- /dev/null +++ b/yast2-installation-2.18.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ad625292c6082836ae29568feb81a6bbb46c7799c76799ea1311b959cbe002 +size 278063 diff --git a/yast2-installation.changes b/yast2-installation.changes index a790bb4..b90368b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Apr 20 13:59:31 CEST 2009 - locilka@suse.cz + +- Fixed Vendor module to use zypp history file instead of using + y2logRPM (bnc #456446). +- 2.18.13 + +------------------------------------------------------------------- +Thu Apr 16 16:58:07 CEST 2009 - locilka@suse.cz + +- Added documentation for installation images. + +------------------------------------------------------------------- +Fri Apr 10 14:11:46 CEST 2009 - locilka@suse.cz + +- KDE 3.x dropped from openSUSE control file (bnc #493547). + +------------------------------------------------------------------- +Tue Apr 7 13:02:39 CEST 2009 - ug@suse.de + +- changed the error message of missing hard disks during + autoinstallation. Might confuse s390/iSCSI users. (bnc#476147) + ------------------------------------------------------------------- Mon Mar 30 14:20:57 CEST 2009 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index c6ae7be..b9fea95 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.18.12) +# spec file for package yast2-installation (Version 2.18.13) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-installation -Version: 2.18.12 +Version: 2.18.13 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.18.12.tar.bz2 +Source0: yast2-installation-2.18.13.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 @@ -123,7 +123,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.18.12 +%setup -n yast2-installation-2.18.13 %build %{prefix}/bin/y2tool y2autoconf @@ -194,6 +194,17 @@ rm -rf "$RPM_BUILD_ROOT" %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Mon Apr 20 2009 locilka@suse.cz +- Fixed Vendor module to use zypp history file instead of using + y2logRPM (bnc #456446). +- 2.18.13 +* Thu Apr 16 2009 locilka@suse.cz +- Added documentation for installation images. +* Fri Apr 10 2009 locilka@suse.cz +- KDE 3.x dropped from openSUSE control file (bnc #493547). +* Tue Apr 07 2009 ug@suse.de +- changed the error message of missing hard disks during + autoinstallation. Might confuse s390/iSCSI users. (bnc#476147) * Mon Mar 30 2009 locilka@suse.cz - Fixing reevaluation of packages to remove, install and/or upgrade after images are deployed during first stage (bnc #489448).