Add BuildRequires for make

This commit is contained in:
Peter Hutterer 2020-11-05 10:41:38 +10:00
parent af66b1c4af
commit 69aafd40cc

View File

@ -3,7 +3,7 @@
Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname}
Version: 1.1
Release: 6%{?dist}
Release: 7%{?dist}
# NOTE: Remove Epoch line if package gets renamed
Epoch: 1
License: MIT
@ -12,6 +12,7 @@ URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/%{pkgname}-%{version}.tar.bz2
Patch0: ISSOCK.patch
BuildRequires: make
BuildRequires: pkgconfig automake gcc
BuildRequires: libX11-devel
BuildRequires: libXau-devel
@ -50,6 +51,9 @@ make check || cat tests/test-suite.log
%{_mandir}/man1/xauth.1*
%changelog
* Thu Nov 05 2020 Peter Hutterer <peter.hutterer@redhat.com> 1:1.1-7
- Add BuildRequires for make
* Thu Aug 20 2020 Tilmann Bubeck <bubeck@fedoraproject.org> - 1:1.1-6
- Fix RHBZ #1870201