diff --git a/openslp.spec b/openslp.spec index 36781a6..fe9c70a 100644 --- a/openslp.spec +++ b/openslp.spec @@ -2,7 +2,7 @@ Summary: Open implementation of Service Location Protocol V2 Name: openslp Version: 2.0.0 -Release: 27%{?dist} +Release: 28%{?dist} License: BSD URL: http://sourceforge.net/projects/openslp/ @@ -100,7 +100,6 @@ export LDFLAGS="-pie -Wl,-z,now" --localstatedir=/var \ --disable-dependency-tracking \ --disable-static \ - --enable-slpv2-security \ --disable-rpath \ --enable-async-api @@ -172,6 +171,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %changelog +* Wed Mar 17 2021 Vitezslav Crhonek - 2.0.0-28 +- Don't enable SLPv2 Security feature - it is disabled during run of + configure script anyway as it uses deprecated crypto + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 2.0.0-27 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.