forked from pool/yast2-network
This commit is contained in:
parent
c6a5a1a336
commit
975b71baef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54f14e744a2367216612dd367e7acf8719e53353993996f24a0f276a27695270
|
|
||||||
size 283142
|
|
3
yast2-network-2.18.0.tar.bz2
Normal file
3
yast2-network-2.18.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef8ed90b77309e7d28dd88965bbad83488443073e43ddd1a118ebce70a59e210
|
||||||
|
size 301030
|
@ -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
|
Mon Dec 8 12:22:25 CET 2008 - kmachalkova@suse.cz
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-network
|
Name: yast2-network
|
||||||
Version: 2.17.62
|
Version: 2.18.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-network-2.17.62.tar.bz2
|
Source0: yast2-network-2.18.0.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
# should be required by devtools
|
# should be required by devtools
|
||||||
BuildRequires: perl-XML-Writer pkgconfig rpm
|
BuildRequires: perl-XML-Writer pkgconfig rpm
|
||||||
@ -77,7 +77,7 @@ Authors:
|
|||||||
Michal Svec <msvec@suse.cz>
|
Michal Svec <msvec@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-network-2.17.62
|
%setup -n yast2-network-2.18.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -141,6 +141,20 @@ fi
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
%exclude %{prefix}/share/doc/packages/yast2-network/README
|
||||||
%changelog
|
%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
|
* Mon Dec 08 2008 kmachalkova@suse.cz
|
||||||
- Really delete hostname entries from /etc/hosts, not only from UI
|
- Really delete hostname entries from /etc/hosts, not only from UI
|
||||||
(bnc#455862)
|
(bnc#455862)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user