public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-netlink-packet-core] rawhide: Disable cargo test
@ 2026-08-22  2:46 Gris Ge
  0 siblings, 0 replies; only message in thread
From: Gris Ge @ 2026-08-22  2:46 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-netlink-packet-core
            Branch : rawhide
            Commit : f95686a68a446076b59bda8403222730ce38b577
            Author : Gris Ge <cnfourt@gmail.com>
            Date   : 2026-08-22T10:44:56+08:00
            Stats  : +6/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-netlink-packet-core/c/f95686a68a446076b59bda8403222730ce38b577?branch=rawhide

            Log:
            Disable cargo test

Break the loop dependency on netlink-packet-route

Signed-off-by: Gris Ge <cnfourt@gmail.com>

---
diff --git a/rust-netlink-packet-core.spec b/rust-netlink-packet-core.spec
index f8b502e..27da58e 100644
--- a/rust-netlink-packet-core.spec
+++ b/rust-netlink-packet-core.spec
@@ -1,5 +1,6 @@
 # Generated by rust2rpm 28
-%bcond check 1
+# * break loop dev-dependency: netlink-packet-route
+%bcond check 0
 %global debug_package %{nil}
 
 %global crate netlink-packet-core

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..206fce9
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,4 @@
+[tests]
+run = false
+comments = ["break loop dev-dependency: netlink-packet-route"]
+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-22  2:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22  2:46 [rpms/rust-netlink-packet-core] rawhide: Disable cargo test Gris Ge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox