diff --git a/pcre2.changes b/pcre2.changes index 2261aba..18b95d7 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 7 16:19:22 UTC 2017 - dimstar@opensuse.org + +- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13. + ------------------------------------------------------------------- Mon Aug 1 15:24:18 UTC 2016 - astieger@suse.com diff --git a/pcre2.spec b/pcre2.spec index 97a7241..77bdd0d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -237,6 +237,7 @@ make check -j1 %files doc %defattr(-,root,root) %doc doc/html doc/*.txt +%doc %{_defaultdocdir}/pcre2-doc %files devel %defattr(-,root,root)