From a747e7fb5131362b49d5a7223f4b4d9774b00a94 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 17 Jan 2018 12:57:53 +0200 Subject: [PATCH] Fix the inevitable embarrassing typo in 77, doh --- macros | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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