forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=54
This commit is contained in:
parent
d0eafa37f2
commit
fe0ae7778b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1e191aea519f739d8735f6e416da3faecbed79ed208172e50d376f18cccac89
|
||||
size 223208
|
3
yast2-installation-2.16.4.tar.bz2
Normal file
3
yast2-installation-2.16.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:016170f66c39b09fb3fa3c454e5debb281c1e0a7f208aae18a159d12c3636186
|
||||
size 213693
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 13:36:54 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Using translations for inst_finish steps (#343783).
|
||||
- 2.16.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 11:08:23 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Shutting down all dhcpcd clients when reconfiguring network in
|
||||
the first stage and when finishing the installation (#308577).
|
||||
- 'Copy 70-persistent-cd.rules' functionality has been moved here
|
||||
from yast2-network (#328126).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 19 15:35:10 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Fixed busy texts for restarting YaST vs. finishing the instal.
|
||||
- Unified used terminology (repositories) (FATE #302970).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 13:54:13 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Script copy_files_finish.ycp cleaned up.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 13:30:34 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Boot Installed System option has been removed (#327505).
|
||||
- Installation Mode dialog has been redesigned using
|
||||
self-descriptive icons for all options.
|
||||
- Return value from inst_repair is evaluated, error is reported in
|
||||
case of failure.
|
||||
- 2.16.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 2 16:31:06 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Adjusted RPM dependencies (Internet module has been moved from
|
||||
yast2-network to yast2).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 17:26:51 CET 2007 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.16.2)
|
||||
# spec file for package yast2-installation (Version 2.16.4)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,28 +11,30 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.16.2
|
||||
Version: 2.16.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.2.tar.bz2
|
||||
Source0: yast2-installation-2.16.4.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: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||
# Mode::live_installation
|
||||
BuildRequires: yast2 >= 2.15.38
|
||||
Requires: autoyast2-installation
|
||||
# Mode::live_installation
|
||||
Requires: yast2 >= 2.16.3
|
||||
# Internet::ShutdownAllLocalDHCPClients
|
||||
Requires: yast2 >= 2.16.12
|
||||
# Required in in the first stage, after
|
||||
# switching to the installed system, bugzilla #249679
|
||||
Requires: yast2-bootloader
|
||||
# Language::selection_skipped, bugzilla #223258
|
||||
Requires: yast2-country >= 2.15.0
|
||||
Requires: yast2-network >= 2.15.37
|
||||
# AddOnProduct::skip_add_ons
|
||||
Requires: yast2-packager >= 2.15.75
|
||||
# Only in inst-sys
|
||||
# Requires: yast2-runlevel
|
||||
# Requires: yast2-network
|
||||
# Requires: yast2-add-on
|
||||
# Requires: yast2-mouse
|
||||
# Requires: yast2-storage
|
||||
@ -49,6 +51,7 @@ Conflicts: yast2 < 2.15.35
|
||||
Conflicts: yast2-core <= 2.15.9
|
||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||
Requires: tar gzip
|
||||
Requires: coreutils
|
||||
# for the first/second stage of installation
|
||||
# currently not used
|
||||
# bugzilla #208307
|
||||
@ -67,12 +70,12 @@ BuildArch: noarch
|
||||
Summary: YaST2 - Installation Parts
|
||||
|
||||
%package devel-doc
|
||||
Version: 2.16.2
|
||||
Version: 2.16.4
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.2.tar.bz2
|
||||
Source0: yast2-installation-2.16.4.tar.bz2
|
||||
Prefix: /usr
|
||||
Requires: yast2-installation >= 2.15.34
|
||||
PreReq: %fillup_prereq
|
||||
@ -105,7 +108,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.16.2
|
||||
%setup -n yast2-installation-2.16.4
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -175,6 +178,29 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Fri Nov 23 2007 - locilka@suse.cz
|
||||
- Using translations for inst_finish steps (#343783).
|
||||
- 2.16.4
|
||||
* Tue Nov 20 2007 - locilka@suse.cz
|
||||
- Shutting down all dhcpcd clients when reconfiguring network in
|
||||
the first stage and when finishing the installation (#308577).
|
||||
- 'Copy 70-persistent-cd.rules' functionality has been moved here
|
||||
from yast2-network (#328126).
|
||||
* Mon Nov 19 2007 - locilka@suse.cz
|
||||
- Fixed busy texts for restarting YaST vs. finishing the instal.
|
||||
- Unified used terminology (repositories) (FATE #302970).
|
||||
* Tue Nov 13 2007 - locilka@suse.cz
|
||||
- Script copy_files_finish.ycp cleaned up.
|
||||
* Fri Nov 09 2007 - locilka@suse.cz
|
||||
- Boot Installed System option has been removed (#327505).
|
||||
- Installation Mode dialog has been redesigned using
|
||||
self-descriptive icons for all options.
|
||||
- Return value from inst_repair is evaluated, error is reported in
|
||||
case of failure.
|
||||
- 2.16.3
|
||||
* Fri Nov 02 2007 - locilka@suse.cz
|
||||
- Adjusted RPM dependencies (Internet module has been moved from
|
||||
yast2-network to yast2).
|
||||
* Tue Oct 30 2007 - locilka@suse.cz
|
||||
- Modules Hotplug and HwStatus moved to yast2.rpm to remove
|
||||
dependency of storage on installation.
|
||||
|
Loading…
Reference in New Issue
Block a user