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:
parent
95a7c69a10
commit
5b257985f5
@ -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
|
Wed Aug 3 11:56:58 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ gpg-agent, and a keybox library.
|
|||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
date=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
date=$(date -u +%%Y-%%m-%%dT%%H:%%M+0000 -r %{SOURCE99})
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libdir} \
|
--libexecdir=%{_libdir} \
|
||||||
--docdir=%{_docdir}/%{name} \
|
--docdir=%{_docdir}/%{name} \
|
||||||
|
Loading…
Reference in New Issue
Block a user