We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 490c106 + 55f61de commit 980fc51Copy full SHA for 980fc51
1 file changed
rpm/spec.in
@@ -77,6 +77,7 @@ fi
77
%{_docdir}/wolfssl/example/server.c
78
%{_docdir}/wolfssl/example/echoclient.c
79
%{_docdir}/wolfssl/example/echoserver.c
80
+%{_docdir}/wolfssl/example/ocsp_responder.c
81
%{_docdir}/wolfssl/example/sctp-client.c
82
%{_docdir}/wolfssl/example/sctp-server.c
83
%{_docdir}/wolfssl/example/sctp-client-dtls.c
@@ -86,6 +87,9 @@ fi
86
87
%{_docdir}/wolfssl/README.txt
88
%{_docdir}/wolfssl/QUIC.md
89
%{_libdir}/libwolfssl@LIBSUFFIX@.so.*
90
+%{_libdir}/cmake/wolfssl/wolfssl-config-version.cmake
91
+%{_libdir}/cmake/wolfssl/wolfssl-config.cmake
92
+%{_libdir}/cmake/wolfssl/wolfssl-targets.cmake
93
94
%files devel
95
%defattr(-,root,root,-)
0 commit comments