Revert OL modifications

This commit is contained in:
AlmaLinux RelEng Bot 2026-07-15 03:39:51 -04:00
parent 9bee33584c
commit 57dbb40fde

View File

@ -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.11.0
Release: 2.0.1%{?dist}
Release: 2%{?dist}
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
@ -349,9 +339,6 @@ fi
%endif
%changelog
* Tue Apr 21 2026 EL Errata <el-errata_ww@oracle.com> - 2.11.0-2.0.1
- Enable btrfs support for OL supported arches [Orabug: 37464632]
* Fri Feb 27 2026 Tomas Bzatek <tbzatek@redhat.com> - 2.11.0-2
- Add missing polkit check for RestoreEncryptedHeader() (CVE-2026-26103) (RHEL-148566)
- Add missing polkit check for HeaderBackup() (CVE-2026-26104) (RHEL-148590)