diff --git a/_service b/_service
index 03734e6..cbdcb13 100644
--- a/_service
+++ b/_service
@@ -8,7 +8,7 @@
@PARENT_TAG@.@TAG_OFFSET@.%h
v(.*)
\1
- ccb120cc7b7faceca90cfa55189a1b35b0adc78d
+ 3e039515b959fea70356b010ed093e43cf360e99
suse/rdma-core.spec
diff --git a/prebuilt-pandoc.tgz b/prebuilt-pandoc.tgz
index 965c5f8..3a7eb8b 100644
--- a/prebuilt-pandoc.tgz
+++ b/prebuilt-pandoc.tgz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:214e7859388f81bd6b446607f3492373b213d4060f0a40bf01fbcc738dc6604b
-size 107037
+oid sha256:3407c091c874fe9f782ef2f6a6b0a2059e139e4392db1ffbcd7a8631da055c75
+size 107114
diff --git a/rdma-core-47.0.0.ccb120cc7b7f.tar.gz b/rdma-core-47.0.0.ccb120cc7b7f.tar.gz
deleted file mode 100644
index 9ce92d0..0000000
--- a/rdma-core-47.0.0.ccb120cc7b7f.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e5770c3ce2f4594624918b61006a46a66e933051ea1e7b88662f2926eaefa51a
-size 1907218
diff --git a/rdma-core-48.0.0.3e039515b959.tar.gz b/rdma-core-48.0.0.3e039515b959.tar.gz
new file mode 100644
index 0000000..19b3bb2
--- /dev/null
+++ b/rdma-core-48.0.0.3e039515b959.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3bf68f75b18836c45549782388e208da192f941ac3cdba288dbaa37ebefd0970
+size 1916080
diff --git a/rdma-core.changes b/rdma-core.changes
index 6521717..a15e091 100644
--- a/rdma-core.changes
+++ b/rdma-core.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Fri Sep 22 11:46:06 UTC 2023 - Nicolas Morey
+
+- Update to v48.0
+ - No release notes available.
+- Drop missing-quoting.patch which was fixed upstream.
+
-------------------------------------------------------------------
Wed Aug 23 11:19:49 UTC 2023 - Jan Engelhardt
diff --git a/rdma-core.spec b/rdma-core.spec
index 0dd66fa..ae5190f 100644
--- a/rdma-core.spec
+++ b/rdma-core.spec
@@ -30,9 +30,9 @@
%define _modprobedir /lib/modprobe.d
%endif
-%define git_ver .0.ccb120cc7b7f
+%define git_ver .0.3e039515b959
Name: rdma-core
-Version: 47.0
+Version: 48.0
Release: 0
Summary: RDMA core userspace libraries and daemons
License: BSD-2-Clause OR GPL-2.0-only
@@ -75,7 +75,6 @@ Source4: rdma-core-rpmlintrc
Source5: gen-pandoc.sh
Source6: get_build.py
Patch0: disable-rdma-interface-renaming.patch
-Patch1: missing-quoting.patch
BuildRequires: binutils
BuildRequires: cmake >= 2.8.11
BuildRequires: gcc
@@ -238,7 +237,6 @@ Device-specific plug-in ibverbs userspace drivers are included:
- libefa: Amazon Elastic Fabric Adapter
- libhfi1: Intel Omni-Path HFI
- libhns: HiSilicon Hip06 SoC
-- libi40iw: Intel Ethernet Connection X722 RDMA
- libipathverbs: QLogic InfiniPath HCA
- libirdma: Intel Ethernet Connection RDMA
- libmana: Microsoft Azure Network Adapter
@@ -427,7 +425,6 @@ easy, object-oriented access to IB verbs.
#Extract prebuilt pandoc file in the buildlib directory
(cd buildlib && tar -xf %{S:3})
%patch0
-%patch1
%build