forked from pool/open-lldp
Accepting request 833326 from home:lee_duncan:branches:network:fcoe
- Update to version v1.0.1+69.e8f522565f5a to removed commpiler and rpmlint complaints: * Fix bash-completion dir: don't use /etc * Fix compiler issue with strcpy(): use memcpy * Fix compiler complaint argument type mismatch. * Fix compiler complaint declaration vs function. * Fix compiler complaint copying to packed member. * add 'lldpad.socket' to the '%service_*' macros in the SPEC file - Moved sources from github.com/intel to github/openSUSE * upgrading to version v1.0.1+110.6009075a9fcc - merged in latest upstream (no API changes) - Update to version v1.0.1+63.f977e67 (bsc#1171284,bsc#1170745,bsc#1153520): * lldp/rx.c: Reset state machine variable in process_delete_info() * lldp: do not call 'assert' in rxProcessFrame() * ecp: allow for failure to create * lldp_mand: retrieve permanent mac address in get_mac() * lldp_util: use netlink to fetch mac address * lldp_util: drop get_macstr() * linux/if_link.h: Update and add bonding netlink definitions * l2_packet: Guard ETH_P_LLDP define (edit: fixes bsc#1156545) OBS-URL: https://build.opensuse.org/request/show/833326 OBS-URL: https://build.opensuse.org/package/show/network:fcoe/open-lldp?expand=0&rev=40
This commit is contained in:
committed by
Git OBS Bridge
parent
b8f28608d5
commit
a863e0e5d8
@@ -21,7 +21,7 @@ Name: open-lldp
|
||||
Summary: Link Layer Discovery Protocol (LLDP) Agent
|
||||
License: GPL-2.0-only
|
||||
Group: System/Daemons
|
||||
Version: 1.0.1+102.4c7fcc3
|
||||
Version: 1.0.1+69.e8f522565f5a
|
||||
Release: 0
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
@@ -91,16 +91,16 @@ ln -s service %{buildroot}%{_sbindir}/rclldpad
|
||||
|
||||
%post
|
||||
%{fillup_only -n lldpad}
|
||||
%service_add_post lldpad.service
|
||||
%service_add_post lldpad.service lldpad.socket
|
||||
|
||||
%pre
|
||||
%service_add_pre lldpad.service
|
||||
%service_add_pre lldpad.service lldpad.socket
|
||||
|
||||
%preun
|
||||
%service_del_preun lldpad.service
|
||||
%service_del_preun lldpad.service lldpad.socket
|
||||
|
||||
%postun
|
||||
%service_del_postun lldpad.service
|
||||
%service_del_postun lldpad.service lldpad.socket
|
||||
|
||||
%post -n %libname -p /sbin/ldconfig
|
||||
|
||||
@@ -115,7 +115,7 @@ ln -s service %{buildroot}%{_sbindir}/rclldpad
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/man8/*
|
||||
%config /etc/bash_completion.d/*
|
||||
%{_datadir}/bash-completion/completions/*
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-,root,root)
|
||||
|
Reference in New Issue
Block a user