From 4068ae64e2d698ab7c7851395fd12e0f78a9a17fd3ecdf1b6eb9818ffe5763cc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 29 Nov 2007 17:28:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=86 --- yast2-network-2.16.10.tar.bz2 | 3 --- yast2-network-2.16.11.tar.bz2 | 3 +++ yast2-network.changes | 7 +++++++ yast2-network.spec | 16 ++++++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 yast2-network-2.16.10.tar.bz2 create mode 100644 yast2-network-2.16.11.tar.bz2 diff --git a/yast2-network-2.16.10.tar.bz2 b/yast2-network-2.16.10.tar.bz2 deleted file mode 100644 index 2eb3d76..0000000 --- a/yast2-network-2.16.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d105aad877ffe2e7191ecf2ba65d02d57423269256863b07ec3f8aaed54978f -size 264261 diff --git a/yast2-network-2.16.11.tar.bz2 b/yast2-network-2.16.11.tar.bz2 new file mode 100644 index 0000000..9700bf3 --- /dev/null +++ b/yast2-network-2.16.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0825d05b04e336ea7c4ad388a26a1ccd0a07aa8e48ea115d1487296a551a7f +size 264372 diff --git a/yast2-network.changes b/yast2-network.changes index d858491..2387511 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 29 15:39:35 CET 2007 - mzugec@suse.cz + +- when user change BOOTPROTO to NONE, set STARTMODE to off +- for hotplug devices set STARTMODE=hotplug (#132583) +- 2.16.11 + ------------------------------------------------------------------- Wed Nov 21 18:28:53 CET 2007 - mzugec@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index c4cdeb2..8e6545a 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.16.10) +# spec file for package yast2-network (Version 2.16.11) # # 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.16.10 +Version: 2.16.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.16.10.tar.bz2 +Source0: yast2-network-2.16.11.tar.bz2 Prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig rpm @@ -45,12 +45,12 @@ Conflicts: yast2-core < 2.10.6 Summary: YaST2 - Network Configuration %package devel-doc -Version: 2.16.10 +Version: 2.16.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.16.10.tar.bz2 +Source0: yast2-network-2.16.11.tar.bz2 Prefix: /usr Requires: yast2-network >= 2.15.53 Summary: YaST2 - Developer documentation for yast2-network @@ -74,7 +74,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.16.10 +%setup -n yast2-network-2.16.11 %build %{prefix}/bin/y2tool y2autoconf @@ -138,6 +138,10 @@ fi %exclude %{prefix}/share/doc/packages/yast2-network/COPYING %exclude %{prefix}/share/doc/packages/yast2-network/README %changelog +* Thu Nov 29 2007 - mzugec@suse.cz +- when user change BOOTPROTO to NONE, set STARTMODE to off +- for hotplug devices set STARTMODE=hotplug (#132583) +- 2.16.11 * Wed Nov 21 2007 - mzugec@suse.cz - choosing pptp server by domain name, not only ip (#241461) thanks to nderkach@gmail.com