From c9d52833f8d39032373e843b91d90900f2f19ba6 Mon Sep 17 00:00:00 2001 From: markeryang Date: Thu, 10 Dec 2020 10:47:41 +0800 Subject: [PATCH] fix URL error --- btrfs-progs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/btrfs-progs.spec b/btrfs-progs.spec index 0615e31..a1961f4 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,9 +1,9 @@ Name: btrfs-progs Version: 5.7 -Release: 2 +Release: 3 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 -URL: http://www.btrfs.wiki.kernel.org/index.php/Main_Page +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 Patch1: 0001-btrfs-progs-convert-prevent-32bit-overflow-for-cctx-.patch @@ -69,6 +69,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Thu Dec 10 2020 yanglongkang - 5.7-3 +- fix URL error + * Thu Nov 26 2020 lixiaokeng - 5.7-2 - backport patches from epoch2 -- Gitee