From 47b9f2f660b16d6090b5a0ddbfc0674df140351d Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 4 Sep 2025 11:38:24 +0300 Subject: [PATCH] Revert OL changes --- udisks2.spec | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/udisks2.spec b/udisks2.spec index c96d22c..a79373f 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -14,26 +14,16 @@ %define git_hash %(git log -1 --pretty=format:"%h" || true) %define build_date %(date '+%Y%m%d') -%define ol_btrfs_arches x86_64 aarch64 - # btrfs is not available on RHEL %if 0%{?rhel} %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 Name: udisks2 Summary: Disk Manager Version: 2.10.90 -Release: 5.0.1%{?dist}.1 +Release: 5%{?dist}.1 License: GPL-2.0-or-later URL: https://github.com/storaged-project/udisks Source0: https://github.com/storaged-project/udisks/releases/download/udisks-%{version}/udisks-%{version}.tar.bz2 @@ -351,9 +341,6 @@ fi %endif %changelog -* Wed Sep 03 2025 Darren Archibald - 2.10.90-5.0.1.1 -- Enable btrfs support for OL supported arches [Orabug: 37464632] - * Tue Sep 02 2025 Darren Archibald - 2.10.90-5.1 - udisks: Out-of-bounds read in UDisks Daemon (CVE-2025-8067)