Temporarily buildrequire pandoc due to makefile bugs

The upstream patches wont help when the tarball is created with
buggy makefiles, hpmh. Temporarily require pandoc for building
to get around it.
This commit is contained in:
Panu Matilainen 2021-06-23 10:08:40 +03:00
parent f209b8606b
commit 7c9bfb59ff

View File

@ -107,6 +107,9 @@ BuildRequires: sqlite-devel
# Couple of patches change makefiles so, require for now... # Couple of patches change makefiles so, require for now...
BuildRequires: automake libtool BuildRequires: automake libtool
# Temporary! Work around bugs in beta1 makefiles
BuildRequires: pandoc
%if %{with plugins} %if %{with plugins}
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
BuildRequires: dbus-devel BuildRequires: dbus-devel
@ -562,8 +565,8 @@ fi
%changelog %changelog
* Tue Jun 22 2021 Panu Matilainen <pmatilai@redhat.com> - 4.17.0-0.beta1.1 * Tue Jun 22 2021 Panu Matilainen <pmatilai@redhat.com> - 4.17.0-0.beta1.1
- Rebase to 4.17.0 beta1 - Rebase to 4.17.0 beta1
- Pull additional upstream patches to avoid pandoc dependency
- Add back /usr/lib/rpm/find-debuginfo.sh as a compat symlink - Add back /usr/lib/rpm/find-debuginfo.sh as a compat symlink
- Add temporary buildrequire on pandoc due to makefile bugs in beta1
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.16.90-0.git15395.8.1 * Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.16.90-0.git15395.8.1
- Rebuilt for Python 3.10 - Rebuilt for Python 3.10