diff --git a/gpg2.changes b/gpg2.changes index fc14772..bd9f68b 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -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 diff --git a/gpg2.spec b/gpg2.spec index cda08f1..ad19e39 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -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