1
0
OBS User unknown 2007-04-07 08:04:39 +00:00 committed by Git OBS Bridge
parent b87b61213a
commit d3d71b362a
4 changed files with 28 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 6 16:48:58 CEST 2007 - locilka@suse.cz
- In case of reboot during installation, network services status
is stored to a reboot_network_settings file and their status
is restored again when starting the installation after reboot.
Restoring the status uses Progress library for user feedback
(#258742).
- Adjusted RPM dependencies.
- 2.15.18
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 5 13:34:48 CEST 2007 - locilka@suse.cz Thu Apr 5 13:34:48 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-installation (Version 2.15.17) # spec file for package yast2-installation (Version 2.15.18)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,18 +11,18 @@
# norootforbuild # norootforbuild
Name: yast2-installation Name: yast2-installation
Version: 2.15.17 Version: 2.15.18
Release: 1 Release: 1
License: GNU General Public License (GPL) License: GNU General Public License (GPL)
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.17.tar.bz2 Source0: yast2-installation-2.15.18.tar.bz2
prefix: /usr prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.15.22 BuildRequires: yast2 >= 2.15.22
Requires: autoyast2-installation Requires: autoyast2-installation
# WorkflowManager module # WorkflowManager module, Installation::reboot_net_settings
Requires: yast2 >= 2.15.22 Requires: yast2 >= 2.15.25
# Required in in the first stage, after # Required in in the first stage, after
# switching to the installed system, bugzilla #249679 # switching to the installed system, bugzilla #249679
Requires: yast2-bootloader Requires: yast2-bootloader
@ -83,7 +83,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz> Lukas Ocilka <locilka@suse.cz>
%prep %prep
%setup -n yast2-installation-2.15.17 %setup -n yast2-installation-2.15.18
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -146,6 +146,14 @@ rm -rf "$RPM_BUILD_ROOT"
%endif %endif
%changelog %changelog
* Fri Apr 06 2007 - locilka@suse.cz
- In case of reboot during installation, network services status
is stored to a reboot_network_settings file and their status
is restored again when starting the installation after reboot.
Restoring the status uses Progress library for user feedback
(#258742).
- Adjusted RPM dependencies.
- 2.15.18
* Thu Apr 05 2007 - locilka@suse.cz * Thu Apr 05 2007 - locilka@suse.cz
- Using function PackagesUI::ConfirmLicenses() instead of - Using function PackagesUI::ConfirmLicenses() instead of
maintaining own code with almost the same functionality (#256627) maintaining own code with almost the same functionality (#256627)