Revert revert of Factory changes done in https://build.opensuse.org/request/show/1108408 that somehow got back to the devel project.

Update to 6.3.3

OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=404
This commit is contained in:
David Sterba
2023-09-01 13:08:00 +00:00
committed by Git OBS Bridge
parent 9252c39b24
commit e166a56dad
6 changed files with 53 additions and 8 deletions

View File

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

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
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

View File

@@ -34,7 +34,7 @@
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
Name: btrfsprogs
Version: 6.3
Version: 6.3.3
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only
@@ -55,7 +55,6 @@ Provides: btrfs-progs = %{version}-%{release}
Provides: btrfs-progs(%_arch) = %{version}-%{release}
Patch1: mkfs-default-features.patch
Patch2: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch
%if %build_docs
BuildRequires: python3-Sphinx
@@ -198,6 +197,8 @@ Summary: Bash completion for btrfsprogs
Group: System/Shells
Requires: %{name}
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
Supplements: (%{name} and bash-completion)
%else
@@ -208,9 +209,7 @@ Supplements: packageand(%{name}:bash-completion)
bash command line completion support for btrfsprogs.
%prep
%setup -q -n btrfs-progs-v%{version}
%patch1 -p1
%patch2 -p1
%autosetup -p1 -n btrfs-progs-v%{version}
%build
./autogen.sh