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:
parent
ead358894e
commit
2a5a84a99f
@ -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
3
btrfs-progs-v4.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5a2ec90607b13d45722ec4c2f3db492e80c9cd2b9610f0504f9284597a9ea23
|
||||||
|
size 2449263
|
@ -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
|
Mon Aug 6 00:00:00 CEST 2018 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -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
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user