From 57cb7f51b9c367624ce7eedda8943732d5577312adc2527e8640859f6a33fae7 Mon Sep 17 00:00:00 2001 From: Nikolay Gueorguiev Date: Wed, 17 Apr 2024 14:49:52 +0000 Subject: [PATCH] Accepting request 1168603 from home:ngueorguiev:branches:security:tls - Amended the .spec file - Changed the package names +-------------+---------------------------------+--------------------------+ | Flavor | Package name | Note | +-------------+---------------------------------+--------------------------+ | '' | openssl-ibmca | Both engine and provider | | openssl1_1 | openssl1_1-ibmca | openssl1 flavor | | engine | openssl-ibmca-engine | Only engine | | provider | openssl-ibmca-provider | Only provider | +-------------+---------------------------------+--------------------------+ OBS-URL: https://build.opensuse.org/request/show/1168603 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-ibmca?expand=0&rev=69 --- _multibuild | 1 - openssl-ibmca.spec | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/_multibuild b/_multibuild index 52d8253..b71bc39 100644 --- a/_multibuild +++ b/_multibuild @@ -1,5 +1,4 @@ - openssl1_1 engine provider diff --git a/openssl-ibmca.spec b/openssl-ibmca.spec index 4971a26..e72354d 100644 --- a/openssl-ibmca.spec +++ b/openssl-ibmca.spec @@ -1,5 +1,5 @@ # -# spec file for package openssl1_1-ibmca +# spec file for package openssl-ibmca # # Copyright (c) 2024 SUSE LLC # @@ -24,12 +24,6 @@ %define flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "openssl1_1" -%global sslengcnf %{_sysconfdir}/ssl/engines1.1.d -%global sslengdef %{_sysconfdir}/ssl/engdef1.1.d -Name: openssl1_1-ibmca -%endif - %if "%{flavor}" == "" Name: openssl-ibmca %endif @@ -42,6 +36,12 @@ Name: openssl-ibmca-engine Name: openssl-ibmca-provider %endif +%if "%{flavor}" == "openssl1_1" +%global sslengcnf %{_sysconfdir}/ssl/engines1.1.d +%global sslengdef %{_sysconfdir}/ssl/engdef1.1.d +Name: openssl1_1-ibmca +%endif + Version: 2.4.1 Release: 0 Summary: The IBMCA OpenSSL dynamic engine