Name: batctl Version: 2014.4.0 Release: 1%{?dist} Summary: B.A.T.M.A.N. advanced control and management tool License: GPLv2 URL: http://www.open-mesh.org/ Source0: http://downloads.open-mesh.org/batman/stable/sources/batctl/%{name}-%{version}.tar.gz Requires: kmod(batman-adv.ko) BuildRequires: libnl3-devel %description batctl offers a convenient way to configure the batman-adv kernel module as well as displaying debug information such as originator tables, translation tables and the debug log. In combination with a bat-hosts file batctl allows the use of host names instead of MAC addresses. B.A.T.M.A.N. advanced operates on layer 2. Thus all hosts participating in the virtual switched network are transparently connected together for all protocols above layer 2. Therefore the common diagnosis tools do not work as expected. To overcome these problems batctl contains the commands ping, traceroute, tcpdump which provide similar functionality to the normal ping(1), traceroute(1), tcpdump(1) commands, but modified to layer 2 behavior or using the B.A.T.M.A.N. advanced protocol. %prep %setup -q %build make %{?_smp_mflags} CFLAGS="%{optflags} -I%{_prefix}/include/libnl3" V=s %install %make_install PREFIX=%{_prefix} install %files %{_sbindir}/%{name} %{_mandir}/man8/%{name}.8.gz %doc README bat-hosts.sample %changelog * Tue Feb 24 2015 Felix Kaechele - 2014.4.0-1 - update to 2014.4.0 - added dependency on kmod(batman-adv.ko) as batctl is useless without it * Sat Dec 6 2014 Felix Kaechele - 2014.3.0-1 - update to 2014.3.0 - added libnl3 BuildRequires - clean spec * Fri Aug 15 2014 Fedora Release Engineering - 2012.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 2012.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 2012.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 2012.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed May 25 2011 John W. Linville - 2012.2.0-1 - Update for latest upstream version * Wed May 25 2011 John W. Linville - 2011.1.0-1 - Initial release for Fedora