public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jon Stanley <jstanley@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/keychecker] epel10: Initial commit
Date: Fri, 21 Aug 2026 04:02:53 GMT	[thread overview]
Message-ID: <178728497336.1.17172613667972681215.rpms-keychecker-6855d3db4cd4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/keychecker
Branch : epel10
Commit : 6855d3db4cd4b0adc1960638b3b0509cd2725832
Author : Jon Stanley <jstanley@fedoraproject.org>
Date   : 2009-07-29T03:03:07+00:00
Stats  : +47/-0 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/keychecker/c/6855d3db4cd4b0adc1960638b3b0509cd2725832?branch=epel10

Log:
Initial commit

---
diff --git a/.cvsignore b/.cvsignore
index e69de29..f4c2a9a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+keychecker-0.1.tar.gz

diff --git a/import.log b/import.log
new file mode 100644
index 0000000..465509a
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+keychecker-0_1-3_fc10:HEAD:keychecker-0.1-3.fc10.src.rpm:1248836596

diff --git a/keychecker.spec b/keychecker.spec
new file mode 100644
index 0000000..51999a7
--- /dev/null
+++ b/keychecker.spec
@@ -0,0 +1,44 @@
+Name:           keychecker
+Version:        0.1
+Release:        3%{?dist}
+Summary:        Generate list of installed packages sorted by GPG key
+
+Group:          Applications/System
+License:        GPLv2+
+URL:            https://fedorahosted.org/keychecker
+Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+
+
+%description
+Separately list rpm's based on the GPG key they were signed with
+
+%prep
+%setup -q
+
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -Dpm 0755 key_checker.py $RPM_BUILD_ROOT/%{_bindir}/keychecker
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/keychecker
+%doc README LICENSE
+
+%changelog
+* Tue Jul 28 2009 Jon Stanley <jonstanley@gmail.com> - 0.1-3
+- Fix spec typo
+
+* Sun Jul 26 2009 Jon Stanley <jonstanley@gmail.com> - 0.1-2
+- Review fixup (combine install lines)
+
+* Sun Jul 26 2009 Jon Stanley <jonstanley@gmail.com> - 0.1-1
+- Initial package

diff --git a/sources b/sources
index e69de29..da592c6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1855c6359578ada657f5c465ccfddba1  keychecker-0.1.tar.gz

                 reply	other threads:[~2026-08-21  4:02 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=178728497336.1.17172613667972681215.rpms-keychecker-6855d3db4cd4@fedoraproject.org \
    --to=jstanley@fedoraproject.org \
    --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