diff --git a/ftp.spec b/ftp.spec index c785c5feebf2903f77f6eba403f8cad3a9083331..7e760d777552f82566ddaa93c736e254799dbd56 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