New upstream release
This commit is contained in:
parent
e20a254824
commit
bda1012e76
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ xfsprogs-3.1.2.tar.gz
|
||||
/xfsprogs-3.1.3.tar.gz
|
||||
/xfsprogs-3.1.4.tar.gz
|
||||
/xfsprogs-3.1.5.tar.gz
|
||||
/xfsprogs-3.1.6.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
b1db37749e2b4149a0dd178abff956be xfsprogs-3.1.5.tar.gz
|
||||
fbd2c1c5abed4b11047bea6ce53bc6e4 xfsprogs-3.1.6.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for managing the XFS filesystem
|
||||
Name: xfsprogs
|
||||
Version: 3.1.5
|
||||
Release: 1%{?dist}
|
||||
Version: 3.1.6
|
||||
Release: 1%{?dist}.test
|
||||
# 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
|
||||
@ -62,7 +62,7 @@ in building or running the xfstests QA suite.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export tagname=CC DEBUG=-DNDEBUG
|
||||
export tagname=CC
|
||||
%configure \
|
||||
--enable-readline=yes \
|
||||
--enable-blkid=yes
|
||||
@ -134,13 +134,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files qa-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/xfs/atomic.h
|
||||
%{_includedir}/xfs/bitops.h
|
||||
%{_includedir}/xfs/cache.h
|
||||
%{_includedir}/xfs/hlist.h
|
||||
%{_includedir}/xfs/kmem.h
|
||||
%{_includedir}/xfs/libxfs.h
|
||||
%{_includedir}/xfs/libxlog.h
|
||||
%{_includedir}/xfs/list.h
|
||||
%{_includedir}/xfs/parent.h
|
||||
%{_includedir}/xfs/radix-tree.h
|
||||
%{_includedir}/xfs/swab.h
|
||||
%{_includedir}/xfs/xfs_ag.h
|
||||
%{_includedir}/xfs/xfs_alloc.h
|
||||
@ -168,7 +171,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/xfs/xfs_extfree_item.h
|
||||
%{_includedir}/xfs/xfs_ialloc.h
|
||||
%{_includedir}/xfs/xfs_ialloc_btree.h
|
||||
%{_includedir}/xfs/xfs_imap.h
|
||||
%{_includedir}/xfs/xfs_inode.h
|
||||
%{_includedir}/xfs/xfs_inode_item.h
|
||||
%{_includedir}/xfs/xfs_inum.h
|
||||
@ -180,11 +182,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/xfs/xfs_quota.h
|
||||
%{_includedir}/xfs/xfs_rtalloc.h
|
||||
%{_includedir}/xfs/xfs_sb.h
|
||||
%{_includedir}/xfs/xfs_trace.h
|
||||
%{_includedir}/xfs/xfs_trans.h
|
||||
%{_includedir}/xfs/xfs_trans_space.h
|
||||
%{_includedir}/xfs/xfs_types.h
|
||||
|
||||
%changelog
|
||||
* Fri Oct 14 2011 Eric Sandeen <sandeen@redhat.com> 3.1.6-1
|
||||
- New upstream release. Drop -DNDEBUG build flag.
|
||||
|
||||
* Thu Mar 31 2011 Eric Sandeen <sandeen@redhat.com> 3.1.5-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user