public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/keychecker] epel10: Initial commit
@ 2026-08-21 4:02 Jon Stanley
0 siblings, 0 replies; only message in thread
From: Jon Stanley @ 2026-08-21 4:02 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 4:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 4:02 [rpms/keychecker] epel10: Initial commit Jon Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox