From: Arran Cudbard-Bell Date: Sun, 5 Feb 2023 15:17:33 +0000 (-0600) Subject: rpm: EAP-PWD is not experimental, and is always supported by the versions of OpenSSL... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f262df0e0795655385fa28c5553735bb7d0259c;p=thirdparty%2Ffreeradius-server.git rpm: EAP-PWD is not experimental, and is always supported by the versions of OpenSSL we require --- diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index 36d17590b2f..aa6fadb48f5 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -14,7 +14,6 @@ %{!?with_ldap: %global _without_libfreeradius_ldap --without-libfreeradius-ldap} %{!?with_rlm_cache_memcached: %global _without_rlm_cache_memcached --without-rlm_cache_memcached} -%{!?with_rlm_eap_pwd: %global _without_rlm_eap_pwd --without-rlm_eap_pwd} %{!?with_rlm_sigtran: %global _without_rlm_sigtran --without-rlm_sigtran} %{!?with_rlm_yubikey: %global _without_rlm_yubikey --without-rlm_yubikey} @@ -629,7 +628,6 @@ export RADIUSD_VERSION_RELEASE="%{release}" %{?_without_rlm_sql_oracle} \ %{?_with_experimental_modules} \ %{?_without_experimental_modules} \ - %{?_without_rlm_eap_pwd} \ %{?_with_rlm_idn} \ %{?_without_rlm_idn} \ %{?_with_rlm_opendirectory} \