diff --git a/libsrtp.changes b/libsrtp.changes index e43d278..373d7c9 100644 --- a/libsrtp.changes +++ b/libsrtp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 11 14:39:40 UTC 2017 - vcizek@suse.com + +- remove openssl 1.1 incompatible headers from the -devel package + (bsc#1055277#c8) + ------------------------------------------------------------------- Mon Oct 9 14:50:42 UTC 2017 - vcizek@suse.com diff --git a/libsrtp.spec b/libsrtp.spec index ec8fb6d..cf6c849 100644 --- a/libsrtp.spec +++ b/libsrtp.spec @@ -109,6 +109,9 @@ for SYMBOL in \ sed -i 's|\([^A-Z0-9_]\)\('$SYMBOL'\)\([^A-Z0-9_]\|$\)|\1SRTP_\2\3|g' %{buildroot}%{_includedir}/srtp/*.h done +# remove openssl header files incompatible with OpenSSL 1.1 +rm %{buildroot}%{_includedir}/srtp/aes_{g,i}cm_ossl.h + %post -n %{name}%{soname} -p /sbin/ldconfig %postun -n %{name}%{soname} -p /sbin/ldconfig