public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Javier Martinez Canillas <javierm@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rmtfs] epel10.3: rmtfs.service.in: Use directory instead of partition
Date: Thu, 24 Sep 2026 10:23:53 GMT [thread overview]
Message-ID: <179024543313.1.18212015963622669308.rpms-rmtfs-edd7d4ba9c94@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rmtfs
Branch : epel10.3
Commit : edd7d4ba9c944edd0d7b5febe369d09cc3af5877
Author : Javier Martinez Canillas <javierm@redhat.com>
Date : 2025-01-28T11:03:24+01:00
Stats : +28/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rmtfs/c/edd7d4ba9c944edd0d7b5febe369d09cc3af5877?branch=epel10.3
Log:
rmtfs.service.in: Use directory instead of partition
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
---
diff --git a/rmtfs.service.in-Use-directory-instead-of-partition.patch b/rmtfs.service.in-Use-directory-instead-of-partition.patch
new file mode 100644
index 0000000..0c1638b
--- /dev/null
+++ b/rmtfs.service.in-Use-directory-instead-of-partition.patch
@@ -0,0 +1,26 @@
+From 72665a1159d310bcba5f0209f4fcd592b2130d28 Mon Sep 17 00:00:00 2001
+From: Javier Martinez Canillas <javierm@redhat.com>
+Date: Mon, 12 Feb 2024 09:42:21 +0100
+Subject: [PATCH] rmtfs.service.in: Use directory instead of partition
+
+Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
+---
+ rmtfs.service.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/rmtfs.service.in b/rmtfs.service.in
+index 8384043c52fe..afff06462d76 100644
+--- a/rmtfs.service.in
++++ b/rmtfs.service.in
+@@ -4,7 +4,7 @@ Requires=qrtr-ns.service
+ After=qrtr-ns.service
+
+ [Service]
+-ExecStart=RMTFS_PATH/rmtfs -r -P -s
++ExecStart=RMTFS_PATH/rmtfs -s -o /var/lib/rmtfs/
+ Restart=always
+ RestartSec=1
+
+--
+2.43.0
+
diff --git a/rmtfs.spec b/rmtfs.spec
index c29add4..1a6cf1b 100644
--- a/rmtfs.spec
+++ b/rmtfs.spec
@@ -7,6 +7,8 @@ License: BSD-3-Clause
URL: https://github.com/linux-msm/rmtfs/
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0001: rmtfs.service.in-Use-directory-instead-of-partition.patch
+
BuildRequires: gcc
BuildRequires: make
BuildRequires: qrtr-devel
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=179024543313.1.18212015963622669308.rpms-rmtfs-edd7d4ba9c94@fedoraproject.org \
--to=javierm@redhat.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