New upstream alpha release, 3.2.0-alpha1, w/ initial CRC changes
This commit is contained in:
parent
86ca5b7e7f
commit
1a4259251a
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ xfsprogs-3.1.2.tar.gz
|
|||||||
/xfsprogs-3.1.9.tar.gz
|
/xfsprogs-3.1.9.tar.gz
|
||||||
/xfsprogs-3.1.10.tar.gz
|
/xfsprogs-3.1.10.tar.gz
|
||||||
/xfsprogs-3.1.11.tar.gz
|
/xfsprogs-3.1.11.tar.gz
|
||||||
|
/xfsprogs-3.2.0-alpha1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
de9f1f45026c2f4e0776058d429ff4b6 xfsprogs-3.1.11.tar.gz
|
fb6957cff3ab64df9f2adba67880a2d2 xfsprogs-3.2.0-alpha1.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing the XFS filesystem
|
Summary: Utilities for managing the XFS filesystem
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 3.1.11
|
Version: 3.2.0
|
||||||
Release: 2%{?dist}
|
Release: 0.1.alpha1%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
# doc/COPYING file specifies what is GPL and what is LGPL
|
# doc/COPYING file specifies what is GPL and what is LGPL
|
||||||
@ -9,7 +9,7 @@ Release: 2%{?dist}
|
|||||||
License: GPL+ and LGPLv2+
|
License: GPL+ and LGPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://oss.sgi.com/projects/xfs/
|
URL: http://oss.sgi.com/projects/xfs/
|
||||||
Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}.tar.gz
|
Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}-alpha1.tar.gz
|
||||||
Source1: xfsprogs-wrapper.h
|
Source1: xfsprogs-wrapper.h
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libtool, gettext, libuuid-devel
|
BuildRequires: libtool, gettext, libuuid-devel
|
||||||
@ -59,7 +59,7 @@ You should install xfsprogs-qa-devel only if you are interested
|
|||||||
in building or running the xfstests QA suite.
|
in building or running the xfstests QA suite.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n xfsprogs-3.2.0-alpha1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -151,38 +151,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/xfs/xfs_bmap_btree.h
|
%{_includedir}/xfs/xfs_bmap_btree.h
|
||||||
%{_includedir}/xfs/xfs_btree.h
|
%{_includedir}/xfs/xfs_btree.h
|
||||||
%{_includedir}/xfs/xfs_btree_trace.h
|
%{_includedir}/xfs/xfs_btree_trace.h
|
||||||
%{_includedir}/xfs/xfs_buf_item.h
|
%{_includedir}/xfs/xfs_cksum.h
|
||||||
%{_includedir}/xfs/xfs_da_btree.h
|
%{_includedir}/xfs/xfs_da_btree.h
|
||||||
%{_includedir}/xfs/xfs_dfrag.h
|
|
||||||
%{_includedir}/xfs/xfs_dinode.h
|
%{_includedir}/xfs/xfs_dinode.h
|
||||||
%{_includedir}/xfs/xfs_dir2.h
|
%{_includedir}/xfs/xfs_dir2.h
|
||||||
%{_includedir}/xfs/xfs_dir2_block.h
|
%{_includedir}/xfs/xfs_dir2_format.h
|
||||||
%{_includedir}/xfs/xfs_dir2_data.h
|
%{_includedir}/xfs/xfs_format.h
|
||||||
%{_includedir}/xfs/xfs_dir2_leaf.h
|
|
||||||
%{_includedir}/xfs/xfs_dir2_node.h
|
|
||||||
%{_includedir}/xfs/xfs_dir2_sf.h
|
|
||||||
%{_includedir}/xfs/xfs_dir_leaf.h
|
|
||||||
%{_includedir}/xfs/xfs_dir_sf.h
|
|
||||||
%{_includedir}/xfs/xfs_extfree_item.h
|
|
||||||
%{_includedir}/xfs/xfs_ialloc.h
|
%{_includedir}/xfs/xfs_ialloc.h
|
||||||
%{_includedir}/xfs/xfs_ialloc_btree.h
|
%{_includedir}/xfs/xfs_ialloc_btree.h
|
||||||
%{_includedir}/xfs/xfs_inode.h
|
%{_includedir}/xfs/xfs_inode_buf.h
|
||||||
%{_includedir}/xfs/xfs_inode_item.h
|
%{_includedir}/xfs/xfs_inode_fork.h
|
||||||
%{_includedir}/xfs/xfs_inum.h
|
%{_includedir}/xfs/xfs_inum.h
|
||||||
%{_includedir}/xfs/xfs_log.h
|
%{_includedir}/xfs/xfs_log_format.h
|
||||||
%{_includedir}/xfs/xfs_log_priv.h
|
|
||||||
%{_includedir}/xfs/xfs_log_recover.h
|
%{_includedir}/xfs/xfs_log_recover.h
|
||||||
%{_includedir}/xfs/xfs_metadump.h
|
%{_includedir}/xfs/xfs_metadump.h
|
||||||
%{_includedir}/xfs/xfs_mount.h
|
%{_includedir}/xfs/xfs_quota_defs.h
|
||||||
%{_includedir}/xfs/xfs_quota.h
|
|
||||||
%{_includedir}/xfs/xfs_rtalloc.h
|
|
||||||
%{_includedir}/xfs/xfs_sb.h
|
%{_includedir}/xfs/xfs_sb.h
|
||||||
%{_includedir}/xfs/xfs_trace.h
|
%{_includedir}/xfs/xfs_trace.h
|
||||||
%{_includedir}/xfs/xfs_trans.h
|
%{_includedir}/xfs/xfs_trans_resv.h
|
||||||
%{_includedir}/xfs/xfs_trans_space.h
|
%{_includedir}/xfs/xfs_trans_space.h
|
||||||
%{_includedir}/xfs/xfs_types.h
|
%{_includedir}/xfs/xfs_types.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 26 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.1.alpha1
|
||||||
|
- New upstream alpha release with incomplete CRC support
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.11-2
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.11-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user