| |
@@ -1,7 +1,7 @@
|
| |
Summary: OpenVPN plugin for LDAP authentication
|
| |
Name: openvpn-auth-ldap
|
| |
Version: 2.0.4
|
| |
- Release: 5%{?dist}
|
| |
+ Release: 6%{?dist}
|
| |
License: BSD
|
| |
URL: https://github.com/threerings/openvpn-auth-ldap
|
| |
Source0: https://github.com/threerings/openvpn-auth-ldap/archive/auth-ldap-%{version}.tar.gz
|
| |
@@ -9,6 +9,8 @@
|
| |
Patch2: auth-ldap-tools-CFLAGS.patch
|
| |
# Patch from upstream issue n°4, to fix tap bridging.
|
| |
Patch4: auth-ldap-remoteAddress.patch
|
| |
+ # Use GCC with Objective C support from EPEL on CentOS/RHEL 8+
|
| |
+ Patch5: https://github.com/threerings/openvpn-auth-ldap/commit/8aed502984426e008710bab2b44249489b549a22.patch#/auth-ldap-epel-gcc-objc.patch
|
| |
# This is a plugin not linked against a lib, so hardcode the requirement
|
| |
# since we require the parent configuration and plugin directories
|
| |
Requires: openvpn >= 2.0
|
| |
@@ -32,6 +34,7 @@
|
| |
%setup -q -n %{name}-auth-ldap-%{version}
|
| |
%patch2 -p1 -b .tools-CFLAGS
|
| |
%patch4 -p1 -b .remoteAddress
|
| |
+ %patch5 -p1 -b .epel-gcc-objc
|
| |
# Fix plugin from the instructions in the included README
|
| |
sed -i 's|^plugin .*| plugin %{_libdir}/openvpn/plugins/openvpn-auth-ldap.so "/etc/openvpn/auth/ldap.conf"|g' README.md
|
| |
autoconf
|
| |
@@ -74,6 +77,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Mon Sep 27 2021 Robert Scheck <robert@fedoraproject.org> - 2.0.4-6
|
| |
+ - Use GCC with Objective C support from EPEL on RHEL 8+ (#1981947)
|
| |
+
|
| |
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-5
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
| |
|
| |