public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Troy Dawson <tdawson@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/centpkg] epel8: Merge branch 'rawhide' into epel8
Date: Wed, 15 Jul 2026 15:09:25 GMT [thread overview]
Message-ID: <178412816505.1.3200351342094476808.rpms-centpkg-8f4a90014581@fedoraproject.org> (raw)
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*
reply other threads:[~2026-07-15 15:09 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=178412816505.1.3200351342094476808.rpms-centpkg-8f4a90014581@fedoraproject.org \
--to=tdawson@redhat.com \
--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