Move xfs_types.h into correct (-devel) subpackage

This commit is contained in:
Eric Sandeen 2013-11-04 13:26:27 -06:00
parent 1a4259251a
commit 0f472cc84b
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.2.0
Release: 0.1.alpha1%{?dist}
Release: 0.2.alpha1%{?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
@ -124,6 +124,7 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/platform_defs.h
%{_includedir}/xfs/xfs.h
%{_includedir}/xfs/xfs_fs.h
%{_includedir}/xfs/xfs_types.h
%{_includedir}/xfs/xqm.h
%{_libdir}/*.so
@ -170,9 +171,11 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs_trace.h
%{_includedir}/xfs/xfs_trans_resv.h
%{_includedir}/xfs/xfs_trans_space.h
%{_includedir}/xfs/xfs_types.h
%changelog
* Thu Nov 04 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.2.alpha1
- Move xfs_types.h into xfsprogs-devel package
* Thu Sep 26 2013 Eric Sandeen <sandeen@redhat.com> 3.2.0-0.1.alpha1
- New upstream alpha release with incomplete CRC support