From 68338a4ca8d51d69aef13aa846af17178a3ed8e9ef94dda58efc3868dfbec33d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Apr 2007 18:39:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=18 --- yast2-network-2.15.20.tar.bz2 | 3 --- yast2-network-2.15.21.tar.bz2 | 3 +++ yast2-network.changes | 10 ++++++++++ yast2-network.spec | 15 +++++++++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 yast2-network-2.15.20.tar.bz2 create mode 100644 yast2-network-2.15.21.tar.bz2 diff --git a/yast2-network-2.15.20.tar.bz2 b/yast2-network-2.15.20.tar.bz2 deleted file mode 100644 index 6931e36..0000000 --- a/yast2-network-2.15.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:024914f05ce34d564c40acd90f6360521406e3e49aa3518785b8f757e599c103 -size 258365 diff --git a/yast2-network-2.15.21.tar.bz2 b/yast2-network-2.15.21.tar.bz2 new file mode 100644 index 0000000..ac141ec --- /dev/null +++ b/yast2-network-2.15.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048d2ecdac2acd0d1b60f67b49e38002bf5a789507f70d1743daa3b6f8b78f62 +size 258361 diff --git a/yast2-network.changes b/yast2-network.changes index 88e13e8..817f74d 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 3 13:36:25 CEST 2007 - kmachalkova@suse.cz + +- Network installation proposal: + * NetworkManager and IPv6 proposals joined into 'General Settings' + proposal + * Make click on 'General Settings' title open separate dialog with + NM and IPv6 options (#255609) +- 2.15.21 + ------------------------------------------------------------------- Wed Mar 28 16:59:22 CEST 2007 - kmachalkova@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index 464cb48..dcd1f24 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.15.20) +# spec file for package yast2-network (Version 2.15.21) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-network -Version: 2.15.20 +Version: 2.15.21 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.20.tar.bz2 +Source0: yast2-network-2.15.21.tar.bz2 prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig @@ -51,7 +51,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.15.20 +%setup -n yast2-network-2.15.21 %build %{prefix}/bin/y2tool y2autoconf @@ -107,6 +107,13 @@ fi /usr/share/YaST2/schema/autoyast/rnc/proxy.rnc %changelog +* Tue Apr 03 2007 - kmachalkova@suse.cz +- Network installation proposal: + * NetworkManager and IPv6 proposals joined into 'General Settings' + proposal + * Make click on 'General Settings' title open separate dialog with + NM and IPv6 options (#255609) +- 2.15.21 * Wed Mar 28 2007 - kmachalkova@suse.cz - Make storing hostname and DNS data work again - Further improvements to UI (FaTE #120077)