import freeradius-3.0.21-21.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:43:32 -05:00 committed by Stepan Oksanichenko
parent b7153782b7
commit 4e81757a03
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@ After=syslog.target network-online.target ipa.service dirsrv.target krb5kdc.serv
[Service]
Type=forking
PIDFile=/var/run/radiusd/radiusd.pid
PIDFile=/run/radiusd/radiusd.pid
ExecStartPre=-/bin/chown -R radiusd.radiusd /var/run/radiusd
ExecStartPre=/usr/sbin/radiusd -C
ExecStart=/usr/sbin/radiusd -d /etc/raddb

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server
Name: freeradius
Version: 3.0.21
Release: 20%{?dist}
Release: 21%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freeradius.org/
@ -851,6 +851,10 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
%changelog
* Mon Sep 27 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-21
- Move FR's systemd unit PID file from /var/run to /run
Related: rhbz#2006368
* Thu Aug 19 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-20
- Rebuild to pick up new build flags from redhat-rpm-config
Related: rhbz#1984652