From ed1c9e3e44a9db2a87c513ccdf1fe74f12a027312195560f930d9835f84f3c36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Nov 2023 10:24:59 +0000 Subject: [PATCH] Accepting request 1123772 from home:dimstar:Factory Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123772 OBS-URL: https://build.opensuse.org/package/show/server:mail/mailx?expand=0&rev=75 --- mailx.changes | 6 ++++++ mailx.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/mailx.changes b/mailx.changes index 36f5a14..ac46661 100644 --- a/mailx.changes +++ b/mailx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 7 09:10:38 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + ------------------------------------------------------------------- Tue Dec 27 13:09:42 UTC 2022 - Ludwig Nussel diff --git a/mailx.spec b/mailx.spec index 1b584d9..5d327e2 100644 --- a/mailx.spec +++ b/mailx.spec @@ -1,7 +1,7 @@ # # spec file for package mailx # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -47,7 +47,7 @@ Summary: A MIME-Capable Implementation of the mailx Command License: BSD-4-Clause AND MPL-1.1 Group: Productivity/Networking/Email/Utilities Source: mailx-%{version}.tar.bz2 -Patch: mailx-%{version}.dif +Patch0: mailx-%{version}.dif Patch1: nail-11.25-path.dif Patch2: mailx-%{version}-replyto.patch Patch3: nail-11.25-ttychar.dif @@ -98,7 +98,7 @@ minor enhancements like the ability to set a "From:" address. %patch13 -p0 -b .ssl11f %patch14 -p1 -b .sendmail %patch15 -p0 -b .systemd -%patch -p1 -b .0 +%patch0 -p1 -b .0 %build CC=gcc