Remove pandoc dependency

Resolves: rhbz#1967770
This commit is contained in:
Tom Stellard 2021-06-16 16:10:26 -07:00
parent b19b0afde5
commit 04f1b0efcf
1 changed files with 4 additions and 3 deletions

View File

@ -53,7 +53,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@ -85,8 +85,6 @@ BuildRequires: ncurses-devel
BuildRequires: python3-sphinx
%if !0%{?rhel}
BuildRequires: python3-recommonmark
%else
BuildRequires: pandoc
%endif
BuildRequires: multilib-rpm-config
%if %{with gold}
@ -598,6 +596,9 @@ fi
%endif
%changelog
* Wed Jun 16 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-4
- Remove pandoc dependency
* Sat May 01 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-3
- Remove dependency on python3-recommonmark
- Resolves: rhbz#1928132