Accepting request 533436 from home:vitezslav_cizek:branches:network:telephony

- remove openssl 1.1 incompatible headers from the -devel package
  (bsc#1055277#c8)

OBS-URL: https://build.opensuse.org/request/show/533436
OBS-URL: https://build.opensuse.org/package/show/network:telephony/libsrtp?expand=0&rev=22
This commit is contained in:
Stanislav Brabec 2017-10-11 14:57:14 +00:00 committed by Git OBS Bridge
parent cc765b15f1
commit 914a812e7e
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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