Accepting request 455313 from home:dimstar:Factory

Fix build with rpm 4.13

OBS-URL: https://build.opensuse.org/request/show/455313
OBS-URL: https://build.opensuse.org/package/show/Base:System/pcre?expand=0&rev=74
This commit is contained in:
Stefan Seyfried 2017-02-07 19:43:50 +00:00 committed by Git OBS Bridge
parent a3b34a88fb
commit f10244b941
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 7 16:17:44 UTC 2017 - dimstar@opensuse.org
- Explicitly package %{_docdir}/%{name} to fix build with RPM 4.13.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 1 15:22:09 UTC 2016 - astieger@suse.com Mon Aug 1 15:22:09 UTC 2016 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package pcre # spec file for package pcre
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -214,6 +214,7 @@ make test -j1
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
%doc doc/html doc/*.txt %doc doc/html doc/*.txt
%doc %{_defaultdocdir}/pcre-doc
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)