diff --git a/.gitignore b/.gitignore index efe54d7..2f2701c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ xfsprogs-3.1.2.tar.gz /xfsprogs-3.1.10.tar.gz /xfsprogs-3.1.11.tar.gz /xfsprogs-3.2.0-alpha1.tar.gz +/xfsprogs-3.2.0-alpha2.tar.gz diff --git a/sources b/sources index 108fafd..5085f78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb6957cff3ab64df9f2adba67880a2d2 xfsprogs-3.2.0-alpha1.tar.gz +018ec9ec6ad03c74045dfa6a2f8db80c xfsprogs-3.2.0-alpha2.tar.gz diff --git a/xfsprogs.spec b/xfsprogs.spec index 25141f3..ce903fd 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.2.0 -Release: 0.2.alpha1%{?dist} +Release: 0.3.alpha2%{?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 @@ -9,7 +9,7 @@ Release: 0.2.alpha1%{?dist} License: GPL+ and LGPLv2+ Group: System Environment/Base URL: http://oss.sgi.com/projects/xfs/ -Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}-alpha1.tar.gz +Source0: ftp://oss.sgi.com/projects/xfs/cmd_tars/%{name}-%{version}-alpha2.tar.gz Source1: xfsprogs-wrapper.h BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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. %prep -%setup -q -n xfsprogs-3.2.0-alpha1 +%setup -q -n xfsprogs-3.2.0-alpha2 %build export tagname=CC @@ -154,9 +154,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_btree_trace.h %{_includedir}/xfs/xfs_cksum.h %{_includedir}/xfs/xfs_da_btree.h +%{_includedir}/xfs/xfs_da_format.h %{_includedir}/xfs/xfs_dinode.h %{_includedir}/xfs/xfs_dir2.h -%{_includedir}/xfs/xfs_dir2_format.h %{_includedir}/xfs/xfs_format.h %{_includedir}/xfs/xfs_ialloc.h %{_includedir}/xfs/xfs_ialloc_btree.h @@ -168,12 +168,13 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_metadump.h %{_includedir}/xfs/xfs_quota_defs.h %{_includedir}/xfs/xfs_sb.h +%{_includedir}/xfs/xfs_shared.h %{_includedir}/xfs/xfs_trace.h %{_includedir}/xfs/xfs_trans_resv.h %{_includedir}/xfs/xfs_trans_space.h %changelog -* Thu Nov 04 2013 Eric Sandeen 3.2.0-0.2.alpha1 +* Mon Nov 25 2013 Eric Sandeen 3.2.0-0.2.alpha1 - Move xfs_types.h into xfsprogs-devel package * Thu Sep 26 2013 Eric Sandeen 3.2.0-0.1.alpha1