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