diff --git a/_service b/_service
index 340929c..02f4b72 100644
--- a/_service
+++ b/_service
@@ -8,6 +8,7 @@
v1.0.1+@TAG_OFFSET@.%h
v1.[0-9].[0-9]
enable
+ sles15-sp2
*open-lldp*.tar
diff --git a/_servicedata b/_servicedata
index be7abe1..a8061a0 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/openSUSE/lldpad.git
- 4c7fcc339cca5ed6a0dabd3c017ca3dc6d6d765e
\ No newline at end of file
+ e8f522565f5a13832591a8a06d908c7671338102
\ No newline at end of file
diff --git a/open-lldp-v1.0.1+102.4c7fcc3.tar.xz b/open-lldp-v1.0.1+102.4c7fcc3.tar.xz
deleted file mode 100644
index 22a2f5d..0000000
--- a/open-lldp-v1.0.1+102.4c7fcc3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:d45b97d0d6c2607ac6d81f793518fdbbb6bc3005a46986a958c5fd846556d8e9
-size 312504
diff --git a/open-lldp-v1.0.1+69.e8f522565f5a.tar.xz b/open-lldp-v1.0.1+69.e8f522565f5a.tar.xz
new file mode 100644
index 0000000..d02cb0f
--- /dev/null
+++ b/open-lldp-v1.0.1+69.e8f522565f5a.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:116486b97c03d2b46682a604bfa9fdf111ac613bc3ac705cb13147fecfe398ef
+size 310956
diff --git a/open-lldp.changes b/open-lldp.changes
index 9e45ec1..ebad81c 100644
--- a/open-lldp.changes
+++ b/open-lldp.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Sun Sep 06 16:13:14 UTC 2020 - lduncan@suse.com
+
+- 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
+
+-------------------------------------------------------------------
+Fri Sep 4 16:19:34 UTC 2020 - Lee Duncan
+
+- Moved sources from github.com/intel to github/openSUSE
+ * upgrading to version v1.0.1+110.6009075a9fcc
+ - merged in latest upstream (no API changes)
+
+-------------------------------------------------------------------
+Tue Aug 04 12:06:31 UTC 2020 - hare@suse.de
+
+- 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
+
-------------------------------------------------------------------
Mon Apr 6 09:26:46 UTC 2020 - Martin Liška
@@ -13,7 +45,7 @@ Fri Jan 24 11:12:11 UTC 2020 - Dominique Leuenberger
Tue Nov 19 13:14:16 UTC 2019 - hare@suse.com
- Update to version v1.0.1+102.4c7fcc3:
- * l2_packet: Guard ETH_P_LLDP define
+ * l2_packet: Guard ETH_P_LLDP define (edit: fixes bsc#1156545)
* lldp_mand: retrieve permanent mac address in get_mac()
* lldp_util: use netlink to fetch mac address
* lldp_util: drop get_macstr()
diff --git a/open-lldp.spec b/open-lldp.spec
index 2cd5234..3fbb0ed 100644
--- a/open-lldp.spec
+++ b/open-lldp.spec
@@ -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)