diff --git a/macros b/macros index f1a596e..b67ce89 100644 --- a/macros +++ b/macros @@ -114,7 +114,7 @@ %{?__brp_strip_comment_note} \ } \ %{?__brp_strip_static_archive} \ - %{?py_auto_byte_compile:%{?__brp_python_bytecompile} \ + %{?py_auto_byte_compile:%{?__brp_python_bytecompile}} \ %{?__brp_python_hardlink} \ %{nil} diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index df2f741..7d21607 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 77 +Version: 78 Release: 1%{?dist} # No version specified. License: GPL+ @@ -153,6 +153,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Jan 17 2018 Panu Matilainen - 78-1 +- Fix the inevitable embarrassing typo in 77, doh + * Wed Jan 17 2018 Panu Matilainen - 77-1 - Macroize build root policies for consistent disable/override ability