]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rpm: Remove dup EAP-PWD entry
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Feb 2023 15:16:57 +0000 (09:16 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Feb 2023 15:16:57 +0000 (09:16 -0600)
redhat/freeradius.spec

index aea2c775d2a9f28e0efd11b6c3002da40c20f5ba..36d17590b2ff01167b0b57e79bbf9a1d6ddb83c6 100644 (file)
 # which are installed in /opt/openssl you should pass
 # _with_freeradius_openssl
 
-%{!?with_rlm_eap_pwd: %global _without_rlm_eap_pwd --without-rlm_eap_pwd}
-
+%{!?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_yubikey: %global _without_rlm_yubikey --without-rlm_yubikey}
 %{!?with_rlm_sigtran: %global _without_rlm_sigtran --without-rlm_sigtran}
-%{!?with_ldap: %global _without_libfreeradius_ldap --without-libfreeradius-ldap}
+%{!?with_rlm_yubikey: %global _without_rlm_yubikey --without-rlm_yubikey}
 
 # experimental modules
 %bcond_with rlm_idn
 %bcond_with rlm_mruby
 %bcond_with rlm_sql_oracle
 %{?with_rlm_idn: %global _with_experimental_modules --with-experimental-modules}
-%{?with_rlm_opendirectory: %global _with_experimental_modules --with-experimental-modules}
 %{?with_rlm_mruby: %global _with_experimental_modules --with-experimental-modules}
+%{?with_rlm_opendirectory: %global _with_experimental_modules --with-experimental-modules}
 %{?with_rlm_securid: %global _with_experimental_modules --with-experimental-modules}
 %{?with_rlm_sql_oracle: %global _with_experimental_modules --with-experimental-modules}
 
 %if %{with experimental_modules}
 %{!?with_rlm_idn: %global _without_rlm_idn --without-rlm_idn}
-%{!?with_rlm_opendirectory: %global _without_rlm_opendirectory --without-rlm_opendirectory}
 %{!?with_rlm_mruby: %global _without_rlm_mruby --without-rlm_mruby}
+%{!?with_rlm_opendirectory: %global _without_rlm_opendirectory --without-rlm_opendirectory}
 %{!?with_rlm_securid: %global _without_rlm_securid --without-rlm_securid}
 %{!?with_rlm_sql_oracle: %global _without_rlm_sql_oracle --without-rlm_sql_oracle}
 %endif