From 88ab18375f4f7e16159adb364343d730174133dc Mon Sep 17 00:00:00 2001 From: zhanchengbin Date: Thu, 13 Oct 2022 16:35:09 +0800 Subject: [PATCH] spec: delete license Artistic-1.0-Perl Signed-off-by: zhanchengbin (cherry picked from commit f77870a5d2d4da289d6ba5a93dd98aad2819736d) --- btrfs-progs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 2dd1398..6b83914 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,8 +1,8 @@ Name: btrfs-progs Version: 5.15 -Release: 1 +Release: 2 Summary: btrfs userspace programs -License: GPLv2 and GPL+ and LGPL-2.1+ and GPL-3.0+ and LGPL-2.1 and Artistic-1.0-Perl and MIT +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 Source0: https://www.kernel.org/pub/linux/kernel/people/kdave/%{name}/%{name}-v%{version}.tar.xz @@ -69,6 +69,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Tue Oct 18 2022 zhanchengbin - 5.15-2 +- delete license Artistic-1.0-Perl + * Tue Nov 16 2021 Wenchao Hao - 5.15-1 - Update to btrfs-progs-5.15 -- Gitee