public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-ujson] rawhide: Use various long options
Date: Mon, 15 Jun 2026 09:49:13 GMT	[thread overview]
Message-ID: <178151695340.1.9266783305295481788.rpms-python-ujson-8ceec6cb011a@fedoraproject.org> (raw)

            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}

                 reply	other threads:[~2026-06-15  9: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=178151695340.1.9266783305295481788.rpms-python-ujson-8ceec6cb011a@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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