From 783c39c400ce51da54426ad4e3f50600acc45f80 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 6 Sep 2016 16:35:08 -0500 Subject: [PATCH] Add libattr-devel to buildreqs to fix xfs_fsr --- .gitignore | 1 - sources | 2 +- xfsprogs.spec | 10 +++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 127536b..ac2715a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,3 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-4.2.0.tar.gz /xfsprogs-4.3.0.tar.gz /xfsprogs-4.5.0.tar.gz -/xfsprogs-4.7.0.tar.gz diff --git a/sources b/sources index 4ae1770..eeea638 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae82b0ab63e89cfda52fb9859855bafa xfsprogs-4.7.0.tar.gz +fcba94b6c74b726dac956d7a650c0c31 xfsprogs-4.5.0.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index 0db5b70..86892c0 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs -Version: 4.7.0 -Release: 1%{?dist} +Version: 4.5.0 +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,8 +110,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog -* Sun Aug 07 2016 Eric Sandeen 4.7.0-1 -- New upstream release +* 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