forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=96
This commit is contained in:
parent
c10d8568c6
commit
77cc6ed29b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d70976052682a53beacdd3a86ba1fa846eba742e6f2f7f332f3312a037130680
|
|
||||||
size 250732
|
|
3
yast2-installation-2.16.47.tar.bz2
Normal file
3
yast2-installation-2.16.47.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3b8a48dc56edf1c0b51205f52beab4021f2dc89d70986c65fe0af2fd94a7d095
|
||||||
|
size 242701
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 09:29:15 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Creating SuSEConfig hook file at installation_settings_finish
|
||||||
|
in case of update. The file has to be created to force the
|
||||||
|
SuSEConfig run on first boot (bnc #390930).
|
||||||
|
- Workaround for as-big-dialog-as-possible in License Agreement
|
||||||
|
dialog (bnc #385257).
|
||||||
|
- Adding FACTORY repositories with priority 120, update source with
|
||||||
|
priority 20 (bnc #392039).
|
||||||
|
- 2.16.47
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 16 16:40:22 CEST 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- added categories Settings and System into desktop file
|
||||||
|
(bnc #382778)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 15 13:13:13 CEST 2008 - locilka@suse.cz
|
Thu May 15 13:13:13 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.46)
|
# spec file for package yast2-installation (Version 2.16.47)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.46
|
Version: 2.16.47
|
||||||
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.16.46.tar.bz2
|
Source0: yast2-installation-2.16.47.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()
|
||||||
@ -107,7 +107,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.46
|
%setup -n yast2-installation-2.16.47
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -172,8 +172,19 @@ 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
|
||||||
|
* Mon May 19 2008 locilka@suse.cz
|
||||||
|
- Creating SuSEConfig hook file at installation_settings_finish
|
||||||
|
in case of update. The file has to be created to force the
|
||||||
|
SuSEConfig run on first boot (bnc #390930).
|
||||||
|
- Workaround for as-big-dialog-as-possible in License Agreement
|
||||||
|
dialog (bnc #385257).
|
||||||
|
- Adding FACTORY repositories with priority 120, update source with
|
||||||
|
priority 20 (bnc #392039).
|
||||||
|
- 2.16.47
|
||||||
|
* Fri May 16 2008 jsrain@suse.cz
|
||||||
|
- added categories Settings and System into desktop file
|
||||||
|
(bnc #382778)
|
||||||
* Thu May 15 2008 locilka@suse.cz
|
* Thu May 15 2008 locilka@suse.cz
|
||||||
- Changed dialog content for starting the installation
|
- Changed dialog content for starting the installation
|
||||||
(bnc #390614).
|
(bnc #390614).
|
||||||
|
Loading…
Reference in New Issue
Block a user