public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rmtfs] epel10.3: Add upstream patch to remove qrtr-ns service dep
@ 2026-09-24 10:23 Sam Day
0 siblings, 0 replies; only message in thread
From: Sam Day @ 2026-09-24 10:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rmtfs
Branch : epel10.3
Commit : f60513dafa485f1990d293b302197c2d27b1039f
Author : Sam Day <me@samcday.com>
Date : 2025-03-31T18:10:17+02:00
Stats : +24/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rmtfs/c/f60513dafa485f1990d293b302197c2d27b1039f?branch=epel10.3
Log:
Add upstream patch to remove qrtr-ns service dep
rmtfs.service cannot be started because it's depending on
qrtr-ns.service, which was dropped from qrtr at some point.
Signed-off-by: Sam Day <me@samcday.com>
---
diff --git a/20.patch b/20.patch
new file mode 100644
index 0000000..4aa41ef
--- /dev/null
+++ b/20.patch
@@ -0,0 +1,23 @@
+From 44fcb2ec647ba4e56ab4d3ebea42f08aa71677f5 Mon Sep 17 00:00:00 2001
+From: Luca Weiss <luca.weiss@fairphone.com>
+Date: Mon, 11 Mar 2024 11:02:29 +0100
+Subject: [PATCH] rmtfs.service.in: Remove dependency on qrtr-ns.service
+
+The QRTR nameserver has been built into the kernel for years now, drop
+the dependency since qrtr-ns.service won't do anything anyways.
+---
+ rmtfs.service.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/rmtfs.service.in b/rmtfs.service.in
+index 8384043..abd12df 100644
+--- a/rmtfs.service.in
++++ b/rmtfs.service.in
+@@ -1,7 +1,5 @@
+ [Unit]
+ Description=Qualcomm remotefs service
+-Requires=qrtr-ns.service
+-After=qrtr-ns.service
+
+ [Service]
+ ExecStart=RMTFS_PATH/rmtfs -r -P -s
diff --git a/rmtfs.spec b/rmtfs.spec
index 747a243..e43354b 100644
--- a/rmtfs.spec
+++ b/rmtfs.spec
@@ -6,6 +6,7 @@ Summary: Qualcomm Remote Filesystem Service Implementation
License: BSD-3-Clause
URL: https://github.com/linux-msm/rmtfs/
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch: https://patch-diff.githubusercontent.com/raw/linux-msm/rmtfs/pull/20.patch
BuildRequires: gcc
BuildRequires: make
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 10:23 [rpms/rmtfs] epel10.3: Add upstream patch to remove qrtr-ns service dep Sam Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox