From d618869c5c3049efda476f0eabb7084e6267c090 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 6 Sep 2016 16:32:28 -0500 Subject: [PATCH] add libattr-devel to buildreqs to fix xfs_fsr --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index e5cd273..4dd2d08 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 4.5.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 @@ -12,7 +12,7 @@ URL: http://oss.sgi.com/projects/xfs/ Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz Source1: xfsprogs-wrapper.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libtool, gettext, libuuid-devel +BuildRequires: libtool, gettext, libattr-devel, libuuid-devel BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 Provides: xfs-cmds Obsoletes: xfs-cmds <= %{version} @@ -110,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Tue Sep 06 2016 Eric Sandeen 4.5.0-2 +- Add libattr-devel build dependency to fix xfs_fsr + * Tue Mar 15 2016 Eric Sandeen 4.5.0-1 - New upstream release