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/tqftpserv] epel10: Initial import (fedora#2356929).
Date: Fri, 28 Aug 2026 06:50:09 GMT	[thread overview]
Message-ID: <178789980915.1.10060379352713139598.rpms-tqftpserv-21e786c0830f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/tqftpserv
            Branch : epel10
            Commit : 21e786c0830f2a9b11fb6689caaf6723672174e2
            Author : Sam Day <me@samcday.com>
            Date   : 2025-04-03T12:48:19+02:00
            Stats  : +74/-0 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/tqftpserv/c/21e786c0830f2a9b11fb6689caaf6723672174e2?branch=epel10

            Log:
            Initial import (fedora#2356929).

Signed-off-by: Sam Day <me@samcday.com>

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bcc34d2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/tqftpserv-1.1.tar.gz

diff --git a/24.patch b/24.patch
new file mode 100644
index 0000000..ca4ecd1
--- /dev/null
+++ b/24.patch
@@ -0,0 +1,24 @@
+From cab8b18f9ac3c1f980e253c71f68130875f59c8e Mon Sep 17 00:00:00 2001
+From: Nicola Guerrera <guerrera.nicola@gmail.com>
+Date: Sat, 9 Nov 2024 00:22:37 +0100
+Subject: [PATCH] tqftpserv.service.in: remove dependency on qrtr-ns.service
+
+QRTR is built in to the kernel now, the other packages (such as rmtfs) have since removed qrtr-ns as a service dependency
+
+Signed-off-by: Nicola Guerrera <guerrera.nicola@gmail.com>
+---
+ tqftpserv.service.in | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tqftpserv.service.in b/tqftpserv.service.in
+index 3333e02..71a7991 100644
+--- a/tqftpserv.service.in
++++ b/tqftpserv.service.in
+@@ -1,7 +1,5 @@
+ [Unit]
+ Description=QRTR TFTP service
+-Requires=qrtr-ns.service
+-After=qrtr-ns.service
+ 
+ [Service]
+ ExecStart=@prefix@/bin/tqftpserv

diff --git a/sources b/sources
new file mode 100644
index 0000000..437a32e
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (tqftpserv-1.1.tar.gz) = 99625c8623f5d9140d4f773366ab98854154bb005f1795a4ce437c3feb968b3304623b30ffa05aacc22ba12fc27f635b8d055300f2695a0df63684168ae6123f

diff --git a/tqftpserv.spec b/tqftpserv.spec
new file mode 100644
index 0000000..7b5ffae
--- /dev/null
+++ b/tqftpserv.spec
@@ -0,0 +1,48 @@
+Name:           tqftpserv
+Version:        1.1
+Release:        %autorelease
+Summary:        Trivial File Transfer Protocol server over AF_QIPCRTR
+
+License:        BSD-3-Clause
+URL:            https://github.com/linux-msm/tqftpserv
+Source:         %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+
+# tqftpserv.service.in: remove dependency on qrtr-ns.service
+Patch:          https://github.com/linux-msm/tqftpserv/pull/24.patch
+
+BuildRequires:  gcc
+BuildRequires:  meson
+BuildRequires:  pkgconfig(libzstd)
+BuildRequires:  pkgconfig(qrtr)
+BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
+
+%description
+%{summary}.
+
+%prep
+%autosetup -p1
+
+%build
+%meson
+%meson_build
+
+%install
+%meson_install
+
+%post
+%systemd_post %{name}.service
+
+%preun
+%systemd_preun %{name}.service
+
+%postun
+%systemd_postun_with_restart %{name}.service
+
+%files
+%license LICENSE
+%{_bindir}/%{name}
+%{_unitdir}/%{name}.service
+
+%changelog
+%autochangelog

                 reply	other threads:[~2026-08-28  6:50 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=178789980915.1.10060379352713139598.rpms-tqftpserv-21e786c0830f@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