forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=115
This commit is contained in:
parent
06c372ae29
commit
29e054e1ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:be0489b6dd3dad93029c66ffb06708107913d5f5e0ab6f01cce0ee3b0cb32e61
|
|
||||||
size 254283
|
|
3
yast2-installation-2.17.20.tar.bz2
Normal file
3
yast2-installation-2.17.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07c3c884a6dbc824ae167ee69742965dc9910d6bde6dce885053a3a1e6752b1c
|
||||||
|
size 239654
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 13:10:58 CEST 2008 - mzugec@suse.de
|
||||||
|
|
||||||
|
- configure supportconfig in installation (fate#305180)
|
||||||
|
- 2.17.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 09:45:23 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Fixed install/update confirmation dialog (bnc #433249).
|
||||||
|
- Fixed text in openSUSE control file (bnc #432911).
|
||||||
|
- Fixed typo (bnc #433794).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 10 14:49:58 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Enhanced scr_switch_debugger (bnc #433057).
|
||||||
|
- Enabling key-repeating if not running in XEN (bnc #433338).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 21:00:01 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Loading the Target while initializing libzypp in
|
||||||
|
inst_upgrade_urls (bnc #429080).
|
||||||
|
- Running a simple SCR Test after chrooting to the installed system
|
||||||
|
in scr_switch_finish, full-test is called in case of simple test
|
||||||
|
failure (bnc #433057).
|
||||||
|
- Added more checking around 'searching for files' (bnc #427879).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 08 12:51:01 CEST 2008 - aschnell@suse.de
|
Wed Oct 08 12:51:01 CEST 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.19)
|
# spec file for package yast2-installation (Version 2.17.20)
|
||||||
#
|
#
|
||||||
# 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.19
|
Version: 2.17.20
|
||||||
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.19.tar.bz2
|
Source0: yast2-installation-2.17.20.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()
|
||||||
@ -114,7 +114,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.19
|
%setup -n yast2-installation-2.17.20
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -183,6 +183,23 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%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 Oct 13 2008 mzugec@suse.de
|
||||||
|
- configure supportconfig in installation (fate#305180)
|
||||||
|
- 2.17.20
|
||||||
|
* Mon Oct 13 2008 locilka@suse.cz
|
||||||
|
- Fixed install/update confirmation dialog (bnc #433249).
|
||||||
|
- Fixed text in openSUSE control file (bnc #432911).
|
||||||
|
- Fixed typo (bnc #433794).
|
||||||
|
* Fri Oct 10 2008 locilka@suse.cz
|
||||||
|
- Enhanced scr_switch_debugger (bnc #433057).
|
||||||
|
- Enabling key-repeating if not running in XEN (bnc #433338).
|
||||||
|
* Thu Oct 09 2008 locilka@suse.cz
|
||||||
|
- Loading the Target while initializing libzypp in
|
||||||
|
inst_upgrade_urls (bnc #429080).
|
||||||
|
- Running a simple SCR Test after chrooting to the installed system
|
||||||
|
in scr_switch_finish, full-test is called in case of simple test
|
||||||
|
failure (bnc #433057).
|
||||||
|
- Added more checking around 'searching for files' (bnc #427879).
|
||||||
* Wed Oct 08 2008 aschnell@suse.de
|
* Wed Oct 08 2008 aschnell@suse.de
|
||||||
- removed cp of proc/mounts to /etc/mtab (bnc #425464)
|
- removed cp of proc/mounts to /etc/mtab (bnc #425464)
|
||||||
- 2.17.19
|
- 2.17.19
|
||||||
|
Loading…
Reference in New Issue
Block a user