From b6da1d2cfbee69ead2b401f24fe92e0547665f8a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jan 05 2021 03:12:40 +0000 Subject: Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- diff --git a/lightdm.spec b/lightdm.spec index 8826030..fabb7c7 100644 --- a/lightdm.spec +++ b/lightdm.spec @@ -122,6 +122,7 @@ Requires: %{name}-gobject%{?_isa} = %{version}-%{release} %package qt Summary: LightDM Qt4 client library BuildRequires: pkgconfig(QtCore) pkgconfig(QtDBus) pkgconfig(QtGui) pkgconfig(QtNetwork) +BuildRequires: make Requires: %{name}%{?_isa} = %{version}-%{release} %description qt This package contains a Qt4-based library for LightDM clients to use to interface