automatic version update by autodist [release 3.2.7-1mamba;Sun Feb 02 2025]

This commit is contained in:
Automatic Build System 2025-02-02 10:43:43 +01:00
parent 0ed7f46a21
commit 1545f7817d

View File

@ -1,6 +1,6 @@
%define libname libfreeradius
Name: freeradius-server
Version: 3.2.6
Version: 3.2.7
Release: 1mamba
Summary: A high performance and highly configurable GPL'd free RADIUS server
Group: System/Servers
@ -20,12 +20,12 @@ Patch1: freeradius-1.0.0-samba3.patch
Patch2: freeradius-2.1.3-qafixes.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: firebird-devel
BuildRequires: glibc-devel
BuildRequires: libatomic-devel
BuildRequires: libcap-devel
BuildRequires: libcurl-devel
BuildRequires: libe2fs-devel
BuildRequires: libfbclient
BuildRequires: libfreetds-devel
BuildRequires: libgdbm-devel
BuildRequires: libgmp-devel
@ -135,9 +135,6 @@ The FreeRADIUS server can use unixODBC to authenticate users and do accounting,
%setup -q
#-D -T
#:<< _EOF
#%patch0 -p1 -b .libgdbm
#%patch1 -p1 -b .samba3
#%patch2 -p1
find -type f -name "configure*" | xargs perl -pi -e "s|/lib\b|/%{_lib}|g"
@ -234,20 +231,10 @@ rm -f %{buildroot}%{_sysconfdir}/raddb/oraclesql.conf
%systemd_postun_with_restart freeradius
:
%post -n %{libname}-krb5 -p /sbin/ldconfig
%postun -n %{libname}-krb5 -p /sbin/ldconfig
%post -n %{libname}-ldap -p /sbin/ldconfig
%postun -n %{libname}-ldap -p /sbin/ldconfig
%post -n %{libname}-postgresql -p /sbin/ldconfig
%postun -n %{libname}-postgresql -p /sbin/ldconfig
%post -n %{libname}-mysql -p /sbin/ldconfig
%postun -n %{libname}-mysql -p /sbin/ldconfig
%post -n %{libname}-unixODBC -p /sbin/ldconfig
%postun -n %{libname}-unixODBC -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -353,6 +340,9 @@ rm -f %{buildroot}%{_sysconfdir}/raddb/oraclesql.conf
%{_libdir}/%{name}/rlm_sql_unixodbc*.la
%changelog
* Sun Feb 02 2025 Automatic Build System <autodist@openmamba.org> 3.2.7-1mamba
- automatic version update by autodist
* Sun Aug 25 2024 Automatic Build System <autodist@openmamba.org> 3.2.6-1mamba
- automatic version update by autodist