1
0
OBS User unknown
2008-11-21 14:58:02 +00:00
committed by Git OBS Bridge
parent 8721a4aa41
commit e811e80433
4 changed files with 28 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f84f60b5f63b80de173ee6b5290b8841d7793da4445c1357465626a68107f57
size 258728

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35f95903be20c773a4936c502cf79ac318772a1051be51d0239a233061734e46
size 258346

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 20 18:21:32 CET 2008 - locilka@suse.cz
- Pkg::SourceStartManager in inst_ask_online_update to replace
obsolete Pkg::PkgEstablish (bnc #447080).
- Reading all supported desktops to define the order of desktops
in desktop_finish (bnc #446640).
- Added shadow desktops to SLES and SLED desktop files to have
a fallback if user selects some other desktop than the default
one (bnc #446640).
- 2.17.38
-------------------------------------------------------------------
Wed Nov 19 16:01:53 CET 2008 - locilka@suse.cz

View File

@@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.37)
# spec file for package yast2-installation (Version 2.17.38)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.37
Version: 2.17.38
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.37.tar.bz2
Source0: yast2-installation-2.17.38.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()
@@ -120,7 +120,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.37
%setup -n yast2-installation-2.17.38
%build
%{prefix}/bin/y2tool y2autoconf
@@ -189,6 +189,15 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Nov 20 2008 locilka@suse.cz
- Pkg::SourceStartManager in inst_ask_online_update to replace
obsolete Pkg::PkgEstablish (bnc #447080).
- Reading all supported desktops to define the order of desktops
in desktop_finish (bnc #446640).
- Added shadow desktops to SLES and SLED desktop files to have
a fallback if user selects some other desktop than the default
one (bnc #446640).
- 2.17.38
* Wed Nov 19 2008 locilka@suse.cz
- Added pciutils to Requires, lspci was called but not required
(bnc #446533).