Accepting request 312115 from security:privacy

Fix SLE 12 ... 13.2 build

OBS-URL: https://build.opensuse.org/request/show/312115
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=108
This commit is contained in:
Vítězslav Čížek 2015-06-16 07:33:46 +00:00 committed by Git OBS Bridge
parent 09805239dc
commit 63a29de940
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 15 13:20:33 UTC 2015 - astieger@suse.com
- fix build with openSUSE 13.2 and earlier, call make to
compensate for incorrect documentation dependencies.
-------------------------------------------------------------------
Thu Jun 11 14:32:09 UTC 2015 - astieger@suse.com

View File

@ -106,6 +106,13 @@ export LDFLAGS=-pie
--enable-large-secmem \
--with-gnu-ld
# https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/030018.html
%if 0%{?suse_version} <= 1320
pushd doc
make defs.inc
popd
%endif
#
make %{?_smp_mflags}
%install