Ana Guerrero 2024-03-27 19:41:49 +00:00 committed by Git OBS Bridge
commit bfd6666e2d
6 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e816ef544b4478fd694ebd690aa504622d62dd0e6bc748ffaaa6af5cc5b9a505
size 3188589

Binary file not shown.

3
btrfs-progs-v6.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:221d71da2f2b910eb1075065fcc34e68545e47dd8ef37ee179795f30d355d859
size 3228414

BIN
btrfs-progs-v6.8.tar.sign Normal file

Binary file not shown.

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Mar 26 23:39:29 UTC 2024 - David Disseldorp <ddiss@suse.com>
- enable zstd support for 15.6 / SLE15-SP6 build targets (bsc#1221943)
-------------------------------------------------------------------
Tue Mar 26 00:00:00 CET 2024 - dsterba@suse.cz
- update to 6.8
* fix --enqueue option timeout handling
* subvolume: remove support for undocumented options -c and -x,
functionality disabled in kernel
* libbtrfsutil:
* version 0.1.3, backward compabile
* add aliases for all existing functions with unified naming scheme
* updated header defintions for recently added kernel features
* send: v3 supported in experimental mode
* other:
* docs: manual page references, graphs, enhancements, clarifications
* error handling fixes
* cleanups and refactoring
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 15 00:00:00 CET 2024 - dsterba@suse.cz Thu Feb 15 00:00:00 CET 2024 - dsterba@suse.cz

View File

@ -34,7 +34,7 @@
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut) %define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
Name: btrfsprogs Name: btrfsprogs
Version: 6.7.1 Version: 6.8
Release: 0 Release: 0
Summary: Utilities for the Btrfs filesystem Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only License: GPL-2.0-only
@ -70,7 +70,7 @@ BuildRequires: libreiserfscore-devel >= 3.6.27
Requires: libreiserfscore0 >= 3.6.27 Requires: libreiserfscore0 >= 3.6.27
%endif %endif
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
%endif %endif
BuildRequires: lzo-devel BuildRequires: lzo-devel
@ -107,7 +107,7 @@ BuildRequires: libblkid-devel-static
BuildRequires: libcom_err-devel-static BuildRequires: libcom_err-devel-static
BuildRequires: libext2fs-devel-static BuildRequires: libext2fs-devel-static
BuildRequires: libuuid-devel-static BuildRequires: libuuid-devel-static
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600
BuildRequires: libzstd-devel-static BuildRequires: libzstd-devel-static
%endif %endif
BuildRequires: lzo-devel-static BuildRequires: lzo-devel-static
@ -218,8 +218,10 @@ bash command line completion support for btrfsprogs.
%endif %endif
%if 0%{?suse_version} <= 1500 %if 0%{?suse_version} <= 1500
--disable-zoned \ --disable-zoned \
%if 0%{?sle_version} < 150600
--disable-zstd --disable-zstd
%endif %endif
%endif
make V=1 %{?_smp_mflags} all \ make V=1 %{?_smp_mflags} all \
%if %{build_static} %if %{build_static}