Revert OL modifications

This commit is contained in:
eabdullin 2025-09-03 08:50:23 +00:00
parent 76d52f010d
commit ddfa97343f

View File

@ -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 <el-errata_ww@oracle.com> - 2.9.4-11.0.1.1
- Enable btrfs support for OL supported arches [Orabug: 37464632]
* Thu Aug 21 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.9.4-11.1
- udiskslinuxmanager: Add lower bounds check to fd_index (CVE-2025-8067) (RHEL-109417)