forked from pool/open-lldp
- Update to v1.0.1 (FATE#318849)
* vpd22 updates * Include vpdtool * Support for OUI infrastructure in vpd22 * Support for OUI infrastructure in vpdtool * Support for Cisco-specific OUI extensions in vpd22 * Add vpdtool manpage * Add open-lldp-1.0.1.tar.gz * Remove open-lldp-0.9.46.tar.gz * Patches merged with upstream * Remove 0001-lldpad-print-verbose-error-messages.patch * Remove 0002-Move-to-libnl3.patch - Update to latest git version * Automake fixes * Fix DCBX event generation from lldpad * Make TTL TLV configurable * Update open-lldp-git-update.patch.bz2 - Correctly process return value in get_perm_hwaddr (bsc#929171) * Add 0001-l2_linux_packet-correctly-process-return-value-of-ge.patch - lldpad: Only set Tx adminStatus if interface is not managed (bsc#929171) * Add 0002-lldpad-Only-set-Tx-adminStatus-if-interface-is-not-m.patch OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
3c348baeb9
commit
29676c838f
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package open-lldp
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -21,7 +21,7 @@ Name: open-lldp
|
||||
Summary: Link Layer Discovery Protocol (LLDP) Agent
|
||||
License: GPL-2.0
|
||||
Group: System/Daemons
|
||||
Version: 0.9.46
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
@@ -33,8 +33,8 @@ BuildRequires: readline-devel
|
||||
Url: http://open-lldp.org/
|
||||
Source: http://ftp-osl.osuosl.org/pub/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-git-update.patch.bz2
|
||||
Patch1: 0001-lldpad-print-verbose-error-messages.patch
|
||||
Patch2: 0002-Move-to-libnl3.patch
|
||||
Patch1: 0001-l2_linux_packet-correctly-process-return-value-of-ge.patch
|
||||
Patch2: 0002-lldpad-Only-set-Tx-adminStatus-if-interface-is-not-m.patch
|
||||
Patch3: open-lldp-gcc5.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: dcbd = %{version}
|
||||
@@ -118,6 +118,7 @@ ln -s service %{buildroot}%{_sbindir}/rclldpad
|
||||
%dir /var/lib/lldpad
|
||||
%{_unitdir}/*
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man8/*
|
||||
%config /etc/bash_completion.d/*
|
||||
|
||||
|
Reference in New Issue
Block a user