diff --git a/oqs-provider.changes b/oqs-provider.changes index d4afba5..9f22c76 100644 --- a/oqs-provider.changes +++ b/oqs-provider.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 15 17:04:53 UTC 2022 - Jan Engelhardt + +- Update descriptions + ------------------------------------------------------------------- Mon Nov 14 15:43:52 UTC 2022 - Marcus Meissner diff --git a/oqs-provider.spec b/oqs-provider.spec index 0b65d25..857138f 100644 --- a/oqs-provider.spec +++ b/oqs-provider.spec @@ -19,7 +19,7 @@ Name: oqs-provider Version: 0.3.0 Release: 0 -Summary: openssl 3 provider making quantum safe cryptography available for openssl-3 +Summary: Quantum-safe crypto provider for OpenSSL License: MIT Group: Productivity/Security URL: https://github.com/open-quantum-safe/oqs-provider/ @@ -32,7 +32,8 @@ BuildRequires: libopenssl-3-devel BuildRequires: liboqs-devel %description -This is a plugin/shared library making available quantum safe cryptography (QSC) to OpenSSL (3) installations via the provider API. +This is a plugin/shared library making available quantum-safe cryptography +(QSC) to OpenSSL 3.x installations via the Provider API. Sample call: @@ -43,7 +44,7 @@ openssl-3 ciphers -provider oqsprovider %build mkdir build -export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -std=gnu11" +export RPM_OPT_FLAGS="%optflags -std=gnu11" cd build cmake -DBUILD_SHARED_LIBS=ON .. %cmake_build @@ -53,7 +54,6 @@ install -d %buildroot/%{_libdir}/ossl-modules/ install -m 755 -c build/oqsprov/oqsprovider.so %buildroot/%{_libdir}/ossl-modules/ %files -%defattr(-,root,root) %license LICENSE.txt %dir /%{_libdir}/ossl-modules /%{_libdir}/ossl-modules/oqsprovider.so