Fix BuildRequires (#1933652)

epel10^2^2
Dmitry Butskoy 4 years ago
parent 80569d3372
commit 8bd2c03756

@ -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 <Dmitry@Butskoy.name> - 0.2.35-13
- Fix BuildRequires (#1933652)
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.35-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save