[lldpad] 0.9.46 bump

Petr Šabata psabata at fedoraproject.org
Tue Jun 4 13:33:34 UTC 2013


commit 20798d8c32166fbaf960806ce7b22e4368a484e1
Author: Petr Šabata <contyk at redhat.com>
Date:   Tue Jun 4 15:33:19 2013 +0200

    0.9.46 bump
    
    - 802.1Qaz fixes to enable support on not CEE DCBX-enabled hardware
    - 802.1Qbg EVB module support
    - lldpad now supports bonded interfaces

 .gitignore                                         |    1 +
 lldpad-0.9.41-lldptool-invalid-pointer.patch       |   13 ---
 ...ay-of-the-Management-Address-TLV-had-some.patch |   93 --------------------
 lldpad-0.9.45-archiver.patch                       |   14 ---
 lldpad-0.9.45-sizeof.patch                         |   13 ---
 lldpad.spec                                        |   25 +++---
 sources                                            |    2 +-
 7 files changed, 14 insertions(+), 147 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 511318a..11977bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /lldpad-0.9.44.tar.gz
 /lldpad-0.9.45.tar.gz
+/lldpad-0.9.46.tar.gz
diff --git a/lldpad.spec b/lldpad.spec
index 0bbe509..493d7a1 100644
--- a/lldpad.spec
+++ b/lldpad.spec
@@ -2,24 +2,21 @@
 %define _hardened_build 1
 
 Name:               lldpad
-Version:            0.9.45
-Release:            5%{?dist}
+Version:            0.9.46
+Release:            1%{?dist}
 Summary:            Intel LLDP Agent
 Group:              System Environment/Daemons
 License:            GPLv2
 URL:                http://open-lldp.org/
 Source0:            %{name}-%{version}.tar.gz
-Patch0:             lldpad-0.9.45-archiver.patch
-Patch1:             lldpad-0.9.41-lldptool-invalid-pointer.patch
-Patch2:             lldpad-0.9.45-The-display-of-the-Management-Address-TLV-had-some.patch
-Patch3:             lldpad-0.9.45-sizeof.patch
 Requires:           kernel >= 2.6.32
-BuildRequires:      systemd-units
-BuildRequires:      libconfig-devel >= 1.3.2 kernel-headers >= 2.6.32
-BuildRequires:      flex >= 2.5.33
 BuildRequires:      automake autoconf libtool
+BuildRequires:      flex >= 2.5.33
+BuildRequires:      kernel-headers >= 2.6.32
+BuildRequires:      libconfig-devel >= 1.3.2
 BuildRequires:      libnl-devel
 BuildRequires:      readline-devel
+BuildRequires:      systemd-units
 Requires:           readline
 Requires(post):     systemd-units
 Requires(preun):    systemd-units
@@ -44,10 +41,6 @@ that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .archiver
-%patch1 -p1 -b .invalid-pointer
-%patch2 -p1
-%patch3 -p1
 
 %build
 ./bootstrap.sh
@@ -107,6 +100,12 @@ fi
 %{_libdir}/liblldp_clif.so
 
 %changelog
+* Tue Jun 04 2013 Petr Šabata <contyk at redhat.com> - 0.9.46-1
+- 0.9.46 bump
+- 802.1Qaz fixes to enable support on not CEE DCBX-enabled hardware
+- 802.1Qbg EVB module support
+- lldpad now supports bonded interfaces
+
 * Tue Mar 05 2013 Petr Šabata <contyk at redhat.com> - 0.9.45-5
 - Fix build by patching the sizeof() call in lldp_8021qaz_cmds.c
 
diff --git a/sources b/sources
index 5c5a949..342b6ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b06621c730a5e6f575755b061676ac5e  lldpad-0.9.45.tar.gz
+95a38cc51ad340edce65647d53740f7e  lldpad-0.9.46.tar.gz


More information about the scm-commits mailing list