Update BuildRequires for tests
The acl and perl(HTTP::Date) requirements are pulled in by other
packages on Fedora so they were not noticed when the test requirements
were updated in 6dc6285
("Improve test suite coverage", 2017-11-10).
The highlight package is available in EPEL for EL-6 (on all supported
architectures). Extend the conditional to only exclude it on ppc64 for
EL-7.
This commit is contained in:
parent
2d1c8b10e9
commit
f0946b65f2
7
git.spec
7
git.spec
@ -122,6 +122,7 @@ BuildRequires: systemd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Test suite requirements
|
# Test suite requirements
|
||||||
|
BuildRequires: acl
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 27
|
%if 0%{?fedora} && 0%{?fedora} >= 27
|
||||||
# Needed by t5540-http-push-webdav.sh
|
# Needed by t5540-http-push-webdav.sh
|
||||||
BuildRequires: apr-util-bdb
|
BuildRequires: apr-util-bdb
|
||||||
@ -129,7 +130,7 @@ BuildRequires: apr-util-bdb
|
|||||||
BuildRequires: cvs
|
BuildRequires: cvs
|
||||||
BuildRequires: cvsps
|
BuildRequires: cvsps
|
||||||
BuildRequires: gnupg
|
BuildRequires: gnupg
|
||||||
%if 0%{?fedora} || ( 0%{?rhel} && 0%{?rhel} == 7 && %{_arch} != ppc64 )
|
%if 0%{?fedora} || ( 0%{?rhel} && ( 0%{?rhel} == 6 || 0%{?rhel} == 7 && %{_arch} != ppc64 ))
|
||||||
BuildRequires: highlight
|
BuildRequires: highlight
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: httpd
|
BuildRequires: httpd
|
||||||
@ -143,6 +144,7 @@ BuildRequires: perl(CGI::Carp)
|
|||||||
BuildRequires: perl(CGI::Util)
|
BuildRequires: perl(CGI::Util)
|
||||||
BuildRequires: perl(DBD::SQLite)
|
BuildRequires: perl(DBD::SQLite)
|
||||||
BuildRequires: perl(Digest::MD5)
|
BuildRequires: perl(Digest::MD5)
|
||||||
|
BuildRequires: perl(HTTP::Date)
|
||||||
BuildRequires: perl(IO::Pty)
|
BuildRequires: perl(IO::Pty)
|
||||||
BuildRequires: perl(Mail::Address)
|
BuildRequires: perl(Mail::Address)
|
||||||
BuildRequires: perl(Memoize)
|
BuildRequires: perl(Memoize)
|
||||||
@ -768,6 +770,9 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2018 Todd Zullinger <tmz@pobox.com>
|
||||||
|
- Update BuildRequires for tests
|
||||||
|
|
||||||
* Mon Jan 08 2018 Todd Zullinger <tmz@pobox.com>
|
* Mon Jan 08 2018 Todd Zullinger <tmz@pobox.com>
|
||||||
- Avoid excluding non-existent .py[co] files in %%doc
|
- Avoid excluding non-existent .py[co] files in %%doc
|
||||||
- Remove obsolete gnome-keyring credential helper
|
- Remove obsolete gnome-keyring credential helper
|
||||||
|
Loading…
Reference in New Issue
Block a user