SHA256
1
0
forked from pool/libp11

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
This commit is contained in:
2023-02-06 16:10:09 +00:00
committed by Git OBS Bridge
parent f193853c1b
commit 22b132330b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 6 10:41:29 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build against openSSL 3.
-------------------------------------------------------------------
Mon Oct 17 01:22:26 UTC 2022 - Jason Sikes <jsikes@suse.com>

View File

@@ -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