From 4a59118e5135934fe26830d0d372278c9e2c3a98511877fc96cb1209d0cafe06 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 3 Jun 2007 19:44:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=24 --- yast2-installation-2.15.27.tar.bz2 | 3 --- yast2-installation-2.15.28.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 16 ++++++++++------ 4 files changed, 19 insertions(+), 9 deletions(-) delete mode 100644 yast2-installation-2.15.27.tar.bz2 create mode 100644 yast2-installation-2.15.28.tar.bz2 diff --git a/yast2-installation-2.15.27.tar.bz2 b/yast2-installation-2.15.27.tar.bz2 deleted file mode 100644 index 629ce63..0000000 --- a/yast2-installation-2.15.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26962e0864fdb78cd91ce7d4f0584673a18121cc72e8b7c9fc03482fa1d7d12e -size 197350 diff --git a/yast2-installation-2.15.28.tar.bz2 b/yast2-installation-2.15.28.tar.bz2 new file mode 100644 index 0000000..8bb7553 --- /dev/null +++ b/yast2-installation-2.15.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5adee730dbd2bea5f3a25f7b092206612aac9037875b7f9e452b5bb67de862 +size 197310 diff --git a/yast2-installation.changes b/yast2-installation.changes index f2583ea..b2e1628 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 36c6fda..45da5a1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -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 %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