New upstream version 5.12.0

Resolves: rhbz#1937973
This commit is contained in:
Eric Sandeen 2021-06-03 15:51:54 -04:00
parent 0d7875090b
commit 3b61d1eec8
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -51,3 +51,5 @@ xfsprogs-3.1.2.tar.gz
/xfsprogs-5.9.0.tar.xz
/xfsprogs-5.10.0.tar.sign
/xfsprogs-5.10.0.tar.xz
/xfsprogs-5.12.0.tar.xz
/xfsprogs-5.12.0.tar.sign

View File

@ -1,2 +1,2 @@
SHA512 (xfsprogs-5.10.0.tar.sign) = 10ba95ad0d90c6ea4e4acd3e75ff4b68ef3e94f72552637d9af65c8f3152a9d347ec7362215da7466fc9eba3c40fa6327c7a7427c6158783768de9b52ec85ab1
SHA512 (xfsprogs-5.10.0.tar.xz) = da09e687c87c4b133888dba7b4458017ec028020637ea5066be0232bf5c7da18239cc33eadd02d9b99d1c835aab38cab1ec9d45ae8b83897f9157cfcb0271fbd
SHA512 (xfsprogs-5.12.0.tar.xz) = d31263529cd5e0aad2b4414aca91f352c6df9de9a241655e43b5592a3ca120efdcfcd8cf84401ebd1b3fcf67027f0923fecc6f961bdaf12fb00c3ac67abd5fe7
SHA512 (xfsprogs-5.12.0.tar.sign) = 9d7eda04107684e349a9c51d979652d9ba61dec25e52e4c8e284e370aaf7c3ddc12e21ce32d7cfd59a1ce537c9cdb68b01e115ff09c321683856d8247a514f86

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 5.10.0
Release: 3%{?dist}
Version: 5.12.0
Release: 1%{?dist}
License: GPL+ and LGPLv2+
URL: https://xfs.wiki.kernel.org
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
@ -125,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
%{_libdir}/*.so
%changelog
* Thu Jun 03 2021 Eric Sandeen <sandeen@redhat.com> 5.12.0-1
- New upstream release
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.10.0-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937