-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from ellert/openssl-engine
Add openssl-devel-engine build requirement on Fedora 41+
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
||
|