From bea2a0f462f1a283729ab00593c20f28ea77e9f4 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 30 Jun 2009 16:22:11 +0000 Subject: [PATCH] * Tue Jun 30 2009 Eric Sandeen 3.0.1-8 - Fix up build-requires after e2fsprogs splitup --- xfsprogs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xfsprogs.spec b/xfsprogs.spec index ef4c155..05e6686 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.0.1 -Release: 7%{?dist} +Release: 8%{?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, e2fsprogs-devel, readline-devel +BuildRequires: libtool, gettext, libuuid-devel, readline-devel Provides: xfs-cmds Obsoletes: xfs-cmds <= %{version} Conflicts: xfsdump < 3.0.1 @@ -195,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Tue Jun 30 2009 Eric Sandeen 3.0.1-8 +- Fix up build-requires after e2fsprogs splitup + * Thu Jun 18 2009 Dennis Gilmore 3.0.1-7 - update sparc multilib handling