diff --git a/SPECS/openslp.spec b/SPECS/openslp.spec index 247157a..65daae8 100644 --- a/SPECS/openslp.spec +++ b/SPECS/openslp.spec @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 2.0.0 -Release: 18%{?dist} +Release: 19%{?dist} License: BSD URL: http://sourceforge.net/projects/openslp/ @@ -153,6 +153,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc AUTHORS COPYING FAQ NEWS README THANKS %config(noreplace) %{_sysconfdir}/slp.conf +%config(noreplace) %{_sysconfdir}/slp.spi %{_bindir}/slptool %{_libdir}/libslp.so.1* %{_mandir}/man1/* @@ -164,7 +165,6 @@ rm -rf $RPM_BUILD_ROOT %doc doc/doc/html/faq* %{_sbindir}/slpd %config(noreplace) %{_sysconfdir}/slp.reg -%config(noreplace) %{_sysconfdir}/slp.spi %{_unitdir}/slpd.service %{_mandir}/man8/* /usr/lib/%{name}-server/slp-multicast-set.sh @@ -178,6 +178,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 15 2021 Vitezslav Crhonek - 2.0.0-19 +- Move slp.spi from -server to the main package + Resolves: #1965649 + * Thu May 17 2018 Vitezslav Crhonek - 2.0.0-18 - Fix heap memory corruption, CVE-2017-17833 Resolves: #1575697