public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sam Day <me@samcday.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rmtfs] epel10.3: Add upstream patch to remove qrtr-ns service dep
Date: Thu, 24 Sep 2026 10:23:54 GMT [thread overview]
Message-ID: <179024543463.1.6418796354582487141.rpms-rmtfs-f60513dafa48@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-24 10:23 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179024543463.1.6418796354582487141.rpms-rmtfs-f60513dafa48@fedoraproject.org \
--to=me@samcday.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox