From 28642ee7ad61f64be2e38ea034f27df9c6c747d0 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 26 Feb 2018 09:57:42 -0600 Subject: [PATCH] Add buildrequires: for gcc --- xfsprogs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 2132c4c..9f4fcda 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 4.15.0 -Release: 1%{?dist} +Release: 2%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. # doc/COPYING file specifies what is GPL and what is LGPL @@ -10,6 +10,7 @@ License: GPL+ and LGPLv2+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz +BuildRequires: gcc BuildRequires: libtool, gettext, libattr-devel, libuuid-devel BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 Buildrequires: libunistring-devel, lvm2-devel @@ -110,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/ %{_libdir}/*.so %changelog +* Mon Feb 26 2018 Eric Sandeen 4.15.0-2 +- BuildRequires: gcc + * Sat Feb 24 2018 Eric Sandeen 4.15.0-1 - New upstream release - Adds new xfs_scrub utility and services