|
|
|
@ -3,24 +3,34 @@
|
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
%global checkout 85e5583
|
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/
|
|
|
|
|
%global forgeurl https://github.com/intel/openlldp/
|
|
|
|
|
%global branch branch-1.1
|
|
|
|
|
%global commit f1dd9eb961fab06723d2bedb2f7e2b81e45ee9ab
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
%global forgesetupargs -n openlldp-%{version}
|
|
|
|
|
|
|
|
|
|
Name: lldpad
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 11.git%{checkout}%{?dist}
|
|
|
|
|
Version: 1.1.1
|
|
|
|
|
Release: 2.git%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Intel LLDP Agent
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: http://open-lldp.org/
|
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
|
BuildRequires: flex >= 2.5.33
|
|
|
|
|
BuildRequires: kernel-headers >= 2.6.32
|
|
|
|
|
BuildRequires: libconfig-devel >= 1.3.2
|
|
|
|
|
%forgemeta
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-only
|
|
|
|
|
URL: %{forgeurl}
|
|
|
|
|
Source0: %{forgesource}#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: automake autoconf
|
|
|
|
|
BuildRequires: flex
|
|
|
|
|
BuildRequires: kernel-headers
|
|
|
|
|
BuildRequires: libconfig-devel
|
|
|
|
|
BuildRequires: libnl3-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Requires: libconfig
|
|
|
|
|
Requires: libnl3
|
|
|
|
|
Requires: readline
|
|
|
|
|
|
|
|
|
|
Requires(post): systemd
|
|
|
|
@ -42,7 +52,7 @@ The %{name}-devel package contains header files for developing applications
|
|
|
|
|
that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
%forgeautosetup
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
./bootstrap.sh
|
|
|
|
@ -83,6 +93,22 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la
|
|
|
|
|
%{_libdir}/liblldp_clif.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.1.1-2.gitf1dd9eb
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Sep 9 2024 Hangbin Liu <haliu@redhat.com> - 1.1.1-1.gitf1dd9eb
|
|
|
|
|
- Rebased to 1.1.1
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Hangbin Liu <haliu@redhat.com> - 1.1.0-14.git85e5583
|
|
|
|
|
- add gating yaml file
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Hangbin Liu <haliu@redhat.com> - 1.1.0-13.git85e5583
|
|
|
|
|
- Remove pyroute2
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Hangbin Liu <haliu@redhat.com> - 1.1.0-12.git85e5583
|
|
|
|
|
- Remove networkd tests from gating test
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1.0-11.git85e5583
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|