From 2d84b0771826e2aa50cc1fcb9c0dcdd5e2cb1f36 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 (cherry picked from commit a747e7fb5131362b49d5a7223f4b4d9774b00a94) --- macros | 2 +- redhat-rpm-config.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/macros b/macros index 736c26c..6b4472d 100644 --- a/macros +++ b/macros @@ -150,7 +150,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 d0d913d..75a997f 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: 73 +Version: 74 Release: 1%{?dist} # No version specified. License: GPL+ @@ -147,6 +147,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Wed Feb 21 2018 Igor Gnatenko - 74-1 +- Fix the inevitable embarrassing typo in 73, doh + * Wed Feb 21 2018 Igor Gnatenko - 73-1 - Explicitly close scriptlets with %%end (ldconfig)