Update to btrfs-progs-5.18.1.

Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>
This commit is contained in:
zhanchengbin 2022-10-24 09:48:41 +08:00
parent d60f429f57
commit 988b3898fa
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
btrfs-progs-v6.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: btrfs-progs
Version: 5.15
Release: 2
Version: 6.0
Release: 1
Summary: btrfs userspace programs
License: GPLv2 and GPL+ and LGPL-2.1+ and GPL-3.0+ and LGPL-2.1 and MIT
URL: https://btrfs.wiki.kernel.org/index.php/Main_Page
@ -8,7 +8,7 @@ Source0: https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}
BuildRequires: python3-devel >= 3.4
BuildRequires: libacl-devel, e2fsprogs-devel, libblkid-devel, libuuid-devel, zlib-devel, libzstd-devel, lzo-devel, systemd-devel
BuildRequires: gcc, asciidoc, systemd, xmlto, autoconf, automake
BuildRequires: gcc, asciidoc, systemd, xmlto, autoconf, automake, python3-sphinx
%define _root_sbindir /sbin
@ -56,6 +56,7 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir
%{_sbindir}/btrfs-map-logical
%{_sbindir}/btrfs-find-root
%{_udevrulesdir}/64-btrfs-dm.rules
%{_udevrulesdir}/64-btrfs-zoned.rules
%exclude %{_libdir}/*.a
%files devel
@ -69,6 +70,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir
%{_mandir}/man8/*.gz
%changelog
* Mon Oct 24 2022 zhanchengbin <zhanchengbin1@huawei.com> - 6.0-1
- Update to btrfs-progs-6.0
* Tue Oct 18 2022 zhanchengbin <zhanchengbin1@huawei.com> - 5.15-2
- delete license Artistic-1.0-Perl