Remove pandoc dependency
Resolves: rhbz#1967770
This commit is contained in:
parent
b19b0afde5
commit
04f1b0efcf
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -85,8 +85,6 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
BuildRequires: python3-recommonmark
|
BuildRequires: python3-recommonmark
|
||||||
%else
|
|
||||||
BuildRequires: pandoc
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
%if %{with gold}
|
%if %{with gold}
|
||||||
@ -598,6 +596,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 01 2021 Tom Stellard <tstellar@redhat.com> - 12.0.0-3
|
||||||
- Remove dependency on python3-recommonmark
|
- Remove dependency on python3-recommonmark
|
||||||
- Resolves: rhbz#1928132
|
- Resolves: rhbz#1928132
|
||||||
|
Loading…
Reference in New Issue
Block a user