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
This commit is contained in:
P. Janouch 2016-08-04 15:57:29 +00:00 committed by Git OBS Bridge
parent 95a7c69a10
commit 5b257985f5
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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} \