OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=105
This commit is contained in:
parent
c3fea682a0
commit
6d6ad6a51d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18874882ab28454b17b8f1f78459d0812fe2ce4389877126c0a23321e28ad0ad
|
|
||||||
size 248915
|
|
3
yast2-installation-2.17.5.tar.bz2
Normal file
3
yast2-installation-2.17.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ffe5784159212a22404575a15c747e18d20764dd36bd3cdde56d3b80707ffa96
|
||||||
|
size 252194
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 10:41:24 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added new globals->write_hostname_to_hosts control file option
|
||||||
|
to configure the default for 127.0.0.2 issue (FATE #303875).
|
||||||
|
- 2.17.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 14:28:33 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added documentation for add_on_products and its new format
|
||||||
|
add_on_products.xml (FATE #303675).
|
||||||
|
- Fixed SCR Switch Debugger to show "Report Error" only once.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 13 18:23:57 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Dropped some obsolete documentation.
|
||||||
|
- Started installation-features documentation (FATE #303675).
|
||||||
|
- Fixed building documentation for proposal-API.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 12 10:28:24 CEST 2008 - locilka@suse.cz
|
Tue Aug 12 10:28:24 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.4)
|
# spec file for package yast2-installation (Version 2.17.5)
|
||||||
#
|
#
|
||||||
# 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.4
|
Version: 2.17.5
|
||||||
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.4.tar.bz2
|
Source0: yast2-installation-2.17.5.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.4
|
%setup -n yast2-installation-2.17.5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -180,6 +180,18 @@ 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
|
||||||
|
* Fri Aug 15 2008 locilka@suse.cz
|
||||||
|
- Added new globals->write_hostname_to_hosts control file option
|
||||||
|
to configure the default for 127.0.0.2 issue (FATE #303875).
|
||||||
|
- 2.17.5
|
||||||
|
* Thu Aug 14 2008 locilka@suse.cz
|
||||||
|
- Added documentation for add_on_products and its new format
|
||||||
|
add_on_products.xml (FATE #303675).
|
||||||
|
- Fixed SCR Switch Debugger to show "Report Error" only once.
|
||||||
|
* Wed Aug 13 2008 locilka@suse.cz
|
||||||
|
- Dropped some obsolete documentation.
|
||||||
|
- Started installation-features documentation (FATE #303675).
|
||||||
|
- Fixed building documentation for proposal-API.
|
||||||
* Tue Aug 12 2008 locilka@suse.cz
|
* Tue Aug 12 2008 locilka@suse.cz
|
||||||
- Added documentation and example for list of files to be copied
|
- Added documentation and example for list of files to be copied
|
||||||
from the previous installation.
|
from the previous installation.
|
||||||
|
Loading…
Reference in New Issue
Block a user