From 1ed2a80fe1b8dc97f10dc901a438c1ff2df367ca9e162d3e69efdd8dae43cd18 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 10:32:09 +0000 Subject: [PATCH] Accepting request 1123524 from home:dimstar:Factory - Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123524 OBS-URL: https://build.opensuse.org/package/show/network/ftp?expand=0&rev=5 --- ftp.changes | 6 ++++++ ftp.spec | 15 ++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ftp.changes b/ftp.changes index 06d04ba..7e9896f 100644 --- a/ftp.changes +++ b/ftp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 6 08:56:22 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + ------------------------------------------------------------------- Wed Oct 5 15:01:10 UTC 2011 - uli@suse.com diff --git a/ftp.spec b/ftp.spec index fda138e..a740c31 100644 --- a/ftp.spec +++ b/ftp.spec @@ -1,7 +1,7 @@ # # spec file for package ftp # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# norootforbuild - Name: ftp -Url: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit +URL: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit Prefix: /usr License: BSD-3-Clause BuildRequires: ncurses-devel Group: Productivity/Networking/Ftp/Clients Conflicts: lukemftp -AutoReqProv: on Version: 0.17 -Release: 672 +Release: 0 Summary: The Standard UNIX FTP Client BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: netkit-ftp-%{version}.tar.bz2 -Patch: netkit-ftp-%{version}.dif +Patch0: netkit-ftp-%{version}.dif Patch1: ipv6-usagi-20010122.diff Patch2: netkit-ftp-0.17-glibc28.patch @@ -48,7 +45,7 @@ Authors: %prep %setup -n netkit-ftp-%{version} -%patch +%patch0 %patch1 -p2 %patch2