Rebuild to pick up new build flags from redhat-rpm-config

Related: rhbz#1984652
Signed-off-by: Antonio Torres <antorres@redhat.com>
This commit is contained in:
Antonio Torres 2021-08-19 13:23:52 +02:00
parent e4a59ecad7
commit f5fe0a6077

View File

@ -1,7 +1,7 @@
Summary: High-performance and highly configurable free RADIUS server
Name: freeradius
Version: 3.0.21
Release: 19%{?dist}
Release: 20%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.freeradius.org/
@ -851,6 +851,10 @@ exit 0
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
%changelog
* Thu Aug 19 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-20
- Rebuild to pick up new build flags from redhat-rpm-config
Related: rhbz#1984652
* Thu Aug 12 2021 Filip Dvorak <fdvorak@redhat.com> - 3.0.21-19
- Install psutil module and generate def. certs during test script
Resolves: rhbz#1990392