public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-ujson] rawhide: Use various long options
@ 2026-06-15  9:49 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-15  9:49 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-ujson
            Branch : rawhide
            Commit : 8ceec6cb011ad6381f77e8e5bc7ee1834825a301
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-06-15T10:48:11+01:00
            Stats  : +3/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-ujson/c/8ceec6cb011ad6381f77e8e5bc7ee1834825a301?branch=rawhide

            Log:
            Use various long options

[skip changelog]

---
diff --git a/python-ujson.spec b/python-ujson.spec
index 2dd1a9d..1c91413 100644
--- a/python-ujson.spec
+++ b/python-ujson.spec
@@ -47,7 +47,7 @@ Summary:        %{summary}
 
 %prep -a
 # Remove bundled double-conversion
-rm -rv src/ujson/deps
+rm --recursive --verbose src/ujson/deps
 
 
 %build -p
@@ -61,11 +61,11 @@ export UJSON_BUILD_DC_LIBS="$(pkg-config --libs double-conversion)"
 %install -a
 # For setuptools_scm 10+; see:
 # https://bugzilla.redhat.com/show_bug.cgi?id=2453824
-rm -rvf '%{buildroot}%{python3_sitearch}/src'
+rm --recursive --verbose --force '%{buildroot}%{python3_sitearch}/src'
 
 
 %check -a
-%pytest -v
+%pytest --verbose
 
 
 %files -n python3-ujson -f %{pyproject_files}

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

only message in thread, other threads:[~2026-06-15  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15  9:49 [rpms/python-ujson] rawhide: Use various long options 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