public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pre-commit] epel10.2: Use various long options
@ 2026-07-22 8:21 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-22 8:21 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 8:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 8:21 [rpms/pre-commit] epel10.2: 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