From 46895c409113991756da3d717cd8050bed0eff47 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Oct 03 2022 12:40:21 +0000 Subject: Drop the temporary build-dependency on pandoc before it grows a beard --- diff --git a/rpm.spec b/rpm.spec index 535c346..aad2d74 100644 --- a/rpm.spec +++ b/rpm.spec @@ -30,7 +30,7 @@ %global rpmver 4.18.0 #global snapver rc1 -%global baserelease 1 +%global baserelease 2 %global sover 9 %global srcver %{rpmver}%{?snapver:-%{snapver}} @@ -110,9 +110,6 @@ BuildRequires: sqlite-devel # Couple of patches change makefiles so, require for now... BuildRequires: automake libtool -# Temporary! Work around bugs in beta1 makefiles -BuildRequires: pandoc - %if %{with plugins} BuildRequires: libselinux-devel BuildRequires: dbus-devel @@ -610,6 +607,9 @@ fi %doc docs/librpm/html/* %changelog +* Mon Oct 03 2022 Panu Matilainen - 4.18.0-2 +- Drop the temporary build-dependency on pandoc before it grows a beard + * Wed Sep 21 2022 Panu Matilainen - 4.18.0-1 - Rebase to rpm 4.18.0 (https://rpm.org/wiki/Releases/4.18.0)