From 4dfd13a24cce2e6937818c3f64afce2e5c81ca9f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:04:11 +0100 Subject: [PATCH] Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- beakerlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/beakerlib.spec b/beakerlib.spec index b446dcd..8d1e703 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -1,7 +1,7 @@ Name: beakerlib Summary: A shell-level integration testing library Version: 1.17 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2 Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -96,6 +96,9 @@ Files for syntax highlighting BeakerLib tests in VIM editor %{_datadir}/vim/vimfiles/after/syntax/beakerlib.vim %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.17-11 +- Escape macros in %%changelog + * Wed Feb 07 2018 Fedora Release Engineering - 1.17-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -163,7 +166,7 @@ Files for syntax highlighting BeakerLib tests in VIM editor - rlService* won't be blocked be less(1) while systemctl redirection is in place, bz1383303 - variable LibraryDir variable is created for all imported libraries, holding the path to the library source, bz1074487 - all logging messages are now printed to stderr, bz1171881 -- wildcard %doc inclusion in spec, bz1206173 +- wildcard %%doc inclusion in spec, bz1206173 - prevent unbound variables, bz1228264 - new functions rlServiceEnabled/rlServiceDisable for enabling/disabling services, bz1234804 - updated documentation for rlImport -all, bz1246061