[pesign] Don't use --std=gnu11 because we have to work on RHEL 6 builders.

Peter Jones pjones at fedoraproject.org
Tue Feb 5 15:45:35 UTC 2013


commit 3c30b6579a1e69f2de9110e926a5bd55d9937d11
Author: Peter Jones <pjones at redhat.com>
Date:   Tue Feb 5 10:45:23 2013 -0500

    Don't use --std=gnu11 because we have to work on RHEL 6 builders.

 pesign.spec |    5 ++++-
 sources     |    3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/pesign.spec b/pesign.spec
index 3afd2c1..fca77f2 100644
--- a/pesign.spec
+++ b/pesign.spec
@@ -1,6 +1,6 @@
 Summary: Signing utility for UEFI binaries
 Name: pesign
-Version: 0.101
+Version: 0.102
 Release: 1%{?dist}
 Group: Development/System
 License: GPLv2
@@ -89,6 +89,9 @@ exit 0
 %ghost %attr(0660, -, -) %{_localstatedir}/run/%{name}/pesign.pid
 
 %changelog
+* Tue Feb 05 2013 Peter Jones <pjones at redhat.com> - 0.102-1
+- Don't use --std=gnu11 because we have to work on RHEL 6 builders.
+
 * Mon Feb 04 2013 Peter Jones <pjones at redhat.com> - 0.101-1
 - Update to 0.101 to fix more "pesign -E" issues.
 
diff --git a/sources b/sources
index 7400583..c3c6473 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
 328db7cb27847cb610b7cf8f9c470455  rh-test-certs.tar.bz2
-ce4d253db06351c3de9d9334c327f93c  pesign-0.100.tar.bz2
-c1e8c0d06d4a3a59ff27a4c0e42f60de  pesign-0.101.tar.bz2
+8da42433539280809dc5119b7025c2d6  pesign-0.102.tar.bz2


More information about the scm-commits mailing list