From e1221bb7aaa7de61f4ea43fa7181aebef21cb1e0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 16 Jan 2024 14:24:40 +0000 Subject: [PATCH] Remove patch already upstream --- ...le.am-Fix-missing-continuation-backs.patch | 26 ------------------- libnbd.spec | 3 --- 2 files changed, 29 deletions(-) delete mode 100644 0001-generator-Makefile.am-Fix-missing-continuation-backs.patch diff --git a/0001-generator-Makefile.am-Fix-missing-continuation-backs.patch b/0001-generator-Makefile.am-Fix-missing-continuation-backs.patch deleted file mode 100644 index c2cd547..0000000 --- a/0001-generator-Makefile.am-Fix-missing-continuation-backs.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 11372ab9801f69b48404246cd3f9ec65b41b473b Mon Sep 17 00:00:00 2001 -From: "Richard W.M. Jones" -Date: Tue, 19 Dec 2023 17:08:07 +0000 -Subject: [PATCH] generator/Makefile.am: Fix missing continuation backslash - -Fixes: commit 2829b92aefb89a098e11a36b252383563a4e543a ---- - generator/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/generator/Makefile.am b/generator/Makefile.am -index c9555f5269..38509124d0 100644 ---- a/generator/Makefile.am -+++ b/generator/Makefile.am -@@ -111,7 +111,7 @@ stamp-generator: - echo; \ - echo "Install the OCaml bytecode compiler (the program called ‘ocamlc’)"; \ - echo "and rerun ./configure && make"; \ -- echo; -+ echo; \ - echo "OR build from the tarballs at https://download.libguestfs.org/libnbd/"; \ - echo "which include generated files."; \ - echo; \ --- -2.43.0 - diff --git a/libnbd.spec b/libnbd.spec index 9fd1ae7..b5dcbe8 100644 --- a/libnbd.spec +++ b/libnbd.spec @@ -40,9 +40,6 @@ Source2: libguestfs.keyring # Maintainer script which helps with handling patches. Source3: copy-patches.sh -# Fixes bug in generator/Makefile.am which causes builds to fail on i686. -Patch: 0001-generator-Makefile.am-Fix-missing-continuation-backs.patch - %if 0%{patches_touch_autotools} BuildRequires: autoconf, automake, libtool %endif