From 41f4a4279cd27db57a769f212dc39c30948b793d3017648e2f424639b9a77246 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 2 Jun 2008 08:32:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=120 --- yast2-network-2.16.46.tar.bz2 | 3 --- yast2-network-2.16.47.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 13 +++++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 yast2-network-2.16.46.tar.bz2 create mode 100644 yast2-network-2.16.47.tar.bz2 diff --git a/yast2-network-2.16.46.tar.bz2 b/yast2-network-2.16.46.tar.bz2 deleted file mode 100644 index 9f17a43..0000000 --- a/yast2-network-2.16.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03d9a2447d5dbbd9d7a3544495ebc06eb09f7237a58bd746144a74dfa1f38f20 -size 275880 diff --git a/yast2-network-2.16.47.tar.bz2 b/yast2-network-2.16.47.tar.bz2 new file mode 100644 index 0000000..5a1b82d --- /dev/null +++ b/yast2-network-2.16.47.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8952ca734ec5089c80eb08d68b95ee4e5f58ccce2abe49edb21b6a74d01d7044 +size 293994 diff --git a/yast2-network.changes b/yast2-network.changes index 592c52c..2ad32b9 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 2 09:21:09 CEST 2008 - mzugec@suse.cz + +- set link status up for all interfaces during installation + (bnc#395014) +- 2.16.47 + ------------------------------------------------------------------- Mon May 26 13:47:40 CEST 2008 - kmachalkova@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index c2596c1..2d4f891 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.16.46) +# spec file for package yast2-network (Version 2.16.47) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-network -Version: 2.16.46 +Version: 2.16.47 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.16.46.tar.bz2 +Source0: yast2-network-2.16.47.tar.bz2 Prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig rpm @@ -71,7 +71,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.16.46 +%setup -n yast2-network-2.16.47 %build %{prefix}/bin/y2tool y2autoconf @@ -134,7 +134,12 @@ fi %doc %{prefix}/share/doc/packages/yast2-network %exclude %{prefix}/share/doc/packages/yast2-network/COPYING %exclude %{prefix}/share/doc/packages/yast2-network/README + %changelog +* Mon Jun 02 2008 mzugec@suse.cz +- set link status up for all interfaces during installation + (bnc#395014) +- 2.16.47 * Mon May 26 2008 kmachalkova@suse.cz - Use Product::ReadProduct() to obtain release notes URL, thus make the internet test (2nd stage) work again (bnc#390738)