forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=122
This commit is contained in:
parent
40a44149ad
commit
c24fa8fcc6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49384ac9ab5c26c2012f7de7878f60f9ddc46e91547157fb4591e62abf588a0b
|
||||
size 266575
|
3
yast2-installation-2.17.30.tar.bz2
Normal file
3
yast2-installation-2.17.30.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4689b6629bf4dc5ce4d95593bd5a08555189586e2fd5dc3801171d14a59a452
|
||||
size 257816
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 16:32:28 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Fixed deploy_image_auto to handle AutoYaST settings correctly
|
||||
(bnc #442691).
|
||||
- Removing the congrats dialog content before cloning, storing
|
||||
the sources, finishing (bnc #441452).
|
||||
- Using Pkg::SourceProvideDigestedFile function when deploying
|
||||
images and in release_notes_popup (bnc #409927).
|
||||
- 2.17.30
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 16:35:10 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Fixed progress (SlideShow) information about images being
|
||||
deployed (bnc #442286).
|
||||
- Changing inst_deploy_images to use PackagesUI for opening a
|
||||
package selector while debugging mode is turned on (bnc #435479).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 6 16:19:59 CET 2008 - jsuchome@suse.cz
|
||||
|
||||
- S09-cleanup: check for additional services requiring restart
|
||||
(bnc#395402)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 5 17:25:01 CET 2008 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.17.29)
|
||||
# spec file for package yast2-installation (Version 2.17.30)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,28 +19,32 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.17.29
|
||||
Version: 2.17.30
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.17.29.tar.bz2
|
||||
Source0: yast2-installation-2.17.30.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
|
||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||
BuildRequires: yast2 >= 2.16.52
|
||||
# Pkg::SourceProvideDigestedFile()
|
||||
BuildRequires: yast2-pkg-bindings >= 2.17.25
|
||||
# Unified progress bar (done by visnov)
|
||||
BuildRequires: yast2-packager >= 2.17.9
|
||||
# AutoinstConfig::getProposalList
|
||||
Requires: autoyast2-installation >= 2.17.1
|
||||
# PackagesProposal with `pattern(s)
|
||||
Requires: yast2 >= 2.17.38
|
||||
# PackagesUI::RunPackageSelector
|
||||
Requires: yast2 >= 2.17.40
|
||||
# Required in in the first stage, after
|
||||
# switching to the installed system, bugzilla #249679
|
||||
Requires: yast2-bootloader
|
||||
# Language::GetLanguageItems and other API
|
||||
# Language::Set (handles downloading the translation extensions)
|
||||
Requires: yast2-country-data >= 2.16.11
|
||||
# Pkg::SourceProvideDigestedFile()
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# Packages::required_patterns
|
||||
Requires: yast2-packager >= 2.17.23
|
||||
# Storage::GetCommitInfo() call in include/misc.ycp
|
||||
@ -50,10 +54,9 @@ Requires: yast2-storage >= 2.17.47
|
||||
# Requires: yast2-network
|
||||
# Requires: yast2-add-on
|
||||
# Requires: yast2-update
|
||||
# extra sources in ResolvableProperties()
|
||||
# "", `language", "" in ResolvableProperties()
|
||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||
# pkg-bindings are not directly required
|
||||
Conflicts: yast2-pkg-bindings < 2.13.101
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# 'Product' and 'Installation' moved to 'yast2'
|
||||
# needs NetworkService::isNetworkRunning() from yast2
|
||||
Conflicts: yast2 < 2.15.35
|
||||
@ -115,7 +118,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.17.29
|
||||
%setup -n yast2-installation-2.17.30
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -184,6 +187,22 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Fri Nov 07 2008 locilka@suse.cz
|
||||
- Fixed deploy_image_auto to handle AutoYaST settings correctly
|
||||
(bnc #442691).
|
||||
- Removing the congrats dialog content before cloning, storing
|
||||
the sources, finishing (bnc #441452).
|
||||
- Using Pkg::SourceProvideDigestedFile function when deploying
|
||||
images and in release_notes_popup (bnc #409927).
|
||||
- 2.17.30
|
||||
* Thu Nov 06 2008 locilka@suse.cz
|
||||
- Fixed progress (SlideShow) information about images being
|
||||
deployed (bnc #442286).
|
||||
- Changing inst_deploy_images to use PackagesUI for opening a
|
||||
package selector while debugging mode is turned on (bnc #435479).
|
||||
* Thu Nov 06 2008 jsuchome@suse.cz
|
||||
- S09-cleanup: check for additional services requiring restart
|
||||
(bnc#395402)
|
||||
* Wed Nov 05 2008 locilka@suse.cz
|
||||
- Calling set_polkit_default_privs without checking for it using
|
||||
FileUtils, checking by 'test -x' instead (bnc #440182).
|
||||
|
Loading…
Reference in New Issue
Block a user