Accepting request 912399 from home:goldwynr:branches:filesystems
Update to v5.13.1 OBS-URL: https://build.opensuse.org/request/show/912399 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=354
This commit is contained in:
parent
18afdc03cf
commit
9ea9b7fdf8
3
btrfs-progs-v5.13.1.tar.gz
Normal file
3
btrfs-progs-v5.13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8d7a9576b184144a1492f7c6ce2388efd0503da3cd992ff73eaafc6ea68a08f
|
||||||
|
size 2756907
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:076f751de8909a4dd2bdfe1d70aea4a0634f8ff47d150cea41e901a7cde7ff34
|
|
||||||
size 2753682
|
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 10 13:03:47 UTC 2021 - Goldwyn Rodrigues <rgoldwyn@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.13.1
|
||||||
|
* build: fix build on musl libc due to missing definition of NAME_MAX
|
||||||
|
* check:
|
||||||
|
* batch more work into one transaction when clearing v1 free space inodes
|
||||||
|
* detect directoris with wrong number of links
|
||||||
|
* libbtrfsutil: fix race between subvolume iterator and deletion
|
||||||
|
* mkfs: be more specific about supported profiles for zoned device
|
||||||
|
* other:
|
||||||
|
* documentation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 13 00:00:00 CEST 2021 - dsterba@suse.cz
|
Tue Jul 13 00:00:00 CEST 2021 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.13
|
Version: 5.13.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
|
||||||
@ -84,7 +84,7 @@ BuildRequires: xmlto
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} >= 1310
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun):coreutils
|
||||||
%endif
|
%endif
|
||||||
Supplements: filesystem(btrfs)
|
Supplements: filesystem(btrfs)
|
||||||
Recommends: btrfsmaintenance
|
Recommends: btrfsmaintenance
|
||||||
|
Loading…
Reference in New Issue
Block a user