Disable PDF building on Rawhide (#1984687)
Just temporary workaround to failing pdf build.
This commit is contained in:
parent
3bd7080e53
commit
a58a3a3f05
@ -19,7 +19,8 @@
|
|||||||
%bcond_without DNSTAP
|
%bcond_without DNSTAP
|
||||||
%bcond_without LMDB
|
%bcond_without LMDB
|
||||||
%bcond_without DOC
|
%bcond_without DOC
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} && 0%{?fedora} < 35
|
||||||
|
# FIXME: broken again on f35 (bug #1984687)
|
||||||
# Because of issues with PDF rebuild, include only HTML pages
|
# Because of issues with PDF rebuild, include only HTML pages
|
||||||
# RHEL and ELN do not have all required packages
|
# RHEL and ELN do not have all required packages
|
||||||
%bcond_without DOCPDF
|
%bcond_without DOCPDF
|
||||||
@ -1130,6 +1131,7 @@ fi;
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 21 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.19-1
|
* Wed Jul 21 2021 Petr Menšík <pemensik@redhat.com> - 32:9.16.19-1
|
||||||
- Update to 9.16.19 (#1984627)
|
- Update to 9.16.19 (#1984627)
|
||||||
|
- Disable PDF rebuild on Rawhide (#1984687)
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 32:9.16.18-5
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 32:9.16.18-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user