From 4afcc9d8d55b532ae2c72370c4cf95b095965e84 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Dec 2020 08:43:22 +1000 Subject: [PATCH] Add make to BuildRequires --- libfontenc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfontenc.spec b/libfontenc.spec index 8f8f856..f2eb893 100644 --- a/libfontenc.spec +++ b/libfontenc.spec @@ -4,12 +4,12 @@ Summary: X.Org X11 libfontenc runtime library Name: libfontenc Version: 1.1.3 -Release: 13%{?dist} +Release: 14%{?dist} License: MIT URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 -BuildRequires: pkgconfig +BuildRequires: pkgconfig make BuildRequires: xorg-x11-util-macros BuildRequires: xorg-x11-proto-devel BuildRequires: zlib-devel @@ -53,6 +53,9 @@ find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || : %{_libdir}/pkgconfig/fontenc.pc %changelog +* Tue Dec 01 2020 Peter Hutterer 1.1.3-14 +- Add make to BuildRequires + * Tue Jul 28 2020 Fedora Release Engineering - 1.1.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild