From ddfa97343f1516dab7718f3846a2c413c4af95d3 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 3 Sep 2025 08:50:23 +0000 Subject: [PATCH] Revert OL modifications --- SPECS/udisks2.spec | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/SPECS/udisks2.spec b/SPECS/udisks2.spec index d9cd3b9..5a9d0ee 100644 --- a/SPECS/udisks2.spec +++ b/SPECS/udisks2.spec @@ -21,7 +21,6 @@ %define git_hash %(git log -1 --pretty=format:"%h" || true) %define build_date %(date '+%Y%m%d') -%define ol_btrfs_arches x86_64 aarch64 # bcache and zram are not available on RHEL %if (0%{?rhel}) @@ -34,15 +33,6 @@ %define with_btrfs 0 %endif -# enable btrfs support for OL supported arches -%if 0%{?oraclelinux} -%ifarch %{ol_btrfs_arches} -%define with_btrfs 1 -%else -%define with_btrfs 0 -%endif -%endif - # feature parity with existing RHEL 7 packages %if (0%{?rhel}) && (0%{?rhel} <= 7) %define with_lsm 0 @@ -58,7 +48,7 @@ Name: udisks2 Summary: Disk Manager Version: 2.9.4 -Release: 11.0.1%{?dist}.1 +Release: 11%{?dist}.1 License: GPLv2+ URL: https://github.com/storaged-project/udisks Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2 @@ -477,9 +467,6 @@ fi %endif %changelog -* Mon Sep 01 2025 EL Errata - 2.9.4-11.0.1.1 -- Enable btrfs support for OL supported arches [Orabug: 37464632] - * Thu Aug 21 2025 Tomas Bzatek - 2.9.4-11.1 - udiskslinuxmanager: Add lower bounds check to fd_index (CVE-2025-8067) (RHEL-109417)