OBS User unknown 2008-04-17 13:42:20 +00:00 committed by Git OBS Bridge
parent ca7fbe5035
commit 806eec7e55
4 changed files with 31 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 17 14:01:46 CEST 2008 - locilka@suse.cz
- Added image-downloading progress (reusing existent progress bar).
- 2.16.37
-------------------------------------------------------------------
Wed Apr 16 14:20:06 CEST 2008 - locilka@suse.cz
- Running runlevel proposal after software proposal (bnc #380141).
- Using new possibility to disable and then reenable package
callbacks (system_analysis, deploy_images).
-------------------------------------------------------------------
Tue Apr 15 11:45:18 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.36)
# spec file for package yast2-installation (Version 2.16.37)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,21 +12,21 @@
Name: yast2-installation
Version: 2.16.36
Version: 2.16.37
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.36.tar.bz2
Source0: yast2-installation-2.16.37.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
# anyxml -> barexml (bnc #366867)
BuildRequires: yast2 >= 2.16.39
# PackageCallbacks::RegisterEmptyProgressCallbacks()
BuildRequires: yast2 >= 2.16.52
# SourceManager::InstInitSourceMoveDownloadArea
BuildRequires: yast2-packager >= 2.16.32
Requires: autoyast2-installation
# GetInstArgs::automatic_configuration
Requires: yast2 >= 2.16.46
# PackageCallbacks::RegisterEmptyProgressCallbacks()
Requires: yast2 >= 2.16.52
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
@ -106,7 +106,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.36
%setup -n yast2-installation-2.16.37
%build
%{prefix}/bin/y2tool y2autoconf
@ -172,6 +172,13 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Apr 17 2008 locilka@suse.cz
- Added image-downloading progress (reusing existent progress bar).
- 2.16.37
* Wed Apr 16 2008 locilka@suse.cz
- Running runlevel proposal after software proposal (bnc #380141).
- Using new possibility to disable and then reenable package
callbacks (system_analysis, deploy_images).
* Tue Apr 15 2008 locilka@suse.cz
- ImageInstallation tries to find details-<arch>.xml, then
details.xml to provide useful progress while deploying images.