public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Carl George <carl@george.computer>
To: git-commits@fedoraproject.org
Subject: [rpms/keychecker] epel10: Use python3 on Fedora
Date: Fri, 21 Aug 2026 04:03:02 GMT	[thread overview]
Message-ID: <178728498261.1.7215023936366191078.rpms-keychecker-7d193856505b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/keychecker
Branch : epel10
Commit : 7d193856505bdf6364acce92873332c47645bab9
Author : Carl George <carl@george.computer>
Date   : 2017-11-27T21:24:52-06:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/keychecker/c/7d193856505bdf6364acce92873332c47645bab9?branch=epel10

Log:
Use python3 on Fedora

---
diff --git a/keychecker.spec b/keychecker.spec
index 9001112..090e5c5 100644
--- a/keychecker.spec
+++ b/keychecker.spec
@@ -1,6 +1,6 @@
 Name:           keychecker
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Generate list of installed packages sorted by GPG key
 License:        GPLv2+
 URL:            https://github.com/jds2001/keychecker
@@ -17,6 +17,9 @@ Separately list rpm's based on the GPG key they were signed with
 
 %prep
 %setup -q
+%if 0%{?fedora}
+sed -e '1 s|python|python3|' -i key_checker.py
+%endif
 
 
 %install
@@ -29,6 +32,9 @@ install -Dpm 0755 key_checker.py %{buildroot}%{_bindir}/keychecker
 
 
 %changelog
+* Tue Nov 28 2017 Carl George <carl@george.computer> - 1.0-3
+- Use python3 on Fedora
+
 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 

                 reply	other threads:[~2026-08-21  4:03 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=178728498261.1.7215023936366191078.rpms-keychecker-7d193856505b@fedoraproject.org \
    --to=carl@george.computer \
    --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