[remind] - Fixing unescaped %%check section in the changelog ... - ... causing build failures on aarch64

Jaromír Cápík jcapik at fedoraproject.org
Thu Jun 13 15:51:43 UTC 2013


commit 152049b8314fbdc1c371077766d2e0230e95f1e9
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Jun 13 17:51:29 2013 +0200

    - Fixing unescaped %%check section in the changelog ...
    - ... causing build failures on aarch64

 remind.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/remind.spec b/remind.spec
index 11e9837..ad01e61 100644
--- a/remind.spec
+++ b/remind.spec
@@ -1,6 +1,6 @@
 Name:           remind
 Version:        03.01.13
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A sophisticated calendar and alarm program
 
 Group:          Applications/Productivity
@@ -94,6 +94,10 @@ desktop-file-install \
 %{_mandir}/man1/tkremind.1.gz
 
 %changelog
+* Thu Jun 13 2013 Jaromir Capik <jcapik at redhat.com> - 03.01.13-3
+- Fixing unescaped %%check section in the changelog ...
+- ... causing build failures on aarch64
+
 * Wed May 01 2013 Jon Ciesla <limburgher at gmail.com> - 03.01.13-2
 - Drop desktop vendor tag.
 
@@ -165,7 +169,7 @@ desktop-file-install \
 * Thu May 03 2007 Ray Van Dolson <rayvd at bludgeon.org> - 03.00.24-2
 - Using integer only release numbers.
 - Preserve timestamps on manpages.
-- Added %check
+- Added %%check
 - Removed README from documentation and added ACKNOWLEDGEMENTS
 
 * Wed Apr 25 2007 Ray Van Dolson <rayvd at bludgeon.org> - 03.00.24-1.1


More information about the scm-commits mailing list