RHEL-9.0: 2.37.2-1: upgrade

Related: #1969348
This commit is contained in:
Karel Zak 2021-08-20 11:25:56 +02:00
parent 6116800d1b
commit d4e6dd63e6
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/util-linux-2.36.2.tar.xz
/util-linux-2.37.tar.xz
/util-linux-2.37.1.tar.xz
/util-linux-2.37.2.tar.xz

View File

@ -1 +1 @@
SHA512 (util-linux-2.37.1.tar.xz) = ec300c830869e10a0d7f8c0b99e9bb46e0b88fc51f3c6c6a4d9752a89f035e8d69d81f25fd103ef8d7d253e81440695ef3f5d72dccc94815ec8d5f6f949f7555
SHA512 (util-linux-2.37.2.tar.xz) = 38f0fe820445e3bfa79550e6581c230f98c7661566ccc4daa51c7208a5f972c61b4e57dfc86bed074fdbc7c40bc79f856be8f6a05a8860c1c0cecc4208e8b81d

View File

@ -1,8 +1,8 @@
### Header
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.37.1
Release: 2%{?dist}
Version: 2.37.2
Release: 1%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: http://en.wikipedia.org/wiki/Util-linux
@ -944,6 +944,9 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Fri Aug 20 2021 Karel Zak <kzak@redhat.com> - 2.37.2-1
- upgrade to v2.37.1 (fix #1969348)
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com>
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688