Accepting request 847344 from home:elchevive:branches:graphics:darktable:master

- Also add perl(Pod::Parser) to Requires, otherwise POD generation fail
  (boo#1178446)

OBS-URL: https://build.opensuse.org/request/show/847344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/po4a?expand=0&rev=63
This commit is contained in:
Dirk Stoecker 2020-11-10 08:51:18 +00:00 committed by Git OBS Bridge
parent e06cc0858c
commit 12c86039d9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 9 16:59:43 UTC 2020 - Luiz Fernando Ranghetti <elchevive@opensuse.org>
- Also add perl(Pod::Parser) to Requires, otherwise POD generation fail
(boo#1178446)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 30 11:10:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org> Fri Oct 30 11:10:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -46,6 +46,7 @@ BuildRequires: opensp
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Requires: perl-SGMLS Requires: perl-SGMLS
Requires: perl-YAML-Tiny Requires: perl-YAML-Tiny
Requires: perl(Pod::Parser)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%{perl_requires} %{perl_requires}