From be52f1864bc035066ef65e3ba04b6630f0b4cfc1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 14:45:00 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ftp.git#c7b4278bc42ed542a76bee2c5a04a6ad8a2aefb5 --- ftp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ftp.spec b/ftp.spec index 5bb8b60..c34e040 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,7 +1,7 @@ Summary: The standard UNIX FTP (File Transfer Protocol) client Name: ftp Version: 0.17 -Release: 85%{?dist} +Release: 86%{?dist} License: BSD with advertising Source0: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz URL: ftp://ftp.linux.org.uk/pub/linux/Networking/netkit @@ -43,6 +43,7 @@ Patch35: netkit-ftp-0.17-linelen-segfault.patch BuildRequires: glibc-devel, readline-devel, ncurses-devel BuildRequires: perl-interpreter, gcc +BuildRequires: make %description The ftp package provides the standard UNIX command-line FTP (File @@ -118,6 +119,9 @@ make INSTALLROOT=${RPM_BUILD_ROOT} install %{_mandir}/man5/netrc.* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.17-86 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 19 2020 Michal Ruprich - 0.17-85 - Use make_build macro and remove hard-coded gcc - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make