public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-zmq] rawhide: More long options in the spec file
@ 2026-08-22 6:59 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-22 6:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-zmq
Branch : rawhide
Commit : e2e8978a439d4513733c04700a98019c3ebd80ad
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-22T07:57:28+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-zmq/c/e2e8978a439d4513733c04700a98019c3ebd80ad?branch=rawhide
Log:
More long options in the spec file
[skip changelog]
---
diff --git a/python-zmq.spec b/python-zmq.spec
index 8a8f62b..b7157c4 100644
--- a/python-zmq.spec
+++ b/python-zmq.spec
@@ -143,9 +143,9 @@ find 'src' -type f -name '*.py' \
%check -p
# to avoid partially initialized zmq module from cwd
-mkdir -p _empty
+mkdir --parents _empty
cd _empty
-ln -s ../tests/ ../pytest.ini ./
+ln --symbolic ../tests/ ../pytest.ini ./
%check -a
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-22 6:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-22 6:59 [rpms/python-zmq] rawhide: More long options in the spec file Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox