Fix tmpfile path to /run

This commit is contained in:
lingsheng 2020-08-31 15:24:54 +08:00
parent 1f2e1cadbd
commit f945313e40
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
D /var/run/radiusd 0710 radiusd radiusd - D /run/radiusd 0710 radiusd radiusd -

View File

@ -4,7 +4,7 @@
Name: freeradius Name: freeradius
Version: 3.0.15 Version: 3.0.15
Release: 17 Release: 18
Summary: Remote Authentication Dial-In User Service Summary: Remote Authentication Dial-In User Service
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
@ -433,6 +433,9 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ldap %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/ldap
%changelog %changelog
* Mon Aug 31 2020 lingsheng <lingsheng@huawei.com> - 3.0.15-18
- Fix tmpfile path to /run
* Fri Feb 14 2020 yanzhihua <yanzhihua4@huawei.com> - 3.0.15-16 * Fri Feb 14 2020 yanzhihua <yanzhihua4@huawei.com> - 3.0.15-16
- Package init - Package init