From 22b132330b775c31919f0239fcd9b9c6fe065498f649a2044da384826d1d0b5c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 6 Feb 2023 16:10:09 +0000 Subject: [PATCH] Accepting request 1063384 from home:dimstar:Factory - Fix build against openSSL 3. OBS-URL: https://build.opensuse.org/request/show/1063384 OBS-URL: https://build.opensuse.org/package/show/security:chipcard/libp11?expand=0&rev=36 --- libp11.changes | 5 +++++ libp11.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libp11.changes b/libp11.changes index eea5622..eba6e2e 100644 --- a/libp11.changes +++ b/libp11.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 6 10:41:29 UTC 2023 - Dominique Leuenberger + +- Fix build against openSSL 3. + ------------------------------------------------------------------- Mon Oct 17 01:22:26 UTC 2022 - Jason Sikes diff --git a/libp11.spec b/libp11.spec index 0405b67..f1e29c3 100644 --- a/libp11.spec +++ b/libp11.spec @@ -1,7 +1,7 @@ # # spec file for package libp11 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -130,7 +130,7 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n openssl-engine-%{name} %if 0%{?suse_version} > 1325 -%{_libdir}/engines-?.? +%{_libdir}/engines-* %else %{_libdir}/engines %endif