Accepting request 844075 from home:dsterba:branches:filesystems
- Update to 5.9: OBS-URL: https://build.opensuse.org/request/show/844075 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=341
This commit is contained in:
parent
3ff32fa997
commit
cd20cf8273
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:635c7e658f689f2df6e11a176d4aad9ed706ec0c4ed8ff13cc14a53f5bfa11d8
|
|
||||||
size 2674168
|
|
3
btrfs-progs-v5.9.tar.gz
Normal file
3
btrfs-progs-v5.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a145684d2df509c7157e0b7fece8a0988eca71d5c7c7b307dc9f010cda205b83
|
||||||
|
size 2679785
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 26 00:00:00 CET 2020 - dsterba@suse.cz
|
||||||
|
|
||||||
|
- Update to 5.9:
|
||||||
|
* mkfs:
|
||||||
|
* switch default to single profile for multi-device filesystem, up to
|
||||||
|
now it was raid0 that may not be simple to convert to some other profile
|
||||||
|
as raid0 needs a workspace on all device for that
|
||||||
|
* new option -R for run-time options (eg. mount time enabled), now
|
||||||
|
understands free-space-tree
|
||||||
|
* subvolume delete:
|
||||||
|
* refuse to delete the default subvolume (kernel will not allow that but
|
||||||
|
the error reason is not obvious)
|
||||||
|
* warn on EPERM, eg. if send is on progress on the subvolume
|
||||||
|
* convert:
|
||||||
|
* fix 32bit overflows on large filesystems
|
||||||
|
* improved error handling and error messages
|
||||||
|
* check free space taking fragmentation into account
|
||||||
|
* check:
|
||||||
|
* detect and repair wrong inode generation
|
||||||
|
* minor improvement in error reporting on roots
|
||||||
|
* libbtrfsutils: follow main package versioning (5.9)
|
||||||
|
* add pkg-config file definitions
|
||||||
|
* python-btrfsutil: follow main package versioning (5.9)
|
||||||
|
* inspect tree-stats: print node counts for each level, fanout
|
||||||
|
* other:
|
||||||
|
* docs:
|
||||||
|
* remove obsolete mount options (alloc_start, subvolrootid)
|
||||||
|
* deleting default subvolume is not permitted
|
||||||
|
* updated or fixed tests
|
||||||
|
* .editorconfig updates
|
||||||
|
* move files to kernel-shared/
|
||||||
|
* CI:
|
||||||
|
* updated to use zstd 1.4.5
|
||||||
|
* fix reiserfs build
|
||||||
|
* more builds with asan, ubsan
|
||||||
|
* sb-mod updates
|
||||||
|
* build:
|
||||||
|
* print .so versions of libraries in configure summary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 7 00:00:00 CEST 2020 - dsterba@suse.cz
|
Tue Jul 7 00:00:00 CEST 2020 - 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.7
|
Version: 5.9
|
||||||
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
|
||||||
@ -405,6 +405,7 @@ done
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/btrfsutil.h
|
%{_includedir}/btrfsutil.h
|
||||||
%{_libdir}/libbtrfsutil.so
|
%{_libdir}/libbtrfsutil.so
|
||||||
|
%{_libdir}/pkgconfig/libbtrfsutil.pc
|
||||||
|
|
||||||
%if %{package_udev_rules}
|
%if %{package_udev_rules}
|
||||||
%files udev-rules
|
%files udev-rules
|
||||||
|
Loading…
Reference in New Issue
Block a user