diff --git a/radcli.spec b/radcli.spec index 96c18d8..fba8b85 100644 --- a/radcli.spec +++ b/radcli.spec @@ -1,7 +1,7 @@ Summary: RADIUS protocol client library Name: radcli Version: 1.2.7 -Release: 2%{?dist} +Release: 3%{?dist} #Breakdown of licenses. Under MIT license: # lib/avpair.c, lib/buildreq.c, lib/clientid.c, lib/config.c, lib/dict.c, @@ -118,6 +118,9 @@ cp -p %{buildroot}%{_datadir}/%{name}/dictionary %{buildroot}%{_sysconfdir}/%{na %{_libdir}/libradiusclient-ng.so %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Mon Jan 2 2017 Nikos Mavrogiannopoulos - 1.2.7-2 - Use gnutls' random functions to avoid depending on getentropy entirely (#1409291)