From ebd58ff6b7881cb7853f3ca49dde36aee793157f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Dec 2020 08:39:21 +1000 Subject: [PATCH] Add make to BuildRequires --- libICE.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libICE.spec b/libICE.spec index 1a7a442..b382a4a 100644 --- a/libICE.spec +++ b/libICE.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 ICE runtime library Name: libICE Version: 1.0.10 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: http://www.x.org @@ -11,7 +11,7 @@ Source0: https://www.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2 # Patch1: 0002-Add-getentropy-emulation-through-syscall.patch BuildRequires: xorg-x11-util-macros -BuildRequires: autoconf automake libtool +BuildRequires: autoconf automake libtool make BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-5 @@ -68,6 +68,9 @@ done %{_libdir}/pkgconfig/ice.pc %changelog +* Tue Dec 01 2020 Peter Hutterer 1.0.10-5 +- Add make to BuildRequires + * Tue Jul 28 2020 Fedora Release Engineering - 1.0.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild