diff --git a/SPECS/libblockdev.spec b/SPECS/libblockdev.spec index 86605ee..b1c270f 100644 --- a/SPECS/libblockdev.spec +++ b/SPECS/libblockdev.spec @@ -129,7 +129,7 @@ Name: libblockdev Version: 2.28 -Release: 13%{?dist} +Release: 13%{?dist}.alma.1 Summary: A library for low-level manipulation with block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -150,6 +150,7 @@ Patch12: 0012-lvm-Add-support-for-starting-and-stopping-VG-locking.patch Patch13: 0013-tests-Remove_unreliable_nvme_attribute_checks.patch Patch14: 0014-nvme-Add-bd_nvme_is_tech_avail-to-the-API-file.patch Patch15: 0015-crypto-Add-a-function-to-set-persistent-flags-for-LU.patch +Patch16: 0016-dont-allow-suid-and-dev-set-on-fs-resize.patch BuildRequires: make BuildRequires: glib2-devel @@ -1048,6 +1049,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %files plugins-all %changelog +* Wed Jun 18 2025 Jonathan Wright - 2.28-13.alma.1 +- Fix CVE-2025-6019 don't allow suid and dev set on fs resize + * Tue Mar 11 2025 Vojtech Trefny - 2.28-13 - crypto: Add a function to set persistent flags for LUKS Resolves: RHEL-82886