1
0
forked from pool/openssl-ibmca

Accepting request 1159117 from home:ngueorguiev:branches:security:tls

- Updated the .spec file (bsc#1218933, bsc#1221627)
  * Amended the .spec file to use modulesdir variable 
- Implemented _multibuild environment (openssl1, engine, provider)
- Added a flag and logic for provider in the .spec file
  * When provider is set to 1, it 'configures' the provider
  * When provider is set to 0, it 'configures' the engine

OBS-URL: https://build.opensuse.org/request/show/1159117
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-ibmca?expand=0&rev=57
This commit is contained in:
2024-03-18 19:33:34 +00:00
committed by Git OBS Bridge
parent 3f2f0b2b75
commit 821561cda7
3 changed files with 72 additions and 8 deletions

5
_multibuild Normal file
View File

@@ -0,0 +1,5 @@
<multibuild>
<flavor>openssl1</flavor>
<flavor>engine</flavor>
<flavor>provider</flavor>
</multibuild>