Accepting request 648582 from home:dsterba:branches:filesystems

- update to version 4.19

OBS-URL: https://build.opensuse.org/request/show/648582
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=304
This commit is contained in:
David Sterba 2018-11-12 15:20:54 +00:00 committed by Git OBS Bridge
parent ead358894e
commit 2a5a84a99f
4 changed files with 31 additions and 12 deletions

View File

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

3
btrfs-progs-v4.19.tar.gz Normal file
View File

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

View File

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

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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
Name: btrfsprogs
Version: 4.17.1
Version: 4.19
Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0-only
@ -200,12 +200,10 @@ make install \
%if !%{build_docs}
cd Documentation
# fool make to avoid rebuilding some of the sources, the final btrfs.5.gz is in
# the tarball and we have to overwrite it in the installation path
touch btrfs-man5.5.gz btrfs-man5.asciidoc
touch btrfs-ioctl.asciidoc btrfs-ioctl.3.gz
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
install -m 0755 -d %{buildroot}/%{_mandir}/man5
install -m 0755 -d %{buildroot}/%{_mandir}/man8
install -m 0644 *.5 %{buildroot}/%{_mandir}/man5
install -m 0644 *.8 %{buildroot}/%{_mandir}/man8
cd ..
%endif
@ -246,7 +244,7 @@ install -m 0644 btrfs-completion %{buildroot}/%{_datadir}/bash-completion/comple
%if 0%{!?for_debugging:1}
DEBUG_FILES="/sbin/btrfs-find-root
%{_sbindir}/btrfs-find-root
%{_mandir}/man8/btrfs-find-root.8.gz
%{_mandir}/man8/btrfs-find-root.8
/sbin/btrfs-select-super
%{_sbindir}/btrfs-select-super"
for file in $DEBUG_FILES; do