1
0
OBS User unknown 2007-06-03 19:44:03 +00:00 committed by Git OBS Bridge
parent fb7a1d6ca6
commit 4a59118e51
4 changed files with 19 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 1 12:41:10 CEST 2007 - mzugec@suse.cz
- use shared isNetworkRunning() function in network_finish
- 2.15.28
-------------------------------------------------------------------
Wed May 30 11:33:52 CEST 2007 - mzugec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.27)
# spec file for package yast2-installation (Version 2.15.28)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,15 +11,15 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.27
Version: 2.15.28
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.27.tar.bz2
Source0: yast2-installation-2.15.28.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
BuildRequires: yast2 >= 2.15.22
BuildRequires: yast2 >= 2.15.35
Requires: autoyast2-installation
# WorkflowManager module, Installation::reboot_net_settings
Requires: yast2 >= 2.15.25
@ -41,7 +41,8 @@ Requires: yast2-packager >= 2.15.24
# pkg-bindings are not directly required
Conflicts: yast2-pkg-bindings < 2.13.101
# 'Product' and 'Installation' moved to 'yast2'
Conflicts: yast2 < 2.15.18
# needs NetworkService::isNetworkRunning() from yast2
Conflicts: yast2 < 2.15.35
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
Requires: tar gzip
# for the first/second stage of installation
@ -83,7 +84,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.27
%setup -n yast2-installation-2.15.28
%build
%{prefix}/bin/y2tool y2autoconf
@ -146,6 +147,9 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%changelog
* Fri Jun 01 2007 - mzugec@suse.cz
- use shared isNetworkRunning() function in network_finish
- 2.15.28
* Wed May 30 2007 - mzugec@suse.cz
- fixed spec requirements
* Mon May 28 2007 - mzugec@suse.cz