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/pre-commit] epel10.2: Use various long options
Date: Wed, 22 Jul 2026 08:21:39 GMT	[thread overview]
Message-ID: <178470849977.1.4291994763735431657.rpms-pre-commit-1cc28eae187b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pre-commit
Branch : epel10.2
Commit : 1cc28eae187b9fa0725375d409f7649136934195
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-22T07:54:26+01:00
Stats  : +4/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pre-commit/c/1cc28eae187b9fa0725375d409f7649136934195?branch=epel10.2

Log:
Use various long options

---
diff --git a/pre-commit.spec b/pre-commit.spec
index 84541ea..ea8a919 100644
--- a/pre-commit.spec
+++ b/pre-commit.spec
@@ -50,7 +50,7 @@ A framework for managing and maintaining multi-language pre-commit hooks.
 %prep
 %autosetup -p1 -S git
 # Do not generate BR’s for coverage, linters, etc.:
-sed -r '/^(covdefaults|coverage)\b/d' requirements-dev.txt |
+sed --regexp-extended '/^(covdefaults|coverage)\b/d' requirements-dev.txt |
   tee requirements-dev-filtered.txt
 
 
@@ -66,7 +66,8 @@ sed -r '/^(covdefaults|coverage)\b/d' requirements-dev.txt |
 %pyproject_install
 %pyproject_save_files -l pre_commit
 
-install -t %{buildroot}%{_mandir}/man1 -p -m 0644 -D \
+install -D --preserve-timestamps --mode=0644 \
+    --target=%{buildroot}%{_mandir}/man1 \
     %{SOURCE100} %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} \
     %{SOURCE105} %{SOURCE106} %{SOURCE107} %{SOURCE108} %{SOURCE109} \
     %{SOURCE110} %{SOURCE111} %{SOURCE112} %{SOURCE113} %{SOURCE114}
@@ -98,7 +99,7 @@ k="${k-}${k+ and }not test_local_python_repo"
 
 # These are the tests that run by default via tox; see tox.ini. See also
 # .github/workflows/main.yml.
-%pytest --ignore=tests/languages -k "${k-}" -v
+%pytest --ignore=tests/languages -k "${k-}" --verbose
 %endif
 
 

                 reply	other threads:[~2026-07-22  8:21 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=178470849977.1.4291994763735431657.rpms-pre-commit-1cc28eae187b@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