diff --git a/btrfs-progs-v4.17.1.tar.gz b/btrfs-progs-v4.17.1.tar.gz deleted file mode 100644 index ab9293e..0000000 --- a/btrfs-progs-v4.17.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ced8a53cc128d448b9d1675a5c9a7d87cc3bbd85f6fb92aa6bca262699e78e -size 2453004 diff --git a/btrfs-progs-v4.19.1.tar.gz b/btrfs-progs-v4.19.1.tar.gz new file mode 100644 index 0000000..a380e98 --- /dev/null +++ b/btrfs-progs-v4.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92114f5ee3949eebcc87846b914a18248bacb42d515c459af2ac5ddbf213a8cd +size 2455352 diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 7e93018..82f9e45 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -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 diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 862309f..01a9666 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -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.1 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