Drop the temporary build-dependency on pandoc before it grows a beard

This commit is contained in:
Panu Matilainen 2022-10-03 15:36:05 +03:00
parent 476a04e71a
commit 46895c4091

View File

@ -30,7 +30,7 @@
%global rpmver 4.18.0 %global rpmver 4.18.0
#global snapver rc1 #global snapver rc1
%global baserelease 1 %global baserelease 2
%global sover 9 %global sover 9
%global srcver %{rpmver}%{?snapver:-%{snapver}} %global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -110,9 +110,6 @@ 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
@ -610,6 +607,9 @@ fi
%doc docs/librpm/html/* %doc docs/librpm/html/*
%changelog %changelog
* Mon Oct 03 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-2
- Drop the temporary build-dependency on pandoc before it grows a beard
* Wed Sep 21 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-1 * Wed Sep 21 2022 Panu Matilainen <pmatilai@redhat.com> - 4.18.0-1
- Rebase to rpm 4.18.0 (https://rpm.org/wiki/Releases/4.18.0) - Rebase to rpm 4.18.0 (https://rpm.org/wiki/Releases/4.18.0)