- Update minimal requirement for libnet
- Fix usage of hwdata oui OBS-URL: https://build.opensuse.org/package/show/network:utilities/netdiscover?expand=0&rev=14
This commit is contained in:
parent
bf2e615262
commit
9a7693b70f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 07:09:55 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update minimal requirement for libnet
|
||||||
|
- Fix usage of hwdata oui
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 12:01:50 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
Thu Aug 13 12:01:50 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: hwdata
|
BuildRequires: hwdata
|
||||||
BuildRequires: libnet-devel
|
BuildRequires: libnet-devel >= 1.1.2
|
||||||
BuildRequires: libpcap-devel
|
BuildRequires: libpcap-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +47,7 @@ mode, which will scan for common local networks.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
cp %{_datadir}/hwdata/oui.txt ./
|
cp %{_datadir}/hwdata/oui.txt ./oui.txt-$(date +%Y%m%d)
|
||||||
sh update-oui-database.sh --no-download
|
sh update-oui-database.sh --no-download
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user