SHA256
1
0
forked from pool/libp11

Accepting request 1063450 from security:chipcard

- Fix build against openSSL 3. (forwarded request 1063384 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1063450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libp11?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2023-02-07 17:48:52 +00:00 committed by Git OBS Bridge
commit e66a6c7eb4
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