diff --git a/freeradius-tmpfiles.conf b/freeradius-tmpfiles.conf index 8f20796..bccd09d 100644 --- a/freeradius-tmpfiles.conf +++ b/freeradius-tmpfiles.conf @@ -1 +1,2 @@ D /run/radiusd 0710 radiusd radiusd - +D /run/radiusd/tmp 0700 radiusd radiusd - diff --git a/freeradius.spec b/freeradius.spec index be504ca..2a42dea 100644 --- a/freeradius.spec +++ b/freeradius.spec @@ -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 - 3.0.21-26 +- Move remaining files from /var/run to /run + Related: rhbz#2047972 + * Fri Jan 28 2022 Antonio Torres - 3.0.21-25 - Revert "Allow to connect to partially open LDAP handle" - Use infinite timeout (openldap default) when using LDAP+start-TLS