AlmaLinux changes: Enable Btrfs support
This commit is contained in:
parent
4a96e89aa4
commit
1d291d264e
10
udisks2.spec
10
udisks2.spec
@ -19,11 +19,16 @@
|
||||
%define with_btrfs 0
|
||||
%endif
|
||||
|
||||
# ... but AlmaLinux restores Btrfs support
|
||||
%if 0%{?almalinux}
|
||||
%define with_btrfs 1
|
||||
%endif
|
||||
|
||||
|
||||
Name: udisks2
|
||||
Summary: Disk Manager
|
||||
Version: 2.10.90
|
||||
Release: 6%{?dist}
|
||||
Release: 6%{?dist}.alma.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
|
||||
@ -341,6 +346,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 09 2025 Neal Gompa <ngompa@almalinux.org> - 2.10.90-6.alma.1
|
||||
- AlmaLinux changes: Enable Btrfs support
|
||||
|
||||
* Tue Sep 02 2025 Tomas Bzatek <tbzatek@redhat.com> - 2.10.90-6
|
||||
- udiskslinuxmanager: Add lower bounds check to fd_index (CVE-2025-8067) (RHEL-109406)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user