OBS User unknown 2008-05-16 11:06:42 +00:00 committed by Git OBS Bridge
parent 490697bbec
commit 6e9b2de2fe
4 changed files with 25 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 14 14:29:21 CEST 2008 - jsrain@suse.cz
- use process agent instead of background agent when installing
live image (bnc #384960)
- 2.16.45
-------------------------------------------------------------------
Mon May 12 15:10:50 CEST 2008 - locilka@suse.cz
- Added help to "Image Deployment" (bnc #388665).
-------------------------------------------------------------------
Tue May 6 17:37:22 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.44)
# spec file for package yast2-installation (Version 2.16.45)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,12 +12,12 @@
Name: yast2-installation
Version: 2.16.44
Version: 2.16.45
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.44.tar.bz2
Source0: yast2-installation-2.16.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
# PackageCallbacks::RegisterEmptyProgressCallbacks()
@ -107,7 +107,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.44
%setup -n yast2-installation-2.16.45
%build
%{prefix}/bin/y2tool y2autoconf
@ -172,8 +172,13 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-installation
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed May 14 2008 jsrain@suse.cz
- use process agent instead of background agent when installing
live image (bnc #384960)
- 2.16.45
* Mon May 12 2008 locilka@suse.cz
- Added help to "Image Deployment" (bnc #388665).
* Tue May 06 2008 locilka@suse.cz
- When reusing the old repositories during upgrade, copying also
'autorefresh' and 'alias' (bnc #387261).