From d99a39e6972a08cb788bd366dd7ef328f81af822 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Mon, 17 Sep 2018 12:35:18 +0300 Subject: [PATCH] Actually apply patches added previously --- freeradius.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/freeradius.spec b/freeradius.spec index 78b8881..dc1f18d 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.15 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Daemons URL: http://www.freeradius.org/ @@ -203,6 +203,8 @@ This plugin provides the REST support for the FreeRADIUS server project. # mistakenly includes the backup files, especially problematic for raddb config files. %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build # Force compile/link options, extra security for network facing daemon @@ -806,6 +808,10 @@ exit 0 %attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest %changelog +* Mon Sep 17 2018 Nikolai Kondrashov - 3.0.15-18 +- Actually apply patches added previously. + Related: Bug#1611286 Man page scan results for freeradius + * Fri Sep 14 2018 Nikolai Kondrashov - 3.0.15-17 - Fix a few minor manpage issues. Resolves: Bug#1611286 Man page scan results for freeradius