OBS User unknown 2009-02-23 23:24:05 +00:00 committed by Git OBS Bridge
parent aeb3a18f95
commit 1a9483995d
4 changed files with 29 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 23 16:36:56 CET 2009 - locilka@suse.cz
- Offering to configure network if remote repositories are used
during upgrade (inst_upgrade_urls). Setup can be safely skipped
and comes from the Online Repositories (bnc #478024).
- 2.18.8
-------------------------------------------------------------------
Fri Feb 20 20:40:09 CET 2009 - locilka@suse.cz
- save network configuration also for IPv6 only (bnc#477917)
- 2.18.7
-------------------------------------------------------------------
Tue Feb 17 16:56:09 CET 2009 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.18.6)
# spec file for package yast2-installation (Version 2.18.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.18.6
Version: 2.18.8
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.18.6.tar.bz2
Source0: yast2-installation-2.18.8.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
# xmllint
@ -123,7 +123,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.18.6
%setup -n yast2-installation-2.18.8
%build
%{prefix}/bin/y2tool y2autoconf
@ -194,6 +194,14 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Feb 23 2009 locilka@suse.cz
- Offering to configure network if remote repositories are used
during upgrade (inst_upgrade_urls). Setup can be safely skipped
and comes from the Online Repositories (bnc #478024).
- 2.18.8
* Fri Feb 20 2009 locilka@suse.cz
- save network configuration also for IPv6 only (bnc#477917)
- 2.18.7
* Tue Feb 17 2009 locilka@suse.cz
- Writing additional-control-files index file after removing and
recreating the directory where it is stored (bnc #475516).