Add tmpfiles.d entry for /run/radiusd/tmp

This was causing a failure when running rpm --verify.

Related: rhbz#2047972
Signed-off-by: Antonio Torres <antorres@redhat.com>
This commit is contained in:
Antonio Torres 2022-01-31 13:48:32 +01:00
parent 4f6ca3e9cc
commit 6ae4cff33f
No known key found for this signature in database
GPG Key ID: 359FAF777296F653
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1,2 @@
D /run/radiusd 0710 radiusd radiusd -
D /run/radiusd/tmp 0700 radiusd radiusd -

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server
Name: freeradius
Version: 3.0.21
Release: 25%{?dist}
Release: 26%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freeradius.org/
@ -855,6 +855,10 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
%changelog
* Mon Jan 31 2022 Antonio Torres <antorres@redhat.com> - 3.0.21-26
- Move remaining files from /var/run to /run
Related: rhbz#2047972
* Fri Jan 28 2022 Antonio Torres <antorres@redhat.com> - 3.0.21-25
- Revert "Allow to connect to partially open LDAP handle"
- Use infinite timeout (openldap default) when using LDAP+start-TLS