Accepting request 144734 from home:posophe:branches:network:utilities
Update to 2012.4.0 version OBS-URL: https://build.opensuse.org/request/show/144734 OBS-URL: https://build.opensuse.org/package/show/network:utilities/batctl?expand=0&rev=4
This commit is contained in:
parent
b32e0467b6
commit
6879a07663
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eac7875390a895a0f238f5a1e2a62e253d5889d135be86e4eb76ae09a734db0
|
||||
size 43564
|
3
batctl-2012.4.0.tar.gz
Normal file
3
batctl-2012.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bd4061f3c0b0acc184179ad9497141edafdc45d7dea51b7140a1bf4a0e0d866
|
||||
size 48978
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 8 20:51:08 UTC 2012 - p.drouand@gmail.com
|
||||
|
||||
- Update to 2012.4.0 version:
|
||||
* now maintains a list of optional features and informs the user
|
||||
about a possibly deactivated optional feature.
|
||||
* the sysfs / debugfs code has been refactored to remove redundant
|
||||
boilerplate code.
|
||||
* option to display the newly added backbone gateway table
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:44:28 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package batctl
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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,7 +22,7 @@
|
||||
|
||||
Name: batctl
|
||||
Summary: B.A.T.M.A.N. advanced control and management tool
|
||||
Version: 2011.1.0
|
||||
Version: 2012.4.0
|
||||
Release: 2
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Networking/Other
|
||||
@ -43,7 +43,8 @@ tcpdump and interfaces to the kernel module settings.
|
||||
%setup -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"
|
||||
export CFLAgS='%{optflags}'
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
|
||||
|
Loading…
Reference in New Issue
Block a user