From 8dc5a86ad019748de316038ee34e1d522ddc0cd5 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 1 Apr 2010 18:37:44 +0000 Subject: [PATCH] * Thu Apr 01 2010 Eric Sandeen 3.1.1-7 - make devel pkg require libuuid-devel (#576296) --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index 338d38e..f23354f 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 +* Thu Apr 01 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