Hello community,

here is the log from the commit of package lldpd for openSUSE:Factory checked 
in at 2017-12-19 10:59:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lldpd (Old)
 and      /work/SRC/openSUSE:Factory/.lldpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lldpd"

Tue Dec 19 10:59:10 2017 rev:3 rq:558118 version:0.9.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/lldpd/lldpd.changes      2017-12-14 
10:58:45.923901077 +0100
+++ /work/SRC/openSUSE:Factory/.lldpd.new/lldpd.changes 2017-12-19 
10:59:13.099233525 +0100
@@ -1,0 +2,12 @@
+Mon Dec 18 08:37:22 UTC 2017 - mplus...@suse.com
+
+- Disable seccomp as it breaks on Factory
+- Further update sysconfig
+- Some more spec-cleaner goodness
+
+-------------------------------------------------------------------
+Sat Dec 16 18:24:59 UTC 2017 - astie...@suse.com
+
+- verify source signature
+
+-------------------------------------------------------------------

New:
----
  lldpd-0.9.9.tar.gz.asc
  lldpd.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lldpd.spec ++++++
--- /var/tmp/diff_new_pack.4ulaXm/_old  2017-12-19 10:59:13.831198190 +0100
+++ /var/tmp/diff_new_pack.4ulaXm/_new  2017-12-19 10:59:13.831198190 +0100
@@ -16,17 +16,15 @@
 #
 
 
-#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_chroot %{_localstatedir}/run/lldpd
 %define sover 4
 %define libname liblldpctl%{sover}
-
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
+%endif
 %bcond_without xml
 %bcond_without cdp
 %bcond_without edp
@@ -41,27 +39,25 @@
 %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:        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+
+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
+Source2:        
http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz.gpg#/%{name}-%{version}.tar.gz.asc
+Source3:        
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x95A42FE8353525F9#/%{name}.keyring
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
+BuildRequires:  systemd-rpm-macros
+Requires(pre):  %fillup_prereq
+Requires(pre):  pwdutils
 %if %{with seccomp}
 BuildRequires:  libseccomp-devel
 %endif
@@ -78,9 +74,6 @@
 %if %{with libbsd}
 BuildRequires:  libbsd-devel
 %endif
-BuildRequires:  systemd-rpm-macros
-PreReq:         %fillup_prereq
-PreReq:         pwdutils
 
 %description
 This implementation provides LLDP sending and reception, supports VLAN
@@ -110,7 +103,6 @@
 inter-vendor compatible mechanism to deliver Link-Layer notifications
 to adjacent network devices.
 
-
 %package devel
 Summary:        Implementation of IEEE 802.1ab - Tools and header files for 
developers
 License:        MIT

++++++ lldpd.keyring ++++++
++++ 1553 lines (skipped)

++++++ lldpd.sysconfig ++++++
--- /var/tmp/diff_new_pack.4ulaXm/_old  2017-12-19 10:59:13.879195873 +0100
+++ /var/tmp/diff_new_pack.4ulaXm/_new  2017-12-19 10:59:13.887195487 +0100
@@ -5,4 +5,4 @@
 ## ServiceRestart: lldpd
 # Parameters for lldpd. See the manual page for the
 # accepted parameters.
-LLDPD_OPTIONS="-c -f -s -e -M 1"
+LLDPD_OPTIONS="-x -c -f -s -e -M 1"


Reply via email to