Sync from SUSE:SLFO:Main btrfsprogs revision 1a4e7823b15ad4fab0564b84d06c58a4
This commit is contained in:
parent
ffa86542f6
commit
635e0d31b7
BIN
btrfs-progs-v6.1.3.tar.gz
(Stored with Git LFS)
BIN
btrfs-progs-v6.1.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
btrfs-progs-v6.8.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
btrfs-progs-v6.8.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
btrfs-progs-v6.8.1.tar.sign
Normal file
BIN
btrfs-progs-v6.8.1.tar.sign
Normal file
Binary file not shown.
@ -1,3 +1,330 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 00:00:00 CEST 2024 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.8.1
|
||||||
|
* mkfs: fix writing on zoned device when block-group-tree is selected
|
||||||
|
* tune: fix writing on zoned device with option --convert-to-block-group-tree
|
||||||
|
* check:
|
||||||
|
* more progress and error messages
|
||||||
|
* unify handling of unknown command line options with other commands
|
||||||
|
* subvolume delete: remove options --delete-qgroup and --no-delete-qgroup
|
||||||
|
(added in 6.6.3), qgroup deletion does not always work due to delayed
|
||||||
|
background processing of subvolume or set value in
|
||||||
|
sysfs:ggroup/drop_subtree_threshold
|
||||||
|
* other:
|
||||||
|
* misc refactoring
|
||||||
|
* error handling fixes reported by gcc -fanalyzer
|
||||||
|
* documentation updates
|
||||||
|
* new and updated tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- update to 6.7.1
|
||||||
|
* convert: raid-stripe-tree can be now enabled for the target filesystem
|
||||||
|
* mkfs:
|
||||||
|
* handle lifetime of open file descriptors so it does not trigger udev
|
||||||
|
that could miss to create the UUID symlinks in /dev
|
||||||
|
* update warning when CPU page size does not match sector size
|
||||||
|
* merge features in summary, no more distinction of incompat and runtime
|
||||||
|
to match the semantics of option -O
|
||||||
|
* fi show: fix recognizing raw device mapper paths
|
||||||
|
* other:
|
||||||
|
* documentation updates, fix links to labels in included directories
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 00:00:00 CET 2024 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.7
|
||||||
|
* mkfs: make 4k sectorsize default, recommended minimum kernel for that is
|
||||||
|
6.1 and requires subpage support on architectures with page size > 4k
|
||||||
|
* subvolume create: return correct error code when a target already exists
|
||||||
|
* tree-checker: dump tree block on error (btrfs-convert, ...)
|
||||||
|
* scrub limit: fix reporting of a limit set while there's none
|
||||||
|
* fi usage: fix reporting of unallocated data or raid56 profile without root
|
||||||
|
privs due to lack of that information
|
||||||
|
* convert:
|
||||||
|
* align data block group lengths to 64K
|
||||||
|
* fix conversion of a large filesystem when there are partial inode items
|
||||||
|
present due to caching
|
||||||
|
* other:
|
||||||
|
* build fixes
|
||||||
|
* updated documentation
|
||||||
|
* new and updated tests
|
||||||
|
- update to 6.6.3
|
||||||
|
* subvol create: accept multiple arguments
|
||||||
|
* subvol delete: print the subvolume id in the output
|
||||||
|
* subvol sync: check if the filesystems is still writeable so it does not
|
||||||
|
wait indefinitely
|
||||||
|
* device delete: add a timeout and warning when deleting multiple devices
|
||||||
|
* scrub status: report limit if set in sysfs/../scrub_speed_max
|
||||||
|
* scrub limit: new command to show or set the per-device scrub limits
|
||||||
|
* scrub start: report the limit if set
|
||||||
|
* build:
|
||||||
|
* fix CPU feature detection on aarch64
|
||||||
|
* support Botan and OpenSSL (3.2+) as crypto backends
|
||||||
|
* other:
|
||||||
|
* documentation updates, RTD config update
|
||||||
|
* new and updated tests
|
||||||
|
* CI updates
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 00:00:00 CET 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.6.2
|
||||||
|
* squota: change key number of EXTENT_OWNER_REF_KEY, sync with kernel 6.7-rc1
|
||||||
|
* property set/get: completely skip char devices, trying to set properties
|
||||||
|
and open /dev/watchdog* causes a reboot
|
||||||
|
* other: build warnings, test updates, documentation updates
|
||||||
|
- update to 6.6.1
|
||||||
|
* fix device scanning ioctl definition, accidental change to the 'forget' ioctl
|
||||||
|
that breaks mounting multi-device filesystems
|
||||||
|
- update to 6.6
|
||||||
|
* new global option --dry-run, now implemented for 'subvolume delete'
|
||||||
|
* fi defrag: new option --step to defragment files in steps, report progress
|
||||||
|
* balance: removed support for obsolete short syntax 'btrfs balance /path'
|
||||||
|
* mkfs: print zone count for each device in the overview
|
||||||
|
* check:
|
||||||
|
* verify inline ref ordering
|
||||||
|
* deprecate --clear-space-cache, moved to the 'rescue' group
|
||||||
|
* rescue clear-space-cache: new command moved from 'btrfs check' implementing
|
||||||
|
the same as option --clear-space-cache (to be deprecated and removed in the
|
||||||
|
future)
|
||||||
|
* dump-tree: output sequence number for inline refs
|
||||||
|
* fixes:
|
||||||
|
* fi resize: fallback to lowest devid when 1 does not exist, previously the
|
||||||
|
command would fail with "No such device"
|
||||||
|
* fi usage: fix "devices 0 != 1" message and broken output on multi-device
|
||||||
|
filesystem
|
||||||
|
* open files in non-blocking mode when reading fsid, this could hang when
|
||||||
|
trying to open fifo files or some special character devices, was observed
|
||||||
|
with 'prop set/get'
|
||||||
|
* experimental:
|
||||||
|
* mkfs: parametric zone size for emulated zoned mode
|
||||||
|
* other:
|
||||||
|
* cleanups refactoring
|
||||||
|
* new and updated tests
|
||||||
|
* CI updates
|
||||||
|
* documentation updates
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 23 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.5.3
|
||||||
|
* mkfs:
|
||||||
|
* add short aliases for -O specification, block-group-tree (bgt),
|
||||||
|
free-space-tree (fst), raid-stripe-tree (rst)
|
||||||
|
* don't try to resize the image (namely when backed by file) when --rootdir
|
||||||
|
contains sparse file larger than the image
|
||||||
|
* also copy xattr/permissions/ugid/timestamps of the top --rootdir directory
|
||||||
|
* add new option --device-uuid to let user specify exact uuid of the
|
||||||
|
device item (only for single device filesystems)
|
||||||
|
* check:
|
||||||
|
* on zoned devices, use correct super block offsets when repairing
|
||||||
|
* check inline extent refs order
|
||||||
|
* subvolume create: add new option --parent to create missing path
|
||||||
|
components of the given path (like mkdir -p)
|
||||||
|
* rescue clear-ino-cache: new command moved from 'btrfs check' implementing
|
||||||
|
the same as option --clear-ino-cache (to be deprecated and removed in the
|
||||||
|
future)
|
||||||
|
* dump-tree: allow '-' in tree identifier names for option -t
|
||||||
|
* btrfstune:
|
||||||
|
* drop short option and add long option to enable squota
|
||||||
|
* tune space reservation and batch size for block-group-tree conversion
|
||||||
|
* scrub status: print correct value of "Bytes scrubbed" for unfinished runs
|
||||||
|
* qgroup show: fix crash when attempting to print path of stale qgroups
|
||||||
|
* experimental features:
|
||||||
|
* move build of raid-stripe-tree out for testing but it's still considered
|
||||||
|
experimental
|
||||||
|
* other:
|
||||||
|
* shell completion updates
|
||||||
|
* sync raid-stripe-tree code with kernel
|
||||||
|
* build fixes
|
||||||
|
* new and updated tests
|
||||||
|
- update to 6.5.2
|
||||||
|
* new feature support:
|
||||||
|
* raid-stripe-tree, new tree to track extent mapping for raid profiles,
|
||||||
|
allows raid1*, raid0 and raid10 on zoned devices (kernel 6.7)
|
||||||
|
* simple quotas, simplified accounting that does not track exclusive and
|
||||||
|
shared extents (kernel 6.7)
|
||||||
|
* mkfs with duplicate UUID on a single device, temp-fsid (kernel 6.7)
|
||||||
|
* metadata_uuid: enhanced capabilities to repair partially updated fsid on
|
||||||
|
multiple devices
|
||||||
|
* other:
|
||||||
|
* updated tests and CI
|
||||||
|
* sync sources with kernel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 13 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.5.1:
|
||||||
|
* build fixes:
|
||||||
|
* crc32c if PIE or relro is enabled
|
||||||
|
* detect if PCLMUL feature is recognized by compiler and also detect that
|
||||||
|
at runtime
|
||||||
|
* check: verify metadata item level when skinny-metadata is enabled
|
||||||
|
* other: minor build and docs updates
|
||||||
|
* spec: remove xmlto dependency, docs built by sphinx
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 1 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.5:
|
||||||
|
* crc32c implementation speedup (3x)
|
||||||
|
* btrfstune:
|
||||||
|
* be more strict about option combinations and refuse changing
|
||||||
|
features from incompatible groups
|
||||||
|
* metadata_uuid changes fixes
|
||||||
|
* libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info
|
||||||
|
and subvol_uuid_search changes (bsc#1212217)
|
||||||
|
* CI updates
|
||||||
|
* pull request build tests enabled
|
||||||
|
* published static binaries built with backward compatibility (-march=x86-64)
|
||||||
|
* other
|
||||||
|
* documentation updates
|
||||||
|
* new and updated tests
|
||||||
|
* experimental feature updates (json, list-chunks, checksum switch)
|
||||||
|
* code refactoring
|
||||||
|
* remove btrfs-fragments
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.3.3:
|
||||||
|
* add btrfs-find-root to btrfs.box
|
||||||
|
* replace: properly enqueue if there's another replace running
|
||||||
|
* other:
|
||||||
|
* CI updates, more tests enabled, code coverage, badges
|
||||||
|
* documentation updates
|
||||||
|
* build warning fixes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 6 13:45:20 UTC 2023 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
- Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1
|
||||||
|
as there is a file conflict with the bash completion scripts
|
||||||
|
still being bundled with btrfsprogs in these versions.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 07:12:59 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- update to 6.3.2:
|
||||||
|
* fix mkfs and others on big endian hosts
|
||||||
|
* mkfs: don't print changed defaults notice with --quiet
|
||||||
|
* scrub: fix wrong stats of processed bytes in background and foreground mode
|
||||||
|
* convert: actually create free-space-tree instead of v1 space cache
|
||||||
|
* print-tree: recognize and print CHANGING_FSID_V2 flag (for the
|
||||||
|
metadata_uuid change in progress)
|
||||||
|
* other: documentation updates
|
||||||
|
- update to 6.3.1:
|
||||||
|
* convert: fix checksum of a block relocated from 0-1M range
|
||||||
|
* qgroup show: fix formatting of limit values in json output
|
||||||
|
* receive: report paret subovl UUID on errors
|
||||||
|
* btrfsune: new option --convert-to-free-space-tree to convert from
|
||||||
|
block-group-tree back to extent tree for block group tracking
|
||||||
|
* mkfs: make option --rootdir more verbose and report start when filling
|
||||||
|
from the given directory starts
|
||||||
|
* experimental:
|
||||||
|
* btrfstune: checksum switch logic reimplemented, conversion of all
|
||||||
|
metadata and data now works, resume from various states also supported
|
||||||
|
* other:
|
||||||
|
* test updates and fixes
|
||||||
|
* CI cleanups and old files removed
|
||||||
|
* integration with Github actions
|
||||||
|
- Remove patch: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch (upstreamed)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 29 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- qgroup show: fix formatting of limit values in json output (bsc#1206960,
|
||||||
|
bsc#1209136)
|
||||||
|
- Added patch: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 22 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.3
|
||||||
|
* mkfs: option -R deprecated, options unified in -O (-R still works)
|
||||||
|
* mkfs: fix potential race with udev leading to EBUSY due to repeatedly
|
||||||
|
opened file descriptors
|
||||||
|
* block-group-tree is out of experimental mode
|
||||||
|
* available as 'mkfs.btrfs -O block-group-tree'
|
||||||
|
* btrfstune can do in-place conversion to/from (use with care)
|
||||||
|
* balance: fix recognizing old and new syntax
|
||||||
|
* subvol snapshot: specific error if a failure is caused by an active swapfile
|
||||||
|
* tree-stats: rephrase warning when run on a mounted filesystem
|
||||||
|
* completion: 'filesystem du' also completes files
|
||||||
|
* check: fix docs, help text and warning that --force + --repair works on a
|
||||||
|
mounted filesystem
|
||||||
|
* build: fix static build when static libudev is available
|
||||||
|
* documentation:
|
||||||
|
* more updates from wiki, developer docs, changelogs
|
||||||
|
* reformatting
|
||||||
|
* updates and fixes
|
||||||
|
* other:
|
||||||
|
* test updates and fixes
|
||||||
|
* CI cleanups and old files removed
|
||||||
|
* integration with Github actions
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Use pre-generated documentation from tarball, fixes build on SLE targets
|
||||||
|
where sphinx might not be available
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- update to 6.2.2
|
||||||
|
* fix build on old x86 architectures with builtin crypto
|
||||||
|
* device stats: fix printing wrong values in tabular output
|
||||||
|
* qgroup show: fix qgroup id formatting in json output
|
||||||
|
* restore: fix restoring xattrs on directories
|
||||||
|
* restore: don't modify metadata in dry-run mode
|
||||||
|
* balance: fix some cases wrongly parsed as old syntax
|
||||||
|
* balance: warn when deprecated syntax is used
|
||||||
|
* seeding: fall back to old way if sysfs device fsid is not available
|
||||||
|
* convert: handle orphan file ext4 feature
|
||||||
|
* other:
|
||||||
|
* sync ioctl definitions
|
||||||
|
* enable github CI
|
||||||
|
* update documentation
|
||||||
|
- update to 6.2.1
|
||||||
|
* fix build with crypto libraries
|
||||||
|
* CI images updated, build tests extended
|
||||||
|
- update to 6.2:
|
||||||
|
* receive: fix a corruption when decompressing zstd extents
|
||||||
|
* subvol sync: print total number and deletion progress
|
||||||
|
* accelerated hash algorithm implementations in fallback mode on x86_64
|
||||||
|
* fi mkswapfile: new option --uuid
|
||||||
|
* new global option --log=level to set the verbosity level directly
|
||||||
|
* other:
|
||||||
|
* experimental: update checksum conversion (not usable yet)
|
||||||
|
* build actually requires -std=gnu11
|
||||||
|
* refactor help option formatting, auto wrap long lines
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 19:03:04 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Mar 8 19:03:04 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package btrfsprogs
|
# spec file for package btrfsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,12 +29,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# the tarball contains prebuilt documentation
|
# the tarball contains prebuilt documentation
|
||||||
%define build_docs 1
|
%define build_docs 0
|
||||||
|
|
||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 6.1.3
|
Version: 6.8.1
|
||||||
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
|
||||||
@ -79,12 +79,9 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: suse-module-tools
|
BuildRequires: suse-module-tools
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: pkgconfig(udev)
|
|
||||||
%if %build_docs
|
|
||||||
BuildRequires: xmlto
|
|
||||||
%endif
|
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: pkgconfig(udev)
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun):coreutils
|
Requires(postun):coreutils
|
||||||
@ -110,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
|
||||||
@ -197,6 +194,8 @@ Summary: Bash completion for btrfsprogs
|
|||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
|
# versions below 6.2.1 had bash completion files builtin and will create a file conflict
|
||||||
|
Conflicts: %{name} <= 6.2.1
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
Supplements: (%{name} and bash-completion)
|
Supplements: (%{name} and bash-completion)
|
||||||
%else
|
%else
|
||||||
@ -207,8 +206,7 @@ Supplements: packageand(%{name}:bash-completion)
|
|||||||
bash command line completion support for btrfsprogs.
|
bash command line completion support for btrfsprogs.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n btrfs-progs-v%{version}
|
%autosetup -p1 -n btrfs-progs-v%{version}
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -220,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}
|
||||||
|
@ -11,10 +11,10 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
|||||||
utils.h | 4 ++++
|
utils.h | 4 ++++
|
||||||
1 file changed, 4 insertions(+)
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
Index: btrfs-progs-v6.0/common/fsfeatures.h
|
Index: btrfs-progs-v6.5.3/common/fsfeatures.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- btrfs-progs-v6.0.orig/common/fsfeatures.h
|
--- btrfs-progs-v6.5.3.orig/common/fsfeatures.h
|
||||||
+++ btrfs-progs-v6.0/common/fsfeatures.h
|
+++ btrfs-progs-v6.5.3/common/fsfeatures.h
|
||||||
@@ -21,7 +21,9 @@
|
@@ -21,7 +21,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "kernel-lib/sizes.h"
|
#include "kernel-lib/sizes.h"
|
||||||
@ -26,7 +26,7 @@ Index: btrfs-progs-v6.0/common/fsfeatures.h
|
|||||||
/*
|
/*
|
||||||
* Since one feature can set at least one bit in either
|
* Since one feature can set at least one bit in either
|
||||||
@@ -44,11 +46,20 @@ struct btrfs_mkfs_features {
|
@@ -44,11 +46,20 @@ struct btrfs_mkfs_features {
|
||||||
#define BTRFS_FEATURE_STRING_BUF_SIZE (160)
|
#define BTRFS_FEATURE_STRING_BUF_SIZE (512)
|
||||||
|
|
||||||
static const struct btrfs_mkfs_features btrfs_mkfs_default_features = {
|
static const struct btrfs_mkfs_features btrfs_mkfs_default_features = {
|
||||||
+#ifndef BTRFS_MKFS_DEFAULT_RUNTIME_FEATURES
|
+#ifndef BTRFS_MKFS_DEFAULT_RUNTIME_FEATURES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user