From 6ae4cff33f7ed12bc4758d20f416df424d3dafd0 Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Mon, 31 Jan 2022 13:48:32 +0100 Subject: [PATCH] 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 --- freeradius-tmpfiles.conf | 1 + freeradius.spec | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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