forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=124
This commit is contained in:
parent
799c58f123
commit
1f413c7e1c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ebfcaf0757b20b90291ef7c28ca0008323aa10ff779479cd62e99e2114f98206
|
|
||||||
size 255890
|
|
3
yast2-installation-2.17.34.tar.bz2
Normal file
3
yast2-installation-2.17.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62febf633f8faecb6c876fba7fd45d9745def5100efe4beaa96215aefdd8107b
|
||||||
|
size 258011
|
@ -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
|
Tue Nov 11 10:53:25 CET 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.17.32
|
Version: 2.17.34
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.17.32.tar.bz2
|
Source0: yast2-installation-2.17.34.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
@ -118,7 +118,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.32
|
%setup -n yast2-installation-2.17.34
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -186,7 +186,24 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-installation
|
%doc %{prefix}/share/doc/packages/yast2-installation
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 11 2008 jsrain@suse.cz
|
||||||
- fixed switching to a tab with an error in the proposal
|
- fixed switching to a tab with an error in the proposal
|
||||||
(bnc #441434)
|
(bnc #441434)
|
||||||
|
Loading…
Reference in New Issue
Block a user