]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - redhat/lldpd.spec
client: remove useless variable declaration in zsh completion
[thirdparty/lldpd.git] / redhat / lldpd.spec
index d6801eeae9e500c0bd64e66ea515fb52cb4e3c08..36fd4852481bcb71c90a44ab2efeb1cf7cbde946 100644 (file)
@@ -44,9 +44,9 @@
 
 Summary: Implementation of IEEE 802.1ab (LLDP)
 Name: lldpd
-Version: 1.0.0
+Version: 1.0.4
 Release: 1%{?dist}
-License: MIT
+License: ISC
 Group: System/Management
 URL: http://vincentbernat.github.com/lldpd/
 Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz
@@ -58,6 +58,7 @@ BuildRequires: pkgconfig
 BuildRequires: libevent-devel
 %endif
 BuildRequires: readline-devel
+BuildRequires: libcap-devel
 %if %{with snmp}
 BuildRequires: net-snmp-devel
 BuildRequires: openssl-devel
@@ -289,7 +290,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_docdir}/lldpd/CONTRIBUTE.md
 %{_sbindir}/lldpd
 %{_sbindir}/lldpctl
-%{_sbindir}/lldpcli
+%attr(4750,%lldpd_user,adm) %{_sbindir}/lldpcli
 %{_libdir}/liblldpctl.so.*
 %{_datadir}/zsh
 %{_datadir}/bash-completion
@@ -316,6 +317,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/lldp-const.h
 
 %changelog
+* Sat Jun 15 2019 Vincent Bernat <bernat@luffy.cx> - 1.0.4-1
+- New upstream version.
+
+* Mon Dec 10 2018 Vincent Bernat <bernat@luffy.cx> - 1.0.3-1
+- New upstream version.
+
+* Sat Dec 01 2018 Vincent Bernat <bernat@luffy.cx> - 1.0.2-1
+- New upstream version.
+
+* Mon Apr 09 2018 Vincent Bernat <bernat@luffy.cx> - 1.0.1-1
+- New upstream version.
+
 * Sun Apr 08 2018 Vincent Bernat <bernat@luffy.cx> - 1.0.0-1
 - New upstream version.