1
0
OBS User unknown 2008-08-22 21:29:14 +00:00 committed by Git OBS Bridge
parent 6d6ad6a51d
commit afcf69add6
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 19 15:45:07 CEST 2008 - jsrain@suse.cz
- properly detect firstboot and do not destroy xorg.conf
(bnc#354738)
- 2.17.6
-------------------------------------------------------------------
Fri Aug 15 10:41:24 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.5)
# spec file for package yast2-installation (Version 2.17.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.5
Version: 2.17.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.5.tar.bz2
Source0: yast2-installation-2.17.6.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()
@ -114,7 +114,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.5
%setup -n yast2-installation-2.17.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -180,6 +180,10 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Tue Aug 19 2008 jsrain@suse.cz
- properly detect firstboot and do not destroy xorg.conf
(bnc#354738)
- 2.17.6
* 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).