forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=130
This commit is contained in:
parent
195d751e64
commit
a9161eaf55
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:185bf4f6ac8e508dc5ea52ec76ca527910917d4e342b29a8b26df2c1d3ba9593
|
||||
size 235534
|
3
yast2-installation-2.17.42.tar.bz2
Normal file
3
yast2-installation-2.17.42.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a9059fec53db2a7e2816edf6830f3cbefc1a537094d0cf7d52ad6c5cfca457e
|
||||
size 259188
|
@ -1,7 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 12:16:03 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Fixed behavior of inst_new_desktop when user switched to another
|
||||
language later (bnc #449818).
|
||||
- 2.17.42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 16:49:11 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Using yast-live-install-finish icon when finishing LiveCD
|
||||
installation/inst_finish (bnc #438154).
|
||||
- Fixed ImageInstallation SlideShow - download progress is shown
|
||||
only when downloading the images, not the other helper files
|
||||
(bnc #449792).
|
||||
- Adjusting ImageInstallation-related SlideShow only if
|
||||
ImageInstallation is in use (bnc #439104).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 15:05:11 CET 2008 - ug@suse.de
|
||||
|
||||
- the real fix for bnc #442691
|
||||
- the real fix for #442691
|
||||
deploy_image_auto doesn't use the boolean variable
|
||||
image_installation
|
||||
- 2.17.41
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.17.41)
|
||||
# spec file for package yast2-installation (Version 2.17.42)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,12 +19,12 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.17.41
|
||||
Version: 2.17.42
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.17.41.tar.bz2
|
||||
Source0: yast2-installation-2.17.42.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()
|
||||
@ -45,8 +45,8 @@ Requires: yast2-bootloader
|
||||
Requires: yast2-country-data >= 2.16.11
|
||||
# Pkg::SourceProvideDigestedFile()
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# ProductLicense::AcceptanceNeeded, BNC #448598
|
||||
Requires: yast2-packager >= 2.17.46
|
||||
# BNC #449818: "description_id" in DefaultDesktop
|
||||
Requires: yast2-packager >= 2.17.49
|
||||
# Storage::GetCommitInfo() call in include/misc.ycp
|
||||
Requires: yast2-storage >= 2.17.47
|
||||
# Only in inst-sys
|
||||
@ -120,7 +120,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.17.41
|
||||
%setup -n yast2-installation-2.17.42
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -189,8 +189,20 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Fri Nov 28 2008 locilka@suse.cz
|
||||
- Fixed behavior of inst_new_desktop when user switched to another
|
||||
language later (bnc #449818).
|
||||
- 2.17.42
|
||||
* Thu Nov 27 2008 locilka@suse.cz
|
||||
- Using yast-live-install-finish icon when finishing LiveCD
|
||||
installation/inst_finish (bnc #438154).
|
||||
- Fixed ImageInstallation SlideShow - download progress is shown
|
||||
only when downloading the images, not the other helper files
|
||||
(bnc #449792).
|
||||
- Adjusting ImageInstallation-related SlideShow only if
|
||||
ImageInstallation is in use (bnc #439104).
|
||||
* Thu Nov 27 2008 ug@suse.de
|
||||
- the real fix for bnc #442691
|
||||
- the real fix for #442691
|
||||
deploy_image_auto doesn't use the boolean variable
|
||||
image_installation
|
||||
- 2.17.41
|
||||
|
Loading…
Reference in New Issue
Block a user