Accepting request 668081 from filesystems
- update to version 4.20.1 (forwarded request 668079 from dsterba) OBS-URL: https://build.opensuse.org/request/show/668081 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=100
This commit is contained in:
commit
1dcf4f36ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92114f5ee3949eebcc87846b914a18248bacb42d515c459af2ac5ddbf213a8cd
|
||||
size 2455352
|
3
btrfs-progs-v4.20.1.tar.gz
Normal file
3
btrfs-progs-v4.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54d9d9cd1376d5205ba5c578bc4acd0ae1567a5931fb86f86789109c4fe89d7f
|
||||
size 2487153
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 00:00:00 CET 2019 - dsterba@suse.cz
|
||||
|
||||
- update to version 4.20.1
|
||||
* libbtrfs: fix build of external tools due to missing symbols
|
||||
* ci: enable library test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 16:44:57 UTC 2019 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to version 4.20
|
||||
* new feature: metadata uuid
|
||||
* lightweight change of UUID without rewriting all metadata
|
||||
(incompatible change)
|
||||
* done by btrfstune -m/-M, needs kernel support, 5.0+
|
||||
* image:
|
||||
* fix block groups when restoring from multi-device image
|
||||
* only enlarge result image if it's a regular file
|
||||
* check
|
||||
* more device extent checks and fixes
|
||||
* can repair dir item with mismatched hash
|
||||
* mkfs: uuid tree created with proper contents
|
||||
* fix mount point detection due to partial prefix match
|
||||
* other:
|
||||
* new tests, build fixes, doc updates
|
||||
* libbtrfsutil: fix tests if kernel lacks support for new
|
||||
subvolume ioctls
|
||||
- partial cleanup with spec-cleaner
|
||||
- drop 0001-btrfs-progs-Add-support-for-metadata_uuid-field.patch
|
||||
- drop 0002-btrfs-progs-btrfstune-Add-support-for-changing-the-u.patch
|
||||
- drop 0003-btrfs-progs-Remove-fsid-metdata_uuid-fields-from-fs_.patch
|
||||
- drop 0004-btrfs-progs-Remove-btrfs_fs_info-new_fsid.patch
|
||||
- drop 0005-btrfs-progs-Directly-pass-root-to-change_devices_uui.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 15:45:01 CET 2019 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 07:48:54 UTC 2019 - nborisov@suse.com
|
||||
|
||||
- Implement fate#325871
|
||||
* Added 0001-btrfs-progs-Add-support-for-metadata_uuid-field.patch
|
||||
* Added 0002-btrfs-progs-btrfstune-Add-support-for-changing-the-u.patch
|
||||
* Added 0003-btrfs-progs-Remove-fsid-metdata_uuid-fields-from-fs_.patch
|
||||
* Added 0004-btrfs-progs-Remove-btrfs_fs_info-new_fsid.patch
|
||||
* Added 0005-btrfs-progs-Directly-pass-root-to-change_devices_uui.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 00:00:00 CET 2018 - dsterba@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package btrfsprogs
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -31,12 +31,12 @@
|
||||
%define build_docs 0
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 4.19.1
|
||||
Version: 4.20.1
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0-only
|
||||
Group: System/Filesystems
|
||||
Url: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
||||
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
|
||||
#Git-Web: http://git.kernel.org/cgit/linux/kernel/git/kdave/btrfs-progs.git
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs
|
||||
Source: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v%{version}.tar.gz
|
||||
@ -273,7 +273,12 @@ done
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%if 0%{?suse_version} < 1200
|
||||
# SLE11 doesn't know about %license
|
||||
%doc COPYING
|
||||
%else
|
||||
%license COPYING
|
||||
%endif
|
||||
/sbin/fsck.btrfs
|
||||
# mkinitrd utils
|
||||
/sbin/btrfs
|
||||
|
Loading…
Reference in New Issue
Block a user