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: Initial import
Date: Thu, 24 Sep 2026 10:23:51 GMT	[thread overview]
Message-ID: <179024543119.1.5550839285208751840.rpms-rmtfs-abb9677ed768@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rmtfs
            Branch : epel10.3
            Commit : abb9677ed768dd024dc1d5ff4d827d7e915366c7
            Author : Javier Martinez Canillas <javierm@redhat.com>
            Date   : 2024-02-07T19:16:46+01:00
            Stats  : +48/-0 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rmtfs/c/abb9677ed768dd024dc1d5ff4d827d7e915366c7?branch=epel10.3

            Log:
            Initial import

Resolves: rhbz#2262135

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..295d161
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/rmtfs-*.tar.gz

diff --git a/rmtfs.spec b/rmtfs.spec
new file mode 100644
index 0000000..c6db958
--- /dev/null
+++ b/rmtfs.spec
@@ -0,0 +1,46 @@
+Name:           rmtfs
+Version:        1.0
+Release:        %autorelease
+Summary:        Qualcomm Remote Filesystem Service Implementation
+
+License:        BSD-3-Clause
+URL:            https://github.com/andersson/rmtfs
+
+Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  qrtr-devel
+BuildRequires:  systemd-devel
+BuildRequires:  systemd-rpm-macros
+
+Requires: qrtr
+
+%description
+Qualcomm Remote Filesystem Service Implementation.
+
+%prep
+%autosetup -p1
+
+%build
+%make_build prefix="%{_prefix}"
+
+%install
+%make_install prefix="%{_prefix}"
+
+%post
+%systemd_post rmtfs.service
+
+%preun
+%systemd_preun rmtfs.service
+
+%postun
+%systemd_postun rmtfs.service
+
+%files
+%license LICENSE
+%{_bindir}/%{name}
+%{_unitdir}/rmtfs.service
+
+%changelog
+%autochangelog

diff --git a/sources b/sources
new file mode 100644
index 0000000..42c5954
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (rmtfs-1.0.tar.gz) = acf7d4e437c6a4aa04813595d74521258db3b9af50744787c7e7211578d277acaaf4752dcf8238121140eecf8785e2d30c30327a1ad60b3f321853ced9795e5c

                 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=179024543119.1.5550839285208751840.rpms-rmtfs-abb9677ed768@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