From 5b257985f5461398c26cf158da4fed93baa4db59530e810b06f24a01551b77f5 Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Thu, 4 Aug 2016 15:57:29 +0000
Subject: [PATCH] Accepting request 416910 from
home:scarabeus_iv:branches:Base:System
- Fix date call as the curlified parameter for sure are not parsed
correctly by escaping it with %
OBS-URL: https://build.opensuse.org/request/show/416910
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=143
---
gpg2.changes | 6 ++++++
gpg2.spec | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/gpg2.changes b/gpg2.changes
index efdac36..74f1f90 100644
--- a/gpg2.changes
+++ b/gpg2.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Aug 4 12:17:14 UTC 2016 - tchvatal@suse.com
+
+- Fix date call as the curlified parameter for sure are not parsed
+ correctly by escaping it with %
+
-------------------------------------------------------------------
Wed Aug 3 11:56:58 UTC 2016 - astieger@suse.com
diff --git a/gpg2.spec b/gpg2.spec
index 50b3494..29b9d7f 100644
--- a/gpg2.spec
+++ b/gpg2.spec
@@ -88,7 +88,7 @@ gpg-agent, and a keybox library.
%patch12 -p1
%build
-date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
+date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
%configure \
--libexecdir=%{_libdir} \
--docdir=%{_docdir}/%{name} \