From 7b7d7c74c2b520f9a63e0a721a98c9635f23549c Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Fri, 29 Dec 2023 10:14:28 +0800 Subject: [PATCH] fix the source error --- ftp.spec | 11 +++++++---- ...t-ftp-0.17.tar.gz => netkit-ftp_0.17.orig.tar.gz | Bin 2 files changed, 7 insertions(+), 4 deletions(-) rename netkit-ftp-0.17.tar.gz => netkit-ftp_0.17.orig.tar.gz (100%) diff --git a/ftp.spec b/ftp.spec index c785c5f..7e760d7 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Summary: The standard UNIX FTP (File Transfer Protocol) client Name: ftp @@ -7,7 +7,7 @@ Release: %{anolis_release}%{dist} License: BSD with advertising URL: ftp://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.debian.org/debian/pool/main/n/netkit-ftp/netkit-ftp_%{version}.orig.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 +* Fri Dec 29 2023 mgb01105731 - 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 diff --git a/netkit-ftp-0.17.tar.gz b/netkit-ftp_0.17.orig.tar.gz similarity index 100% rename from netkit-ftp-0.17.tar.gz rename to netkit-ftp_0.17.orig.tar.gz -- Gitee