action #164132
closed
- Status changed from New to In Progress
- Target version set to QE-Core: Ready
Based on spec file https://build.suse.de/projects/SUSE:Maintenance:34809/packages/openssl-ibmca.SUSE_SLE-15-SP6_Update/files/openssl-ibmca.spec?expand=1
The different package should have the same module files. let me try to fix it, however, I will ask for coordinator's confirmation before the PR merged.
%if "%{flavor}" == ""
%doc src/engine/ibmca-engine-opensslconfig
%doc src/provider/ibmca-provider-opensslconfig
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{modulesdir}/ibmca-provider.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%{_mandir}/man5/ibmca-provider.5%{?ext_man}
%endif
%if "%{flavor}" == "provider"
%doc src/provider/ibmca-provider-opensslconfig
%{modulesdir}/ibmca-provider.*
%{_mandir}/man5/ibmca-provider.5%{?ext_man}
%endif
%if "%{flavor}" == "engine"
%doc src/engine/ibmca-engine-opensslconfig
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%endif
%if "%{flavor}" == "openssl1_1"
%doc src/engine/openssl.cnf.sample
%{enginesdir}/ibmca.*
%{_mandir}/man5/ibmca.5%{?ext_man}
%endif
I can get the confirmation now:
Nikolay GUEORGUIEV
3:38 PM
By the definition, you should not install all openssl-ibmca openssl-ibmca-engine openssl-ibmca-provider openssl1_1-ibmca at once. Only one package is needed.
openssl-ibmca should have both engine and provider for openssl-3.
openssl-ibmca-engine installs only the engine with openssl-3.
openssl-ibmca-provider is the recommended one for the openssl-3. Provider is recommended to be used by IBM.
openssl1_1-ibmca is the "old way" with openssl-1
- Status changed from In Progress to Feedback
- Status changed from Feedback to Resolved
Also available in: Atom
PDF