Add libattr-devel to buildreqs to fix xfs_fsr

This commit is contained in:
Eric Sandeen 2016-09-06 16:35:08 -05:00
parent e54cf7e08c
commit 783c39c400
3 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
ae82b0ab63e89cfda52fb9859855bafa xfsprogs-4.7.0.tar.gz
fcba94b6c74b726dac956d7a650c0c31 xfsprogs-4.5.0.tar.gz

View File

@ -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 <sandeen@redhat.com> 4.7.0-1
- New upstream release
* Tue Sep 06 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-2
- Add libattr-devel build dependency to fix xfs_fsr
* Tue Mar 15 2016 Eric Sandeen <sandeen@redhat.com> 4.5.0-1
- New upstream release