Reverting previous commit

Related: RHEL-65422
This commit is contained in:
Dmitry Belyavskiy 2025-02-06 12:45:12 +01:00
parent 6a86f2bae4
commit 582c13228a

View File

@ -2,7 +2,7 @@
%global liboqs_min_version 0.12.0-1
Name: oqsprovider
Version: %{oqs_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: oqsprovider is an OpenSSL provider for quantum-safe algorithms based on liboqs
License: Apache-2.0 AND MIT
@ -36,7 +36,7 @@ provided via the encode/decode mechanism and X.509 data structures.
%autosetup -T -b 0 -p1 -n oqs-provider-%{oqs_version}
%build
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -DNOPUBKEY_IN_PRIVKEY=ON -LAH ..
%cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DOQS_KEM_ENCODERS=ON -LAH ..
%cmake_build
%check
@ -58,6 +58,10 @@ install -m644 '%{SOURCE1}' \
%config(noreplace) %{_sysconfdir}/pki/tls/openssl.d/oqsprovider.conf
%changelog
* Thu Feb 06 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.8.0-5
- Reverting previous commit
Related: RHEL-65422
* Wed Feb 05 2025 Dmitry Belyavskiy <dbelyavs@redhat.com> - 0.8.0-4
- Fix private key format
Related: RHEL-65422