public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Maxwell G <maxwell@gtmx.me>
To: git-commits@fedoraproject.org
Subject: [rpms/syncthing] epel10.2: Entirely remove unused modernc sqlite backend from vendor
Date: Sun, 05 Jul 2026 13:49:15 GMT [thread overview]
Message-ID: <178325935570.1.2030306118940565187.rpms-syncthing-cc9a98338405@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/syncthing
Branch : epel10.2
Commit : cc9a98338405a4c567caf64fb894ffe2e0da8dce
Author : Maxwell G <maxwell@gtmx.me>
Date : 2026-07-05T15:36:09+02:00
Stats : +8/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/syncthing/c/cc9a98338405a4c567caf64fb894ffe2e0da8dce?branch=epel10.2
Log:
Entirely remove unused modernc sqlite backend from vendor
[skip changelog]
---
diff --git a/go-vendor-tools.toml b/go-vendor-tools.toml
index b109f28..9605ffc 100644
--- a/go-vendor-tools.toml
+++ b/go-vendor-tools.toml
@@ -1,11 +1,12 @@
[archive]
+pre_commands = [
+ # Remove unused modernc sqlite3 backend
+ ["rm", "internal/db/sqlite/db_open_nocgo.go"],
+ ["sed", "-i", '/modernc.org\/sqlite/d', "go.mod"],
+]
[licensing]
detector = "askalono"
-exclude_files = [
- "vendor/modernc.org/memory/LICENSE-LOGO",
- "vendor/modernc.org/sqlite/SQLITE-LICENSE",
-]
[[licensing.licenses]]
path = "gui/default/vendor/angular/angular.js.LICENSE"
@@ -116,9 +117,3 @@ expression = "BSD-3-Clause"
path = "vendor/gopkg.in/yaml.v3/LICENSE"
sha256sum = "d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b"
expression = "Apache-2.0 AND MIT"
-
-[[licensing.licenses]]
-path = "vendor/modernc.org/libc/COPYRIGHT-MUSL"
-sha256sum = "f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af"
-expression = "MIT"
-
diff --git a/sources b/sources
index a4cd47f..c307710 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (syncthing-2.0.11.tar.gz) = 2939b0a58482d16f7553818a137e1d11699c63879013eeea65118287e33c72a4ec1a4fd6c7b779e2f705c65480a1984cdc44e67961f8ee2aa0117b914d8ae6b8
-SHA512 (syncthing-2.0.11-vendor.tar.xz) = dea1d97b7f8c3c2289ecadd53d02e2576d94a5e0c9b8bc7681edf641cd29f8df8f2aa1884c72d1fb211d72e32d4ec812330617febfbaf57f3374619d42828bbd
+SHA512 (syncthing-2.0.11-vendor.tar.xz) = f2875cd2b0c7e32a382b168d99d4b325b2546ff75ec5e0ed92f201e64c7c824160ee105ed2ba2a55025e01224b296f58562cee07a8aa930030cb9ae891990ba0
diff --git a/syncthing.spec b/syncthing.spec
index d3379f8..1be68df 100644
--- a/syncthing.spec
+++ b/syncthing.spec
@@ -75,6 +75,8 @@ This package contains the main syncthing server tools:
%goprep -A
%setup -q -T -D -a1 %{forgesetupargs}
%autopatch -p1
+# Remove unused modernc sqlite3 backend
+rm internal/db/sqlite/db_open_nocgo.go
%generate_buildrequires
%go_vendor_license_buildrequires -c %{S:2}
reply other threads:[~2026-07-05 13:49 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=178325935570.1.2030306118940565187.rpms-syncthing-cc9a98338405@fedoraproject.org \
--to=maxwell@gtmx.me \
--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