New upstream release v5.8.0

This commit is contained in:
Eric Sandeen 2020-09-04 16:30:30 -05:00
parent 0aa1da0718
commit cb7b2913e7
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -45,3 +45,5 @@ xfsprogs-3.1.2.tar.gz
/xfsprogs-5.6.0.tar.xz
/xfsprogs-5.7.0.tar.sign
/xfsprogs-5.7.0.tar.xz
/xfsprogs-5.8.0.tar.sign
/xfsprogs-5.8.0.tar.xz

View File

@ -1,2 +1,2 @@
SHA512 (xfsprogs-5.7.0.tar.sign) = 1bcdd8ed52d295bd0400135f919447422a9ea3efdb972e78724599e88cf30fd579314aadc2738e78b29935cc807eccff353925dc5b606e1304447f0ced66ebec
SHA512 (xfsprogs-5.7.0.tar.xz) = 6a333b7e4fc6afb1689f6bbbbf07b97058cce2fde437fd3ed5b010276c050f886e5c0317ea16aedb23f579a9fed5edc4e7e64b4af5f0331dc8fd97b3251dd231
SHA512 (xfsprogs-5.8.0.tar.sign) = ef787922c37e42fb73ba0984028142445bc8f00a970388eed1d2d5963e5bcae8408c6e20242af0f3aaa65276c0ef1ad541a5ae352840c880bfb078081cbe97f7
SHA512 (xfsprogs-5.8.0.tar.xz) = 11f2810402ecb83db204346c45ff9f7d643ff2390767794e311a06a10eb97118095e4c377d2b065be50611ec5fc82ac5cbc0a8c7122ee7e9820a2db4e9f177c1

View File

@ -1,6 +1,6 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 5.7.0
Version: 5.8.0
Release: 1%{?dist}
License: GPL+ and LGPLv2+
URL: https://xfs.wiki.kernel.org
@ -114,6 +114,7 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
%{_includedir}/xfs/xfs.h
%{_includedir}/xfs/xfs_arch.h
%{_includedir}/xfs/xfs_fs.h
%{_includedir}/xfs/xfs_fs_compat.h
%{_includedir}/xfs/xfs_types.h
%{_includedir}/xfs/xfs_format.h
%{_includedir}/xfs/xfs_da_format.h
@ -123,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
%{_libdir}/*.so
%changelog
* Fri Sep 04 2020 Eric Sandeen <sandeen@redhat.com> 5.8.0-1
- New upstream release
* Fri Jul 24 2020 Eric Sandeen <sandeen@redhat.com> 5.7.0-1
- New upstream release
- Replace libreadline with libedit