Accepting request 455314 from home:dimstar:Factory

Fix build with rpm 4.13

OBS-URL: https://build.opensuse.org/request/show/455314
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=12
This commit is contained in:
Andreas Stieger 2017-02-07 16:53:03 +00:00 committed by Git OBS Bridge
parent 6a07bf9f8d
commit ddd66e91e1
2 changed files with 7 additions and 1 deletions

View File

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

View File

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