diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index d241286..529da08 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 1.8.10.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server Group: System Environment/Daemons @@ -93,6 +93,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.8.10.1-7 +- Escape macros in %%changelog + * Thu Feb 08 2018 Fedora Release Engineering - 1.8.10.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -114,7 +117,7 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache See /usr/share/doc/mod_auth_openidc/ChangeLog for details * Tue Mar 29 2016 John Dennis - 1.8.8-4 -- Add %check to run test +- Add %%check to run test * Wed Mar 23 2016 John Dennis - 1.8.8-3 - Make building with redis support optional (defaults to without)