From 6e5cd0269526ac7945a573d202c2325755608c2c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Feb 26 2018 16:01:03 +0000 Subject: Add BuildRequires: gcc --- diff --git a/xfsdump.spec b/xfsdump.spec index 73b6264..3fef10c 100644 --- a/xfsdump.spec +++ b/xfsdump.spec @@ -1,13 +1,14 @@ Summary: Administrative utilities for the XFS filesystem Name: xfsdump Version: 3.1.8 -Release: 2%{?dist} +Release: 3%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. License: GPL+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ Source0: http://kernel.org/pub/linux/utils/fs/xfs/%{name}/%{name}-%{version}.tar.xz +BuildRequires: gcc BuildRequires: libtool, gettext, gawk BuildRequires: xfsprogs-devel, libuuid-devel, libattr-devel ncurses-devel Requires: xfsprogs >= 2.6.30, attr >= 2.0.0 @@ -61,6 +62,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/xfsdump/inventory %{_sharedstatedir}/xfsdump/inventory %changelog +* Mon Feb 26 2018 Eric Sandeen 3.1.8-3 +- BuildRequires: gcc + * Fri Feb 09 2018 Fedora Release Engineering - 3.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild