Escape macros in %changelog

Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-09 09:06:26 +01:00
parent 4eb5a09ead
commit f770b50873
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -1,6 +1,6 @@
Name: tpm2-tss Name: tpm2-tss
Version: 1.3.0 Version: 1.3.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: TPM2.0 Software Stack Summary: TPM2.0 Software Stack
# The entire source code is under BSD except implementation.h and tpmb.h which # 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 %postun -p /sbin/ldconfig
%changelog %changelog
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.3.0-2
- Escape macros in %%changelog
* Fri Dec 08 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-1 * Fri Dec 08 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.3.0-1
- Update to 1.3.0 release - 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 - Remove global pkg_prefix since now the upstream repo and package names match
- Update URLs to point to the new project location - Update URLs to point to the new project location
- Remove -Wno-int-in-bool-context compiler flag since now upstream takes care - 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 - Add patch to include a LICENSE since the generated tarball does not have it
* Mon Aug 28 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.2.0-1 * Mon Aug 28 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.2.0-1
- Update to 1.2.0 release - Update to 1.2.0 release
- Use tpm2-tss instead of TPM2.0-TSS as prefix since project name changed - Use tpm2-tss instead of TPM2.0-TSS as prefix since project name changed
- Fix SPEC file access mode - 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 <javierm@redhat.com> - 1.1.0-3 * Fri Aug 18 2017 Javier Martinez Canillas <javierm@redhat.com> - 1.1.0-3
- Remove unneeded source tarballs (RHBZ#1482828) - Remove unneeded source tarballs (RHBZ#1482828)
@ -99,8 +102,8 @@ use tpm2-tss.
* Mon Dec 12 2016 Sun Yunying <yunying.sun@intel.com> - 1.0-2 * Mon Dec 12 2016 Sun Yunying <yunying.sun@intel.com> - 1.0-2
- Remove global macro pkg_version to avoid duplicate of version - Remove global macro pkg_version to avoid duplicate of version
- Use ExclusiveArch instead of ExcludeArch - Use ExclusiveArch instead of ExcludeArch
- Use less wildcard in %files section to be more specific - Use less wildcard in %%files section to be more specific
- Add trailing slash at end of added directory in %file section - Add trailing slash at end of added directory in %%file section
- Remove autoconf/automake/pkgconfig(cmocka) from BuildRequires - Remove autoconf/automake/pkgconfig(cmocka) from BuildRequires
- Increase release version to 2 - Increase release version to 2