public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3-rpm] epel9: Add python3.14-rpm
@ 2026-06-04 15:28 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-04 15:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python3-rpm
Branch : epel9
Commit : 82538542943cefd21da25558d5755a4268486e27
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2026-03-17T14:16:52+01:00
Stats  : +18/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python3-rpm/c/82538542943cefd21da25558d5755a4268486e27?branch=epel9

Log:
Add python3.14-rpm

---
diff --git a/python3-rpm.spec b/python3-rpm.spec
index e53b2cd..7330b95 100644
--- a/python3-rpm.spec
+++ b/python3-rpm.spec
@@ -38,7 +38,7 @@
 %global rhelrel_next %{?snapver:0.%{snapver}.}%{rel_next}
 
 # Bump this for EPEL only rebuilds, reset when %%rel was bumped
-%global baserelease 1
+%global baserelease 2
 
 %global srcver %{rpmver}%{?snapver:-%{snapver}}
 %global srcdir %{?snapver:testing}%{!?snapver:rpm-%(echo %{rpmver} | cut -d'.' -f1-2).x}
@@ -243,6 +243,8 @@ programs that will manipulate RPM packages and databases.}
 %python3x_package
 %global python3_pkgversion 3.13
 %python3x_package
+%global python3_pkgversion 3.14
+%python3x_package
 
 %prep
 %autosetup -n rpm-%{srcver} %{?with_int_bdb:-a 1} -p1
@@ -307,6 +309,8 @@ pushd python
 %py3_build
 %global python3_pkgversion 3.13
 %py3_build
+%global python3_pkgversion 3.14
+%py3_build
 popd
 
 %install
@@ -321,6 +325,8 @@ pushd python
 %py3_install
 %global python3_pkgversion 3.13
 %py3_install
+%global python3_pkgversion 3.14
+%py3_install
 popd
 
 cat > $RPM_BUILD_ROOT/%{rpmhome}/debugedit << END
@@ -388,6 +394,8 @@ rm -r %{buildroot}%{_sysconfdir}
 %py3_check_import rpm rpm.transaction
 %global python3_pkgversion 3.13
 %py3_check_import rpm rpm.transaction
+%global python3_pkgversion 3.14
+%py3_check_import rpm rpm.transaction
 %if %{with check}
 make check TESTSUITEFLAGS=-j%{_smp_build_ncpus} || (cat tests/rpmtests.log; exit 1)
 # rpm >= 4.16.0 testsuite leaves a read-only tree behind, clean it up
@@ -412,7 +420,16 @@ make clean
 %{python3_sitearch}/rpm/
 %{python3_sitearch}/rpm-%{rpmver}*.egg-info/
 
+%global python3_pkgversion 3.14
+%files -n python%{python3_pkgversion}-rpm
+%license COPYING
+%{python3_sitearch}/rpm/
+%{python3_sitearch}/rpm-%{rpmver}*.egg-info/
+
 %changelog
+* Tue Mar 17 2026 Miro Hrončok <mhroncok@redhat.com> - 4.16.1.3-40.2
+- Add python3.14-rpm
+
 * Fri Nov 21 2025 Michal Domonkos <mdomonko@redhat.com> - 4.16.1.3-40
 - Improve error handling on keystore load (RHEL-114837)
 - Sort files before passing to file attr dependency generators (RHEL-95376)

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 15:28 [rpms/python3-rpm] epel9: Add python3.14-rpm 

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