Dominique Leuenberger 2018-12-11 14:43:39 +00:00 committed by Git OBS Bridge
commit af5410d395
4 changed files with 57 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Thu Dec 6 00:00:00 CET 2018 - dsterba@suse.cz
- update to version 4.19.1
* check
* many lowmem mode improvements
* properly report qgroup mismatch errors
* check symlinks with append/immutable flags
* fi usage
* correctly calculate allocated/unallocated for raid10
* minor output updates
* mkfs
* detect ENOSPC on thinly provisioned devices
* fix spurious EEXIST during directory traversal
* restore: fix relative path for restore target
* dump-tree: print symbolic tree names for backrefs
* send: fix regression preventing send -p with subvolumes mounted on "/"
* corrupt-tree: refactoring and command line updates
* build
* make it work with e2fsprogs < 1.42 again
* restore support for autoconf 2.63
* detect if -std=gnu90 is supported
* other
* new tests
* cleanups
-------------------------------------------------------------------
Mon Nov 12 00:00:00 CET 2018 - dsterba@suse.cz
- update to version 4.19
* check: support repair of fs with free-space-tree feature
* core:
* port delayed ref infrastructure from kernel
* support write to free space tree
* dump-tree: new options for BFS and DFS enumeration of b-trees
* quota: rescan is now done automatically after 'assign'
* btrfstune: incomplete fix to uuid change
* subvol: fix 255 char limit checks
* completion: complete block devices and now regular files too
* docs:
* ship uncompressed manual pages
* btrfsck uses a manual page link instead of symlink
* other
* improved error handling
* docs
* new tests
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 6 00:00:00 CEST 2018 - dsterba@suse.cz Mon Aug 6 00:00:00 CEST 2018 - dsterba@suse.cz

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -31,7 +31,7 @@
%define build_docs 0 %define build_docs 0
Name: btrfsprogs Name: btrfsprogs
Version: 4.17.1 Version: 4.19.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
@ -200,12 +200,10 @@ make install \
%if !%{build_docs} %if !%{build_docs}
cd Documentation cd Documentation
# fool make to avoid rebuilding some of the sources, the final btrfs.5.gz is in install -m 0755 -d %{buildroot}/%{_mandir}/man5
# the tarball and we have to overwrite it in the installation path install -m 0755 -d %{buildroot}/%{_mandir}/man8
touch btrfs-man5.5.gz btrfs-man5.asciidoc install -m 0644 *.5 %{buildroot}/%{_mandir}/man5
touch btrfs-ioctl.asciidoc btrfs-ioctl.3.gz install -m 0644 *.8 %{buildroot}/%{_mandir}/man8
make V=1 MV=mv DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} mandir=%{_mandir} libdir=%{_libdir} install
install -m 0644 btrfs.5.gz %{buildroot}/%{_mandir}/man5
cd .. cd ..
%endif %endif
@ -246,7 +244,7 @@ install -m 0644 btrfs-completion %{buildroot}/%{_datadir}/bash-completion/comple
%if 0%{!?for_debugging:1} %if 0%{!?for_debugging:1}
DEBUG_FILES="/sbin/btrfs-find-root DEBUG_FILES="/sbin/btrfs-find-root
%{_sbindir}/btrfs-find-root %{_sbindir}/btrfs-find-root
%{_mandir}/man8/btrfs-find-root.8.gz %{_mandir}/man8/btrfs-find-root.8
/sbin/btrfs-select-super /sbin/btrfs-select-super
%{_sbindir}/btrfs-select-super" %{_sbindir}/btrfs-select-super"
for file in $DEBUG_FILES; do for file in $DEBUG_FILES; do