* Thu Apr 01 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-7
- make devel pkg require libuuid-devel (#576296)
This commit is contained in:
parent
f6dae0c6d0
commit
8dc5a86ad0
@ -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 <sandeen@redhat.com> 3.1.1-7
|
||||
- make devel pkg require libuuid-devel (#576296)
|
||||
|
||||
* Mon Mar 15 2010 Eric Sandeen <sandeen@redhat.com> 3.1.1-6
|
||||
- Fix missing locking for btree manipulation in xfs_repair
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user