From fc4f8c9f8a6b91d742b10b37a943d8424926ecbe Mon Sep 17 00:00:00 2001 From: markeryang Date: Thu, 10 Dec 2020 10:58:23 +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 207c0ef..077b9f5 100644 --- a/btrfs-progs.spec +++ b/btrfs-progs.spec @@ -1,9 +1,9 @@ Name: btrfs-progs Version: 5.7 -Release: 1 +Release: 2 Summary: btrfs userspace programs License: GPLv2 -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 BuildRequires: python3-devel >= 3.4 @@ -68,6 +68,9 @@ make mandir=%{_mandir} bindir=%{_sbindir} libdir=%{_libdir} incdir=%{_includedir %{_mandir}/man8/*.gz %changelog +* Thu Dec 10 2020 yanglongkang - 5.7-2 +- fix URL error + * Wed Jul 15 2020 Zhiqiang Liu - 5.7-1 - update to v5.7 version -- Gitee