From 975b71baef51dcaf41c09dd93b5c1b6ea2923364390a463eaf717c96ca228f7b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 19 Jan 2009 01:21:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=164 --- yast2-network-2.17.62.tar.bz2 | 3 --- yast2-network-2.18.0.tar.bz2 | 3 +++ yast2-network.changes | 29 +++++++++++++++++++++++++++++ yast2-network.spec | 24 +++++++++++++++++++----- 4 files changed, 51 insertions(+), 8 deletions(-) delete mode 100644 yast2-network-2.17.62.tar.bz2 create mode 100644 yast2-network-2.18.0.tar.bz2 diff --git a/yast2-network-2.17.62.tar.bz2 b/yast2-network-2.17.62.tar.bz2 deleted file mode 100644 index 42dd634..0000000 --- a/yast2-network-2.17.62.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54f14e744a2367216612dd367e7acf8719e53353993996f24a0f276a27695270 -size 283142 diff --git a/yast2-network-2.18.0.tar.bz2 b/yast2-network-2.18.0.tar.bz2 new file mode 100644 index 0000000..624c5a0 --- /dev/null +++ b/yast2-network-2.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8ed90b77309e7d28dd88965bbad83488443073e43ddd1a118ebce70a59e210 +size 301030 diff --git a/yast2-network.changes b/yast2-network.changes index b760a4a..84001d8 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Jan 16 16:50:13 CET 2009 - mzugec@suse.cz + +- run isdn only when needed (thanks to Karsten Keil) (bnc#104590) +- 2.18.0 + +------------------------------------------------------------------- +Fri Jan 16 11:47:51 CET 2009 - mzugec@suse.cz + +- ISDN: use UNIQUE to match device with configuration (bnc#407683) +- 2.17.64 + +------------------------------------------------------------------- +Mon Jan 12 19:46:59 CET 2009 - mzugec@suse.de + +- fixed typo (bnc#441897) + +------------------------------------------------------------------- +Mon Jan 12 16:44:12 CET 2009 - kmachalkova@suse.cz + +- Do not reset default gw if the interface is set to 'No IP address' + mode ( reset iff it is set to DHCP - bnc#460262) + +------------------------------------------------------------------- +Wed Jan 7 16:45:59 CET 2009 - mzugec@suse.cz + +- set layer2 bit and LLADDR for s390 qeth devices (bnc#457189) +- 2.17.63 + ------------------------------------------------------------------- Mon Dec 8 12:22:25 CET 2008 - kmachalkova@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index d11b82f..43c0ba2 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,7 +1,7 @@ # -# spec file for package yast2-network (Version 2.17.62) +# spec file for package yast2-network (Version 2.18.0) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ Name: yast2-network -Version: 2.17.62 +Version: 2.18.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.17.62.tar.bz2 +Source0: yast2-network-2.18.0.tar.bz2 Prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig rpm @@ -77,7 +77,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.17.62 +%setup -n yast2-network-2.18.0 %build %{prefix}/bin/y2tool y2autoconf @@ -141,6 +141,20 @@ fi %exclude %{prefix}/share/doc/packages/yast2-network/COPYING %exclude %{prefix}/share/doc/packages/yast2-network/README %changelog +* Fri Jan 16 2009 mzugec@suse.cz +- run isdn only when needed (thanks to Karsten Keil) (bnc#104590) +- 2.18.0 +* Fri Jan 16 2009 mzugec@suse.cz +- ISDN: use UNIQUE to match device with configuration (bnc#407683) +- 2.17.64 +* Mon Jan 12 2009 mzugec@suse.de +- fixed typo (bnc#441897) +* Mon Jan 12 2009 kmachalkova@suse.cz +- Do not reset default gw if the interface is set to 'No IP address' + mode ( reset iff it is set to DHCP - bnc#460262) +* Wed Jan 07 2009 mzugec@suse.cz +- set layer2 bit and LLADDR for s390 qeth devices (bnc#457189) +- 2.17.63 * Mon Dec 08 2008 kmachalkova@suse.cz - Really delete hostname entries from /etc/hosts, not only from UI (bnc#455862)