Skip to content

Commit

Permalink
Merge pull request #227 from ellert/openssl-engine
Browse files Browse the repository at this point in the history
Add openssl-devel-engine build requirement on Fedora 41+
  • Loading branch information
ellert authored Jul 13, 2024
2 parents 97967b4 + ed5802d commit 7f092bf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packaging/fedora/myproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: myproxy
%global soname 6
Version: 6.2.17
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Manage X.509 Public Key Infrastructure (PKI) security credentials

Group: Applications/Internet
Expand All @@ -28,6 +28,10 @@ BuildRequires: openldap2-devel
%else
BuildRequires: openldap-devel >= 2.3
%endif
BuildRequires: openssl-devel
%if %{?fedora}%{!?fedora:0} >= 41
BuildRequires: openssl-devel-engine
%endif
BuildRequires: pam-devel
%if ! %{?suse_version}%{!?suse_version:0}
BuildRequires: perl-generators
Expand Down Expand Up @@ -387,6 +391,9 @@ fi
%doc %{_pkgdocdir}/LICENSE*

%changelog
* Thu Jul 11 2024 Mattias Ellert <[email protected]> - 6.2.17-2
- Add openssl-devel-engine build requirement on Fedora 41+

* Sun Mar 17 2024 Mattias Ellert <[email protected]> - 6.2.17-1
- Handle 64 bit time_t on 32 bit systems

Expand Down

0 comments on commit 7f092bf

Please sign in to comment.