forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=17
This commit is contained in:
parent
d3d71b362a
commit
6c05142210
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b34d8f62ccd8474d98d4bcf48bb3070f06961d1222a0ba9ffea29eb46468662
|
|
||||||
size 198671
|
|
3
yast2-installation-2.15.20.tar.bz2
Normal file
3
yast2-installation-2.15.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:919b40a46505b41383babdec1adb830287db052a71b02bf7b8add117cf5da359
|
||||||
|
size 198384
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 18 09:13:10 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Root password dialog has been moved to be the first dialog of the
|
||||||
|
second stage installation workflow (FATE #301924).
|
||||||
|
- "Root Password" step is now called "root Password" (#249706).
|
||||||
|
- Created new 'Check Installation' entry to the 'Configuration'
|
||||||
|
part of the workflow. This section contains setting up network
|
||||||
|
if needed, initializing target if needed, and installing
|
||||||
|
remaining software (needed by FATE #301924).
|
||||||
|
- Added new client inst_initialization that creates initialization
|
||||||
|
progress UI instead of blank screen.
|
||||||
|
- 2.15.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 17 11:11:37 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Fixed Add-On template to use generic 'control' textdomain
|
||||||
|
- 2.15.19
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 13 09:45:10 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Replacing networkmanager_proposal with general_proposal (network)
|
||||||
|
that includes also IPv6 settings (#263337, #260261).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 11:57:03 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Initialize the target and sources before adding extra sources.
|
||||||
|
They needn't be initialized after YaST is restarted during the
|
||||||
|
online update (#263289).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 10:21:24 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Release Notes dialog is using a [Close] button if not running in
|
||||||
|
installation (#262440).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 6 16:48:58 CEST 2007 - locilka@suse.cz
|
Fri Apr 6 16:48:58 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.18)
|
# spec file for package yast2-installation (Version 2.15.20)
|
||||||
#
|
#
|
||||||
# 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,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.15.18
|
Version: 2.15.20
|
||||||
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.18.tar.bz2
|
Source0: yast2-installation-2.15.20.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
|
||||||
@ -83,7 +83,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.18
|
%setup -n yast2-installation-2.15.20
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -146,6 +146,30 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 18 2007 - locilka@suse.cz
|
||||||
|
- Root password dialog has been moved to be the first dialog of the
|
||||||
|
second stage installation workflow (FATE #301924).
|
||||||
|
- "Root Password" step is now called "root Password" (#249706).
|
||||||
|
- Created new 'Check Installation' entry to the 'Configuration'
|
||||||
|
part of the workflow. This section contains setting up network
|
||||||
|
if needed, initializing target if needed, and installing
|
||||||
|
remaining software (needed by FATE #301924).
|
||||||
|
- Added new client inst_initialization that creates initialization
|
||||||
|
progress UI instead of blank screen.
|
||||||
|
- 2.15.20
|
||||||
|
* Tue Apr 17 2007 - locilka@suse.cz
|
||||||
|
- Fixed Add-On template to use generic 'control' textdomain
|
||||||
|
- 2.15.19
|
||||||
|
* Fri Apr 13 2007 - locilka@suse.cz
|
||||||
|
- Replacing networkmanager_proposal with general_proposal (network)
|
||||||
|
that includes also IPv6 settings (#263337, #260261).
|
||||||
|
* Thu Apr 12 2007 - locilka@suse.cz
|
||||||
|
- Initialize the target and sources before adding extra sources.
|
||||||
|
They needn't be initialized after YaST is restarted during the
|
||||||
|
online update (#263289).
|
||||||
|
* Wed Apr 11 2007 - locilka@suse.cz
|
||||||
|
- Release Notes dialog is using a [Close] button if not running in
|
||||||
|
installation (#262440).
|
||||||
* Fri Apr 06 2007 - locilka@suse.cz
|
* Fri Apr 06 2007 - locilka@suse.cz
|
||||||
- In case of reboot during installation, network services status
|
- In case of reboot during installation, network services status
|
||||||
is stored to a reboot_network_settings file and their status
|
is stored to a reboot_network_settings file and their status
|
||||||
|
Loading…
Reference in New Issue
Block a user