From 1dbd6c09a7fc562c735305352448dd5b88608338 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 28 Dec 2023 20:00:49 +0800 Subject: [PATCH] fix the source error --- ftp.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ftp.spec b/ftp.spec index c785c5f..0adb339 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,13 +1,13 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: The standard UNIX FTP (File Transfer Protocol) client Name: ftp Version: 0.17 Release: %{anolis_release}%{dist} License: BSD with advertising -URL: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit +URL: http://ftp.linux.org.uk/pub/linux/Networking/netkit -Source0: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz +Source0: http://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz Patch0001: 0001-PATCH-netkit-ftp-0.17-pre20000412.pasv-security.patch Patch0002: 0002-PATCH-netkit-ftp-0.17-acct.patch @@ -129,8 +129,11 @@ make INSTALLROOT=${RPM_BUILD_ROOT} install %{_mandir}/man5/netrc.* %changelog -* Mon Feb 13 2023 Guyu Wang 0.17-2 +* Thu Dec 28 2023 happy_orange - 0.17-3 +- fix the source error + +* Mon Feb 13 2023 Guyu Wang - 0.17-2 - Optimize spec file -* Wed Apr 13 2022 Zhongling He 0.17-1 +* Wed Apr 13 2022 Zhongling He - 0.17-1 - Init package from upstream v0.17 -- Gitee