Minor conditional tweak for ELN
Signed-off-by: Troy Dawson tdawson@redhat.com
This commit is contained in:
parent
08b8e23397
commit
bbe674aeb2
@ -130,7 +130,7 @@ BuildRequires: perl(ExtUtils::Embed)
|
||||
%description perl
|
||||
This plugin provides the Perl support for the FreeRADIUS server project.
|
||||
|
||||
%if 0%{?fedora} <= 30
|
||||
%if 0%{?fedora} <= 30 && 0%{?rhel} < 9
|
||||
%package -n python2-freeradius
|
||||
Summary: Python 2 support for freeradius
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
@ -716,7 +716,7 @@ exit 0
|
||||
|
||||
%{_libdir}/freeradius/rlm_perl.so
|
||||
|
||||
%if 0%{?fedora} <= 30
|
||||
%if 0%{?fedora} <= 30 && 0%{?rhel} < 9
|
||||
%files -n python2-freeradius
|
||||
%dir %attr(750,root,radiusd) /etc/raddb/mods-config/python
|
||||
/etc/raddb/mods-config/python/example.py*
|
||||
|
Loading…
Reference in New Issue
Block a user