From c1090cff3fcccf9e2152c9bce9b085e5fab4dd93 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Mon, 17 Aug 2020 14:42:20 -0700 Subject: [PATCH] update rpm-spec.in --- rpm/spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm/spec.in b/rpm/spec.in index 188d91066..5911599f8 100644 --- a/rpm/spec.in +++ b/rpm/spec.in @@ -74,7 +74,7 @@ mkdir -p $RPM_BUILD_ROOT/ %{_libdir}/libwolfssl.la %{_libdir}/libwolfssl.so %{_libdir}/libwolfssl.so.24 -%{_libdir}/libwolfssl.so.24.1.0 +%{_libdir}/libwolfssl.so.24.2.0 %files devel %defattr(-,root,root,-) @@ -180,6 +180,7 @@ mkdir -p $RPM_BUILD_ROOT/ %{_includedir}/wolfssl/ocsp.h %{_includedir}/wolfssl/openssl/aes.h %{_includedir}/wolfssl/openssl/asn1.h +%{_includedir}/wolfssl/openssl/asn1t.h %{_includedir}/wolfssl/openssl/bio.h %{_includedir}/wolfssl/openssl/bn.h %{_includedir}/wolfssl/openssl/buffer.h @@ -300,6 +301,9 @@ mkdir -p $RPM_BUILD_ROOT/ %{_libdir}/pkgconfig/wolfssl.pc %changelog +* Mon Aug 17 2020 John Safranek +- Add a missing header. +- Update for release. * Thu Apr 16 2020 John Safranek - Add some missing headers. - Sort the file list.