forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=76
This commit is contained in:
parent
a14d9089fb
commit
1a8cc5bbaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b525bdc30814191ddcc237b94b2ea8b0fb5c66422aef490ce0d1b64cf66a9f
|
||||
size 223420
|
3
yast2-installation-2.16.27.tar.bz2
Normal file
3
yast2-installation-2.16.27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:942d54d933e1eb00a541762c78a34f1c8a5090f33eb4631302a850dd39c6aa92
|
||||
size 224892
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 13:33:31 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Automatic configuration has been moved from the end of the first
|
||||
stage to the second stage. It's non-interactive (FATE #303396).
|
||||
- Fixed installation from images (FATE #303554).
|
||||
- ImageInstallation can newly handle .lzma images.
|
||||
- 2.16.27
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 13:37:02 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Fixed ZMD service handling, the correct name is novell-zmd
|
||||
(bnc #356655).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 11:21:18 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Added new entry to control file root_password_as_first_user to
|
||||
make it configurable (bnc #359115 comment #14).
|
||||
- Control file modified to call installation-from-images clients.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 13:12:39 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Using Image-Installation clients (done by jsrain).
|
||||
- Store/Restore resolvable-state functions added into
|
||||
ImageInstallation module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 10:48:20 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Dropping keep_installed_patches support from control file as it
|
||||
is currently handled by libzypp itself (bnc #349533).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 10:27:09 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Added system_settings_finish call to the inst_finish
|
||||
(bnc #340733).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 17:27:30 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Agent anyxml has been renamed to barexml as it can't really read
|
||||
all possible XML files (bnc #366867)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 13:53:05 CET 2008 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.16.26)
|
||||
# spec file for package yast2-installation (Version 2.16.27)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,16 +12,16 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.16.26
|
||||
Version: 2.16.27
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.26.tar.bz2
|
||||
Source0: yast2-installation-2.16.27.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
|
||||
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
||||
BuildRequires: yast2 >= 2.16.25
|
||||
# anyxml -> barexml (bnc #366867)
|
||||
BuildRequires: yast2 >= 2.16.39
|
||||
Requires: autoyast2-installation
|
||||
# Installation::run_update_file
|
||||
Requires: yast2 >= 2.16.36
|
||||
@ -72,6 +72,7 @@ BuildArch: noarch
|
||||
Summary: YaST2 - Installation Parts
|
||||
|
||||
%package devel-doc
|
||||
License: GPL v2 or later
|
||||
Group: Documentation/HTML
|
||||
Requires: yast2-installation >= 2.15.34
|
||||
PreReq: %fillup_prereq
|
||||
@ -104,7 +105,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.16.26
|
||||
%setup -n yast2-installation-2.16.27
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -170,6 +171,32 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Fri Mar 28 2008 locilka@suse.cz
|
||||
- Automatic configuration has been moved from the end of the first
|
||||
stage to the second stage. It's non-interactive (FATE #303396).
|
||||
- Fixed installation from images (FATE #303554).
|
||||
- ImageInstallation can newly handle .lzma images.
|
||||
- 2.16.27
|
||||
* Thu Mar 27 2008 locilka@suse.cz
|
||||
- Fixed ZMD service handling, the correct name is novell-zmd
|
||||
(bnc #356655).
|
||||
* Wed Mar 26 2008 locilka@suse.cz
|
||||
- Added new entry to control file root_password_as_first_user to
|
||||
make it configurable (bnc #359115 comment #14).
|
||||
- Control file modified to call installation-from-images clients.
|
||||
* Tue Mar 25 2008 locilka@suse.cz
|
||||
- Using Image-Installation clients (done by jsrain).
|
||||
- Store/Restore resolvable-state functions added into
|
||||
ImageInstallation module.
|
||||
* Fri Mar 21 2008 locilka@suse.cz
|
||||
- Dropping keep_installed_patches support from control file as it
|
||||
is currently handled by libzypp itself (bnc #349533).
|
||||
* Thu Mar 20 2008 locilka@suse.cz
|
||||
- Added system_settings_finish call to the inst_finish
|
||||
(bnc #340733).
|
||||
* Wed Mar 19 2008 locilka@suse.cz
|
||||
- Agent anyxml has been renamed to barexml as it can't really read
|
||||
all possible XML files (bnc #366867)
|
||||
* Wed Mar 19 2008 locilka@suse.cz
|
||||
- When checking whether to run the second stage, considering also
|
||||
autoinstallation, not only installation (bnc #372322).
|
||||
|
Loading…
x
Reference in New Issue
Block a user