SHA256
1
0
forked from pool/open-lldp

- Update to git commit cb81e9541b5 (FATE#326034,bug#1104011)

* 8021qaz: Remove unused variable
  * 8021qaz: Honor willing value from config file
  * lldpad: Support DSCP selectors in APP TLV's
  * Fix application tlv display
  * basman_clif: print the OID properly
  * ecp22: deinit l2_packet_data before freeing ecp22
  * DCB set state operation return value check
  * memleak on received TLVs from modules
  * Use interface index instead of name in libconfig
  * Fix 'is_valid_mac' to include mcast mac address
  * lldpad: Fix segfault in lldptool
  * Fixup disabling PG
  + open-lldp-v1.0.1+56.cb81e95.tar.xz
- Remove superseded files
  - open-lldp-1.0.1.tar.gz
  - open-lldp-git-update.patch.bz2
  - open-lldp-gcc5.patch
  - 0001-l2_linux_packet-correctly-process-return-value-of-ge.patch
  - 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=26
This commit is contained in:
Hannes Reinecke
2019-02-11 11:09:01 +00:00
committed by Git OBS Bridge
parent eb1a73fb14
commit 0b531d2d72
10 changed files with 51 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package open-lldp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX 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: 1.0.1
Version: 1.0.1+56.cb81e95
Release: 0
BuildRequires: bison
BuildRequires: flex
@@ -31,12 +31,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: readline-devel
Url: http://open-lldp.org/
Source: %{name}-%{version}.tar.gz
#Source: http://ftp-osl.osuosl.org/pub/%{name}/%{name}-%{version}.tar.gz
Patch0: %{name}-git-update.patch.bz2
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
Source: %{name}-v%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: dcbd = %{version}
Obsoletes: dcbd < %{version}
@@ -73,11 +68,7 @@ with Data Center Bridging (DCB) for Intel(R) Network Connections
'lldpad' plus the configuration tools 'dcbtool' and 'lldptool'.
%prep
%setup
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%setup -n %{name}-v%{version}
%build
autoreconf -vi