diff --git a/util-linux.spec b/util-linux.spec index 965744b..c7115ee 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -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 2.37.4-2 +* improve bugfix for #2047952, fix warnings from rpminspect + * Wed Feb 16 2022 Karel Zak 2.37.4-1 - upgrade to v2.37.4 (fix CVE-2022-0563)