From d79a337290ef0d84d173ced6feec9f00493400c2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Feb 09 2018 08:06:34 +0000 Subject: Escape macros in %changelog Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko --- diff --git a/yum.spec b/yum.spec index 86eae1f..d9b471d 100644 --- a/yum.spec +++ b/yum.spec @@ -64,7 +64,7 @@ BuildRequires: bash-completion Summary: RPM package installer/updater/manager Name: yum Version: 3.4.3 -Release: 515%{?dist} +Release: 516%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz @@ -515,6 +515,9 @@ exit 0 %endif %changelog +* Fri Feb 09 2018 Igor Gnatenko - 3.4.3-516 +- Escape macros in %%changelog + * Thu Aug 17 2017 Valentina Mukhamedzhanova - 3.4.3-515 - Really skip all gpg-agent files. @@ -705,7 +708,7 @@ exit 0 * Wed Jan 15 2014 Zdenek Pavlas - 3.4.3-130 - update to latest HEAD -- fix "yum --help" with translated "Usage: %s\n". BZ 1033416 +- fix "yum --help" with translated "Usage: %%s\n". BZ 1033416 - completion: Fix file/dir completions for names containing spaces or tabs - Fixed yum.8 manpage formatting. BZ 1050902 - yum-cron: fail on unsigned packages. BZ 1052440 @@ -1023,7 +1026,7 @@ exit 0 - Turn checking on, and fix check-po script. * Wed Mar 27 2013 Zdenek Pavlas - 3.4.3-80 -- package also %{compdir}'s parent +- package also %%{compdir}'s parent - set correct dir when bytecompiling /usr/share/yum-cli - add fast package name completion (disabled by default)