1
0
OBS User unknown 2008-11-18 13:08:18 +00:00 committed by Git OBS Bridge
parent 799c58f123
commit 1f413c7e1c
4 changed files with 55 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Thu Nov 13 17:36:53 CET 2008 - locilka@suse.cz
- Flushing the cache before calling a set_polkit_default_privs that
uses the written data (bnc #440182).
- 2.17.34
-------------------------------------------------------------------
Thu Nov 13 11:21:11 CET 2008 - locilka@suse.cz
- Handling errors while deploying images, installation will abort
(bnc #444209).
- 2.17.33
-------------------------------------------------------------------
Thu Nov 13 10:21:13 CET 2008 - ug@suse.de
- checkboxes in the congratulations dialog did not work anymore
(bnc#444214)
-------------------------------------------------------------------
Tue Nov 11 13:58:17 CET 2008 - ug@suse.de
- fix for image deployment during autoinstallation
-------------------------------------------------------------------
Tue Nov 11 12:20:00 CET 2008 - juhliarik@suse.cz
- changed order of yast modules in Expert tab for installation
(bnc #441434)
-------------------------------------------------------------------
Tue Nov 11 10:53:25 CET 2008 - jsrain@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.32)
# spec file for package yast2-installation (Version 2.17.34)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.32
Version: 2.17.34
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.32.tar.bz2
Source0: yast2-installation-2.17.34.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()
@ -118,7 +118,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.32
%setup -n yast2-installation-2.17.34
%build
%{prefix}/bin/y2tool y2autoconf
@ -186,7 +186,24 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-installation
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Nov 13 2008 locilka@suse.cz
- Flushing the cache before calling a set_polkit_default_privs that
uses the written data (bnc #440182).
- 2.17.34
* Thu Nov 13 2008 locilka@suse.cz
- Handling errors while deploying images, installation will abort
(bnc #444209).
- 2.17.33
* Thu Nov 13 2008 ug@suse.de
- checkboxes in the congratulations dialog did not work anymore
(bnc#444214)
* Tue Nov 11 2008 ug@suse.de
- fix for image deployment during autoinstallation
* Tue Nov 11 2008 juhliarik@suse.cz
- changed order of yast modules in Expert tab for installation
(bnc #441434)
* Tue Nov 11 2008 jsrain@suse.cz
- fixed switching to a tab with an error in the proposal
(bnc #441434)