public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/syncthing] epel10.2: Simplify source unpacking
@ 2026-07-05 13:49 Maxwell G
0 siblings, 0 replies; only message in thread
From: Maxwell G @ 2026-07-05 13:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/syncthing
Branch : epel10.2
Commit : 859e5222c93caf1f1b4ab70e9bdd151f7debe3a2
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-07-05T15:36:22+02:00
Stats : +4/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/syncthing/c/859e5222c93caf1f1b4ab70e9bdd151f7debe3a2?branch=epel10.2
Log:
Simplify source unpacking
[skip changelog]
---
diff --git a/syncthing.spec b/syncthing.spec
index 1e1401c..9d041da 100644
--- a/syncthing.spec
+++ b/syncthing.spec
@@ -72,9 +72,10 @@ This package contains the main syncthing server tools:
to connect to indirectly over the internet.
%prep
-%goprep -A
-%setup -q -T -D -a1 %{forgesetupargs}
-%autopatch -p1
+# Unpack source archive
+%goprep -p1
+# Unpack vendor archive
+tar -xf %{S:1}
# Remove unused modernc sqlite3 backend
rm internal/db/sqlite/db_open_nocgo.go
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-05 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-05 13:49 [rpms/syncthing] epel10.2: Simplify source unpacking Maxwell G
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox