OBS User unknown 2009-04-20 14:37:21 +00:00 committed by Git OBS Bridge
parent 7f2b62a4c9
commit 4df097fb89
4 changed files with 41 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58646fe39e722a1a965500108230a46cba28aa94235852cc530465f5c114e504
size 271700

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7ad625292c6082836ae29568feb81a6bbb46c7799c76799ea1311b959cbe002
size 278063

View File

@ -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

View File

@ -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 <locilka@suse.cz>
%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).