public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/keychecker] epel10.2: New version, initial import to EPEL7
@ 2026-08-21 5:12 Jon Stanley
0 siblings, 0 replies; only message in thread
From: Jon Stanley @ 2026-08-21 5:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/keychecker
Branch : epel10.2
Commit : a049d34ba787962d52b5ab0bdfb85a322b6d09e8
Author : Jon Stanley <jonstanley@gmail.com>
Date : 2017-06-11T22:08:07+00:00
Stats : +56/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/keychecker/c/a049d34ba787962d52b5ab0bdfb85a322b6d09e8?branch=epel10.2
Log:
New version, initial import to EPEL7
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2948295
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/v1.0.tar.gz
diff --git a/keychecker.spec b/keychecker.spec
new file mode 100644
index 0000000..e55ae33
--- /dev/null
+++ b/keychecker.spec
@@ -0,0 +1,54 @@
+Name: keychecker
+Version: 1.0
+Release: 1%{?dist}
+Summary: Generate list of installed packages sorted by GPG key
+
+Group: Applications/System
+License: GPLv2+
+URL: https://github.com/jds2001/keychecker
+Source0: https://github.com/jds2001/%{name}/archive/v%{version}.tar.gz
+BuildArch: noarch
+%if 0%{rhel} <=6
+Requires: python-argparse
+%endif
+
+%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 known_keys.txt
+
+%changelog
+* Sun Jun 11 2017 Jon Stanley <jonstanley@gmail.com> - 1.0-1
+- Python 3 compatibility (carlgeorge)
+- Migrate to argparse
+- Various minor cleanups
+- Remove BuildRoot tag as no longer needed
+
+* Sun Aug 16 2009 Jon Stanley <jonstanley@gmail.com> - 0.2-1
+- Add option for getting keys from a file
+
+* 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..9834dbf 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (v1.0.tar.gz) = 65c2105bf40af48c16ece482aa801973be69ae8550af34d338171e6443a3340fe0d5d53971553d29bfa0dd80699828029646da365c7a86a76e901171c948a0bc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 5:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 5:12 [rpms/keychecker] epel10.2: New version, initial import to EPEL7 Jon Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox