RHEL-9.0: 2.37.4-2 (spec file cleanup)

Related: #2047952
This commit is contained in:
Karel Zak 2022-02-17 13:07:15 +01:00
parent 3fbed7b6f1
commit 8ae2ee7859
1 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Summary: A collection of basic system utilities
Name: util-linux
Version: 2.37.4
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain
URL: http://en.wikipedia.org/wiki/Util-linux
@ -147,6 +147,8 @@ minimal installations.
%package -n libfdisk
Summary: Partitioning library for fdisk-like programs.
License: LGPLv2+
Requires: libblkid = %{version}-%{release}
Requires: libuuid = %{version}-%{release}
%description -n libfdisk
This is library for fdisk-like programs, part of util-linux.
@ -281,6 +283,7 @@ SMP systems.
%package -n %{pypkg}-libmount
Summary: Python bindings for the libmount library
Requires: libmount = %{version}-%{release}
Requires: libblkid = %{version}-%{release}
License: LGPLv2+
%description -n %{pypkg}-libmount
@ -863,7 +866,7 @@ fi
%dir %attr(2775, uuidd, uuidd) /var/lib/libuuid
%dir %attr(2775, uuidd, uuidd) /run/uuidd
%{compldir}/uuidd
/usr/lib/tmpfiles.d/uuidd.conf
%{_tmpfilesdir}/uuidd.conf
%files -n libfdisk
@ -939,6 +942,9 @@ fi
%{_libdir}/python*/site-packages/libmount/
%changelog
* Thu Feb 17 2022 Karel Zak <kzak@redhat.com> 2.37.4-2
* improve bugfix for #2047952, fix warnings from rpminspect
* Wed Feb 16 2022 Karel Zak <kzak@redhat.com> 2.37.4-1
- upgrade to v2.37.4 (fix CVE-2022-0563)