diff --git a/xfsprogs.spec b/xfsprogs.spec index 338d38e..6718a81 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.1.1 -Release: 6%{?dist} +Release: 7%{?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 @@ -40,7 +40,7 @@ with the IRIX version of XFS. %package devel Summary: XFS filesystem-specific headers Group: Development/Libraries -Requires: xfsprogs = %{version}-%{release} +Requires: xfsprogs = %{version}-%{release}, libuuid-devel %description devel xfsprogs-devel contains the header files needed to develop XFS @@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Mon Apr 19 2010 Eric Sandeen 3.1.1-7 +- make devel pkg require libuuid-devel (#576296) + * Mon Mar 15 2010 Eric Sandeen 3.1.1-6 - Fix missing locking for btree manipulation in xfs_repair