Co-authored-by: Betty Lakes <bettylakes@microsoft.com>
This commit is contained in:
Betty 2024-03-28 21:18:33 -07:00 коммит произвёл GitHub
Родитель 0990be5aa3
Коммит b45f7cb4b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
Name: btrfs-progs
Version: 6.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Userspace programs for btrfs
Group: System Environment/Base
License: GPLv2+
@ -43,7 +43,7 @@ btrfs filesystem-specific programs.
%build
./autogen.sh
%configure CFLAGS="%{optflags} -fno-strict-aliasing" --with-crypto=libgcrypt --disable-python
%configure CFLAGS="%{optflags} -fno-strict-aliasing" --with-crypto=libgcrypt --disable-python --disable-zstd
%make_build
%install
@ -77,6 +77,9 @@ rm -v %{buildroot}%{_libdir}/*.a
%changelog
* Wed Mar 27 2024 Betty Lakes <bettylakes@microsoft.com> - 6.8-2
- Disable zstd
* Wed Mar 27 2024 Betty Lakes <bettylakes@microsoft.com> - 6.8-1
- Update to 6.8