public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pamela] rawhide: keep python%{python3_pkgversion} macro
@ 2026-07-29 14:13 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-29 14:13 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pamela
Branch : rawhide
Commit : a172b2668952e386fd7dc475f11e2b8e3c403597
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-07-29T01:38:17-03:00
Stats  : +5/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pamela/c/a172b2668952e386fd7dc475f11e2b8e3c403597?branch=rawhide

Log:
keep python%{python3_pkgversion} macro

---
diff --git a/python-pamela.spec b/python-pamela.spec
index d8b7028..b53462e 100644
--- a/python-pamela.spec
+++ b/python-pamela.spec
@@ -14,12 +14,12 @@ BuildArch:      noarch
 %description
 Yet another Python wrapper for PAM.
 
-%package -n python3-%{srcname}
+%package -n python%{python3_pkgversion}-%{srcname}
 Summary:        %{summary}
-BuildRequires:  python3-devel
-BuildRequires:  python3-pytest
+BuildRequires:  python%{python3_pkgversion}-devel
+BuildRequires:  python%{python3_pkgversion}-pytest
 
-%description -n python3-%{srcname}
+%description -n python%{python3_pkgversion}-%{srcname}
 Yet another Python wrapper for PAM.
 
 
@@ -41,7 +41,7 @@ Yet another Python wrapper for PAM.
 %pytest -k "not test_environment"
 
 
-%files -n python3-%{srcname} -f %{pyproject_files}
+%files -n python%{python3_pkgversion}-%{srcname} -f %{pyproject_files}
 %doc README.md
 
 

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

only message in thread, other threads:[~2026-07-29 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 14:13 [rpms/python-pamela] rawhide: keep python%{python3_pkgversion} macro Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox