-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build libevent against openssl11 for EL7
- Loading branch information
1 parent
7afe486
commit d42b4e7
Showing
1 changed file
with
9 additions
and
2 deletions.
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 |
---|---|---|
|
@@ -8,15 +8,19 @@ | |
|
||
Name: libevent-ltb | ||
Version: 2.1.12 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Abstract asynchronous event notification library | ||
|
||
# arc4random.c, which is used in build, is ISC. The rest is BSD. | ||
License: BSD and ISC | ||
URL: http://libevent.org/ | ||
Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz | ||
|
||
%if ! 0%{?el7} | ||
BuildRequires: openssl-devel | ||
%else | ||
BuildRequires: openssl11-devel | ||
%endif | ||
BuildRequires: python3-devel | ||
|
||
%description | ||
|
@@ -73,7 +77,10 @@ rm /etc/ld.so.conf.d/%{name}-%{majorversion}.conf | |
|
||
|
||
%changelog | ||
* Thu Sep 09 2021 David Coutadeur <[email protected]> - 2.1.12 | ||
* Tue Nov 07 2023 Xavier Bachelot <[email protected]> - 2.1.12-2 | ||
- Build against openssl11 for EL7, as openldap-ltb is | ||
|
||
* Thu Sep 09 2021 David Coutadeur <[email protected]> - 2.1.12-1 | ||
- package first libevent-ltb 2.1.12 version | ||
- remove documentation (not provided any more by libevent team, only html files) | ||
|