1
0
OBS User unknown 2008-07-11 12:26:30 +00:00 committed by Git OBS Bridge
parent 82638cf6bb
commit 6e3d37151e
4 changed files with 111 additions and 13 deletions

View File

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

View File

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

View File

@ -1,9 +1,71 @@
-------------------------------------------------------------------
Tue Jun 3 15:11:15 CEST 2008 - locilka@suse.cz
Thu Jul 10 13:31:00 CEST 2008 - locilka@suse.cz
- Only directories in release-notes directory are considered to be
real release notes (bnc #407922).
- 2.17.0
-------------------------------------------------------------------
Wed Jul 9 17:09:15 CEST 2008 - mvidner@suse.cz
- Fixed building in a prefix (/etc).
-------------------------------------------------------------------
Wed Jul 9 15:12:53 CEST 2008 - locilka@suse.cz
- Initializing the 'use_automatic_configuration' in first-stage
installation worker (bnc #404122).
- Adjusted dependency on autoyast2-installation bacause of new
function AutoinstConfig::getProposalList().
-------------------------------------------------------------------
Thu Jun 26 16:43:32 CEST 2008 - locilka@suse.cz
- Fixed help text for deploying images (bnc #391086).
- Fixed 'Do not panic!' text (bnc #388251).
-------------------------------------------------------------------
Wed Jun 25 16:44:33 CEST 2008 - ug@suse.de
- proposal selection possible via autoyast profile (fate#302946)
-------------------------------------------------------------------
Tue Jun 17 14:23:04 CEST 2008 - lslezak@suse.cz
- use Pkg::SourceSaveAll() instead of Pkg::SourceFinishAll()
(bnc#395738)
-------------------------------------------------------------------
Fri Jun 13 15:37:24 CEST 2008 - locilka@suse.cz
- Removing Pkg//Source and Target finish from inst_inc_all that
had been saving sources also in case of aborting the installation
and moving it to inst_congratulate and umount_finish
(bnc #398315).
- Freeing internal variables in ImageInstallation module after
images are deployed (bnc #395030).
-------------------------------------------------------------------
Thu Jun 12 16:33:24 CEST 2008 - locilka@suse.cz
- Special mounts (such as /proc) are never remounted read-only
in umount_finish anymore (bnc #395034)
- Added progress for adding / removing repositories in
inst_upgrade_urls client (bnc #399223)
-------------------------------------------------------------------
Wed Jun 4 11:57:07 CEST 2008 - locilka@suse.cz
- Copying /license.tar.gz to /etc/YaST2/license/ (bnc #396444).
- Initial mouse probing has been disabled (bnc #395426).
-------------------------------------------------------------------
Tue Jun 3 13:44:56 CEST 2008 - locilka@suse.cz
- Umounting temporary directory in inst_pre_install (if already
mounted) before new mount is called.
- Always use --numeric-owner (always use numbers for user/group
names) when deploying images (bnc #396689).
- 2.16.50
-------------------------------------------------------------------
Mon Jun 2 12:33:57 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.50)
# spec file for package yast2-installation (Version 2.17.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,21 +12,22 @@
Name: yast2-installation
Version: 2.16.50
Version: 2.17.0
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.50.tar.bz2
Source0: yast2-installation-2.17.0.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()
BuildRequires: yast2 >= 2.16.52
# SourceManager::InstInitSourceMoveDownloadArea
BuildRequires: yast2-packager >= 2.16.32
Requires: autoyast2-installation
# PackageCallbacks::RegisterEmptyProgressCallbacks()
Requires: yast2 >= 2.16.52
# AutoinstConfig::getProposalList
Requires: autoyast2-installation >= 2.17.1
# (public) ProductControl::InitAutomaticConfiguration
Requires: yast2 >= 2.17.7
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
@ -107,7 +108,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.50
%setup -n yast2-installation-2.17.0
%build
%{prefix}/bin/y2tool y2autoconf
@ -173,10 +174,45 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Jul 10 2008 locilka@suse.cz
- Only directories in release-notes directory are considered to be
real release notes (bnc #407922).
- 2.17.0
* Wed Jul 09 2008 mvidner@suse.cz
- Fixed building in a prefix (/etc).
* Wed Jul 09 2008 locilka@suse.cz
- Initializing the 'use_automatic_configuration' in first-stage
installation worker (bnc #404122).
- Adjusted dependency on autoyast2-installation bacause of new
function AutoinstConfig::getProposalList().
* Thu Jun 26 2008 locilka@suse.cz
- Fixed help text for deploying images (bnc #391086).
- Fixed 'Do not panic!' text (bnc #388251).
* Wed Jun 25 2008 ug@suse.de
- proposal selection possible via autoyast profile (fate#302946)
* Tue Jun 17 2008 lslezak@suse.cz
- use Pkg::SourceSaveAll() instead of Pkg::SourceFinishAll()
(bnc#395738)
* Fri Jun 13 2008 locilka@suse.cz
- Removing Pkg//Source and Target finish from inst_inc_all that
had been saving sources also in case of aborting the installation
and moving it to inst_congratulate and umount_finish
(bnc #398315).
- Freeing internal variables in ImageInstallation module after
images are deployed (bnc #395030).
* Thu Jun 12 2008 locilka@suse.cz
- Special mounts (such as /proc) are never remounted read-only
in umount_finish anymore (bnc #395034)
- Added progress for adding / removing repositories in
inst_upgrade_urls client (bnc #399223)
* Wed Jun 04 2008 locilka@suse.cz
- Copying /license.tar.gz to /etc/YaST2/license/ (bnc #396444).
- Initial mouse probing has been disabled (bnc #395426).
* Tue Jun 03 2008 locilka@suse.cz
- Umounting temporary directory in inst_pre_install (if already
mounted) before new mount is called.
- Always use --numeric-owner (always use numbers for user/group
names) when deploying images (bnc #396689).
- 2.16.50
* Mon Jun 02 2008 locilka@suse.cz
- Return `next when going back to the automatic configuration
dialog instead of returning `auto that would finish YaST and