Hello community, here is the log from the commit of package lldpd for openSUSE:Factory checked in at 2017-12-14 10:58:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lldpd (Old) and /work/SRC/openSUSE:Factory/.lldpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lldpd" Thu Dec 14 10:58:31 2017 rev:2 rq:556057 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes 2017-12-06 08:59:04.995899837 +0100 +++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2017-12-14 10:58:45.923901077 +0100 @@ -1,0 +2,8 @@ +Mon Dec 11 12:29:55 UTC 2017 - [email protected] + +- Enable seccomp for Factory +- Adjust default sysconfig to enable other protocols and self + advertisment +- Do not create user/grou starting with underscore (_lldpd) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lldpd.spec ++++++ --- /var/tmp/diff_new_pack.dCGhtX/_old 2017-12-14 10:58:51.319640602 +0100 +++ /var/tmp/diff_new_pack.dCGhtX/_new 2017-12-14 10:58:51.319640602 +0100 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif -%define lldpd_user _lldpd -%define lldpd_group _lldpd +%define lldpd_user lldpd +%define lldpd_group lldpd %define lldpd_chroot %{_localstatedir}/run/lldpd %define sover 4 %define libname liblldpctl%{sover} @@ -40,17 +41,23 @@ %bcond_without libbsd %bcond_without systemd %bcond_without system_libevent +%if 0%{?suse_version} > 1325 +%ifarch x86_64 %ix86 +%bcond_without seccomp +%endif +%else %bcond_with seccomp +%endif Name: lldpd Version: 0.9.9 -Release: 1 +Release: 0 Summary: Implementation of IEEE 802.1ab (LLDP) # We have some GPL linux headers in include/linux, they are used on # platforms where glibc headers are not recent enough License: MIT and GPL-2.0+ Group: System/Daemons -URL: http://vincentbernat.github.com/lldpd/ +Url: http://vincentbernat.github.com/lldpd/ Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz Source1: lldpd.sysconfig BuildRequires: pkgconfig @@ -208,7 +215,6 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rclldpd rm -f %{buildroot}%{_libdir}/liblldpctl.la - %pre # Create lldpd user/group if getent group %{lldpd_group} >/dev/null 2>&1 ; then : ; else \ ++++++ lldpd.sysconfig ++++++ --- /var/tmp/diff_new_pack.dCGhtX/_old 2017-12-14 10:58:51.383637512 +0100 +++ /var/tmp/diff_new_pack.dCGhtX/_new 2017-12-14 10:58:51.387637319 +0100 @@ -5,4 +5,4 @@ ## ServiceRestart: lldpd # Parameters for lldpd. See the manual page for the # accepted parameters. -LLDPD_OPTIONS="" +LLDPD_OPTIONS="-c -f -s -e -M 1"
