forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=16
This commit is contained in:
parent
b87b61213a
commit
d3d71b362a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:864d44feedcc0cad162d8e1a7f7a75bfbe30ee944ffc307abaf992c3ddfca4a2
|
||||
size 198227
|
3
yast2-installation-2.15.18.tar.bz2
Normal file
3
yast2-installation-2.15.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b34d8f62ccd8474d98d4bcf48bb3070f06961d1222a0ba9ffea29eb46468662
|
||||
size 198671
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,18 +11,18 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.15.17
|
||||
Version: 2.15.18
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.15.17.tar.bz2
|
||||
Source0: yast2-installation-2.15.18.tar.bz2
|
||||
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: yast2 >= 2.15.22
|
||||
Requires: autoyast2-installation
|
||||
# WorkflowManager module
|
||||
Requires: yast2 >= 2.15.22
|
||||
# WorkflowManager module, Installation::reboot_net_settings
|
||||
Requires: yast2 >= 2.15.25
|
||||
# Required in in the first stage, after
|
||||
# switching to the installed system, bugzilla #249679
|
||||
Requires: yast2-bootloader
|
||||
@ -83,7 +83,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.15.17
|
||||
%setup -n yast2-installation-2.15.18
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -146,6 +146,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Using function PackagesUI::ConfirmLicenses() instead of
|
||||
maintaining own code with almost the same functionality (#256627)
|
||||
|
Loading…
Reference in New Issue
Block a user