public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/centpkg] epel8: Merge branch 'rawhide' into epel8
@ 2026-07-15 15:09 Troy Dawson
0 siblings, 0 replies; only message in thread
From: Troy Dawson @ 2026-07-15 15:09 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/centpkg
Branch : epel8
Commit : 8f4a90014581cbd5321a604ec3a043886a7faa4d
Author : Troy Dawson <tdawson@redhat.com>
Date : 2026-07-15T08:09:12-07:00
Stats : +17/-12 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/centpkg/c/8f4a90014581cbd5321a604ec3a043886a7faa4d?branch=epel8
Log:
Merge branch 'rawhide' into epel8
---
diff --git a/centpkg.spec b/centpkg.spec
index d9c3eb8..6b75472 100644
--- a/centpkg.spec
+++ b/centpkg.spec
@@ -4,7 +4,7 @@
%endif
Name: centpkg
-Version: 0.10.4
+Version: 0.11.0
Release: 1%{?dist}
Summary: CentOS utility for working with dist-git
License: GPL-2.0-or-later
@@ -77,6 +77,15 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verb
%changelog
+* Wed Jul 15 2026 Troy Dawson <tdawson@redhat.com> - 0.11.0-1
+- Update the CentOS SIG urls to gitlab (dgilmore)
+- Fix centos version calculation for sig branches (olebaran)
+- Fix various centpkg-sig bugs (dgilmore)
+- Fix --user-config option (dward)
+
+* Fri Jun 05 2026 Python Maint <python-maint@redhat.com> - 0.10.4-2
+- Rebuilt for Python 3.15
+
* Tue May 19 2026 Troy Dawson <tdawson@redhat.com> - 0.10.4-1
- determine_rhel_state(): Conform to new Product Pages : CS-3385 (sgallagh)
diff --git a/sources b/sources
index e4bf626..7fd11af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (centpkg-0.10.4.tar.gz) = c4bca489730aaed0ff037976dc066d74c1e5b3cce9b4c9b122587a616a1862be3045356cb35eb2aa980198e3119db51ee0fd3745d8d82bbe652bd3aae610bf00
+SHA512 (centpkg-0.11.0.tar.gz) = a982f097e65d592bf9058d75d264ea2abdfbbc2832e7fd83026fdd1417cf9ba5c40fc4cbcd08995a110b8b117fb1665d202829d72d42948387b40cd2267db758
diff --git a/centpkg.spec b/centpkg.spec
index dc28cd1..6b75472 100644
--- a/centpkg.spec
+++ b/centpkg.spec
@@ -41,18 +41,13 @@ Provides the centpkg-sig command for working with dist-git.
%autosetup -p 1
-%generate_buildrequires
-%pyproject_buildrequires
-
-
%build
-%pyproject_wheel
+%py3_build
%{python3} doc/centpkg_man_page.py > centpkg.1
%install
-%pyproject_install
-%pyproject_save_files -l %{name}
+%py3_install
install -D -p -m 0644 src/stream.conf %{buildroot}%{_sysconfdir}/koji.conf.d/stream.conf
install -D -p -m 0644 src/centpkg.conf %{buildroot}%{_sysconfdir}/rpkg/centpkg.conf
install -D -p -m 0644 src/centpkg-sig.conf %{buildroot}%{_sysconfdir}/rpkg/centpkg-sig.conf
@@ -61,16 +56,17 @@ install -D -p -m 0644 centpkg.1 %{buildroot}%{_mandir}/man1/centpkg.1
%check
-%pyproject_check_import
-
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verbose
-%files -f %{pyproject_files}
+%files
+%license COPYING
%doc README.md
%config(noreplace) %{_sysconfdir}/koji.conf.d/stream.conf
%config(noreplace) %{_sysconfdir}/rpkg/centpkg.conf
%{_bindir}/%{name}
+%{python3_sitelib}/%{name}
+%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info
%{_datadir}/bash-completion/completions/centpkg
%{_mandir}/man1/centpkg.1*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 15:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 15:09 [rpms/centpkg] epel8: Merge branch 'rawhide' into epel8 Troy Dawson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox