From f770b508733d5a3d33535c23aea3a27327625133 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Feb 2018 09:06:26 +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 --- tpm2-tss.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/tpm2-tss.spec b/tpm2-tss.spec index a6b50da..fa8bdfe 100644 --- a/tpm2-tss.spec +++ b/tpm2-tss.spec @@ -1,6 +1,6 @@ Name: tpm2-tss Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: TPM2.0 Software Stack # The entire source code is under BSD except implementation.h and tpmb.h which @@ -67,6 +67,9 @@ use tpm2-tss. %postun -p /sbin/ldconfig %changelog +* Fri Feb 09 2018 Igor Gnatenko - 1.3.0-2 +- Escape macros in %%changelog + * Fri Dec 08 2017 Javier Martinez Canillas - 1.3.0-1 - Update to 1.3.0 release @@ -75,14 +78,14 @@ use tpm2-tss. - Remove global pkg_prefix since now the upstream repo and package names match - Update URLs to point to the new project location - Remove -Wno-int-in-bool-context compiler flag since now upstream takes care -- Remove %doc directive since README.md and CHANGELOG.md are not in the tarball +- Remove %%doc directive since README.md and CHANGELOG.md are not in the tarball - Add patch to include a LICENSE since the generated tarball does not have it * Mon Aug 28 2017 Javier Martinez Canillas - 1.2.0-1 - Update to 1.2.0 release - Use tpm2-tss instead of TPM2.0-TSS as prefix since project name changed - Fix SPEC file access mode -- Include new man pages in %files directive +- Include new man pages in %%files directive * Fri Aug 18 2017 Javier Martinez Canillas - 1.1.0-3 - Remove unneeded source tarballs (RHBZ#1482828) @@ -99,8 +102,8 @@ use tpm2-tss. * Mon Dec 12 2016 Sun Yunying - 1.0-2 - Remove global macro pkg_version to avoid duplicate of version - Use ExclusiveArch instead of ExcludeArch -- Use less wildcard in %files section to be more specific -- Add trailing slash at end of added directory in %file section +- Use less wildcard in %%files section to be more specific +- Add trailing slash at end of added directory in %%file section - Remove autoconf/automake/pkgconfig(cmocka) from BuildRequires - Increase release version to 2