arrfab / rpms / shim

Forked from rpms/shim 5 years ago
Clone

Blame SOURCES/0001-Actually-reflect-the-upstream-commit-this-patchset-g.patch

f2fa6b
From af3293e11528d991090b34a564c4d2e5de416e79 Mon Sep 17 00:00:00 2001
f2fa6b
From: Peter Jones <pjones@redhat.com>
f2fa6b
Date: Tue, 18 Feb 2014 15:19:07 -0500
f2fa6b
Subject: [PATCH] Actually reflect the upstream commit this patchset gets us
f2fa6b
 to.
f2fa6b
f2fa6b
Signed-off-by: Peter Jones <shim-owner@fedoraproject.org>
f2fa6b
---
f2fa6b
 Makefile | 2 +-
f2fa6b
 commit   | 1 +
f2fa6b
 2 files changed, 2 insertions(+), 1 deletion(-)
f2fa6b
 create mode 100644 commit
f2fa6b
f2fa6b
diff --git a/Makefile b/Makefile
f2fa6b
index e65d28d..c3ce4be 100644
f2fa6b
--- a/Makefile
f2fa6b
+++ b/Makefile
f2fa6b
@@ -67,7 +67,7 @@ shim_cert.h: shim.cer
f2fa6b
 version.c : version.c.in
f2fa6b
 	sed	-e "s,@@VERSION@@,$(VERSION)," \
f2fa6b
 		-e "s,@@UNAME@@,$(shell uname -a)," \
f2fa6b
-		-e "s,@@COMMIT@@,$(shell if [ -d .git ] ; then git log -1 --pretty=format:%H ; elif [ -f commit ]; then cat commit ; else echo commit id not available; fi)," \
f2fa6b
+		-e "s,@@COMMIT@@,$(shell if [ -f commit ]; then cat commit ; else echo commit id not available; fi)," \
f2fa6b
 		< version.c.in > version.c
f2fa6b
 
f2fa6b
 certdb/secmod.db: shim.crt
f2fa6b
diff --git a/commit b/commit
f2fa6b
new file mode 100644
f2fa6b
index 0000000..c52fa12
f2fa6b
--- /dev/null
f2fa6b
+++ b/commit
f2fa6b
@@ -0,0 +1 @@
f2fa6b
+06495f692fa748a553ffbde8bfae2974d8c791c0
f2fa6b
\ No newline at end of file
f2fa6b
-- 
f2fa6b
1.8.5.3
f2fa6b