diff --git a/xfsprogs.spec b/xfsprogs.spec index 2cdb256..fd702b0 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.0.3 -Release: 4%{?dist} +Release: 5%{?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,8 @@ 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, readline-devel +BuildRequires: libtool, gettext, libuuid-devel +BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568 Provides: xfs-cmds Obsoletes: xfs-cmds <= %{version} Conflicts: xfsdump < 3.0.1 @@ -202,6 +203,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Tue Dec 08 2009 Eric Sandeen 3.0.3-5 +- And finally, BuildRequire libblkid-devel + * Mon Dec 07 2009 Eric Sandeen 3.0.3-4 - Actually patch & run configure script w/ blkid bits... - Kill rpath in xfs_fsr