From 8bd2c03756583c69600f532f17769625f366915c Mon Sep 17 00:00:00 2001 From: Dmitry Butskoy Date: Mon, 1 Mar 2021 20:13:10 +0300 Subject: [PATCH] Fix BuildRequires (#1933652) --- zvbi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zvbi.spec b/zvbi.spec index b2da906..658d5ec 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -3,7 +3,7 @@ Name: zvbi Version: 0.2.35 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Raw VBI, Teletext and Closed Caption decoding library # See NEWS for a full breakdown of licensing. License: LGPLv2+ and GPLv2+ and BSD @@ -19,7 +19,8 @@ BuildRequires: fontconfig BuildRequires: gettext >= 0.16.1 BuildRequires: libpng-devel BuildRequires: libICE-devel -BuildRequires: xorg-x11-font-utils +BuildRequires: bdftopcf +BuildRequires: mkfontdir BuildRequires: systemd-units Requires(post): systemd-units @@ -157,6 +158,9 @@ ln -sf %{fontdir} %{buildroot}%{catalogue}/%{name} %changelog +* Mon Mar 1 2021 Dmitry Butskoy - 0.2.35-13 +- Fix BuildRequires (#1933652) + * Thu Jan 28 2021 Fedora Release Engineering - 0.2.35-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild