* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1

- New upstream release
This commit is contained in:
Eric Sandeen 2009-05-05 18:24:26 +00:00
parent 6d50414e1a
commit 4ba76e4bca
3 changed files with 7 additions and 5 deletions

View File

@ -1 +1 @@
xfsprogs-3.0.0.tar.gz
xfsprogs-3.0.1.tar.gz

View File

@ -1 +1 @@
ec734f935ec87ebb8be890d29380a3e6 xfsprogs-3.0.0.tar.gz
d7f879a21692d4f7abc16a20479b0829 xfsprogs-3.0.1.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.0.0
Release: 4%{?dist}
Version: 3.0.1
Release: 1%{?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
@ -63,7 +63,6 @@ in building or running the xfstests QA suite.
%build
export tagname=CC DEBUG=-DNDEBUG
autoconf
# xfsprogs abuses libexecdir
%configure \
--sbindir=/sbin \
@ -186,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs_types.h
%changelog
* Tue May 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.1-1
- New upstream release
* Sat Apr 18 2009 Eric Sandeen <sandeen@redhat.com> 3.0.0-4
- Fix build for non-multilib arches, oops.