Accepting request 1080175 from openSUSE:Factory

- Use pre-generated documentation from tarball, fixes build on SLE targets
  where sphinx might not be available

- 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

OBS-URL: https://build.opensuse.org/request/show/1080175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=143
This commit is contained in:
Dominique Leuenberger 2023-04-18 17:43:30 +00:00 committed by Git OBS Bridge
parent bf7043020d
commit 1afd649c9a
6 changed files with 42 additions and 5 deletions

BIN
btrfs-progs-v6.1.3.tar.gz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

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

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

Binary file not shown.

View File

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

View File

@ -29,12 +29,12 @@
%endif
# the tarball contains prebuilt documentation
%define build_docs 1
%define build_docs 0
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
Name: btrfsprogs
Version: 6.1.3
Version: 6.2.2
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only