Accepting request 266167 from home:posophe:branches:network:utilities
- Update to version 2014.3.0 + support latest kernels (2.6.29 - 3.16) + drop QinQ claim frames in bridge loop avoidance + fix a bogus warning from batadv_is_on_batman_iface() + removed SET_ETHTOOL_OPS + style improvements: * remove semi-colon after macro definition * add blank line between declarations and the rest of the code - Add make dependencies to pkg-config and pkgconfig(libnl-3.0); new upstream requirements - Fix Url to batctl homepage - Use download Url as source OBS-URL: https://build.opensuse.org/request/show/266167 OBS-URL: https://build.opensuse.org/package/show/network:utilities/batctl?expand=0&rev=5
This commit is contained in:
parent
6879a07663
commit
3bc2f8a282
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bd4061f3c0b0acc184179ad9497141edafdc45d7dea51b7140a1bf4a0e0d866
|
||||
size 48978
|
3
batctl-2014.3.0.tar.gz
Normal file
3
batctl-2014.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5885a2376f0bd2a2addb89b9366265d9a9c2ec0e4f5906317b0baa0514983e84
|
||||
size 56818
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 22 15:22:29 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2014.3.0
|
||||
+ support latest kernels (2.6.29 - 3.16)
|
||||
+ drop QinQ claim frames in bridge loop avoidance
|
||||
+ fix a bogus warning from batadv_is_on_batman_iface()
|
||||
+ removed SET_ETHTOOL_OPS
|
||||
+ style improvements:
|
||||
* remove semi-colon after macro definition
|
||||
* add blank line between declarations and the rest of the code
|
||||
- Add make dependencies to pkg-config and pkgconfig(libnl-3.0);
|
||||
new upstream requirements
|
||||
- Fix Url to batctl homepage
|
||||
- Use download Url as source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 8 20:51:08 UTC 2012 - p.drouand@gmail.com
|
||||
|
||||
|
12
batctl.spec
12
batctl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package batctl
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -22,12 +22,14 @@
|
||||
|
||||
Name: batctl
|
||||
Summary: B.A.T.M.A.N. advanced control and management tool
|
||||
Version: 2012.4.0
|
||||
Version: 2014.3.0
|
||||
Release: 2
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Other
|
||||
Url: http://downloads.open-mesh.org/batman/stable/sources/batctl/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Url: http://www.open-mesh.org/projects/batctl
|
||||
Source0: http://downloads.open-mesh.org/batman/stable/sources/batctl/%{name}-%{version}.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libnl-3.0)
|
||||
|
||||
%description
|
||||
Why do I need batctl? B.A.T.M.A.N. advanced operates on layer 2 and
|
||||
@ -37,8 +39,6 @@ diagnosis tools do not work as expected. To overcome these problems
|
||||
batctl was created. At the moment batctl contains ping, traceroute,
|
||||
tcpdump and interfaces to the kernel module settings.
|
||||
|
||||
Authors: Andreas Langer <an.langer@gmx.de>, Marek Lindner <lindner_marek@yahoo.de>
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user