public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/keychecker] epel10.2: Update to new upstream 0.2
@ 2026-08-21 5:11 Jon Stanley
0 siblings, 0 replies; only message in thread
From: Jon Stanley @ 2026-08-21 5:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/keychecker
Branch : epel10.2
Commit : aaa2b62c7bb527ee23bdeb9aa5360c863cdb6aa9
Author : Jon Stanley <jstanley@fedoraproject.org>
Date : 2009-08-17T03:03:31+00:00
Stats : +9/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/keychecker/c/aaa2b62c7bb527ee23bdeb9aa5360c863cdb6aa9?branch=epel10.2
Log:
Update to new upstream 0.2
---
diff --git a/.cvsignore b/.cvsignore
index f4c2a9a..623ad47 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-keychecker-0.1.tar.gz
+keychecker-0.2.tar.gz
diff --git a/keychecker.spec b/keychecker.spec
index 51999a7..96faa98 100644
--- a/keychecker.spec
+++ b/keychecker.spec
@@ -1,6 +1,6 @@
Name: keychecker
-Version: 0.1
-Release: 3%{?dist}
+Version: 0.2
+Release: 1%{?dist}
Summary: Generate list of installed packages sorted by GPG key
Group: Applications/System
@@ -22,7 +22,7 @@ Separately list rpm's based on the GPG key they were signed with
%install
rm -rf $RPM_BUILD_ROOT
-install -Dpm 0755 key_checker.py $RPM_BUILD_ROOT/%{_bindir}/keychecker
+install -Dpm 0755 key_checker.py $RPM_BUILD_ROOT%{_bindir}/keychecker
%clean
rm -rf $RPM_BUILD_ROOT
@@ -31,9 +31,12 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/keychecker
-%doc README LICENSE
+%doc README LICENSE known_keys.txt
%changelog
+* 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
diff --git a/sources b/sources
index da592c6..29d4810 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1855c6359578ada657f5c465ccfddba1 keychecker-0.1.tar.gz
+148d3f35ae749e8b0bab2810d2099ccd keychecker-0.2.tar.gz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 5:11 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:11 [rpms/keychecker] epel10.2: Update to new upstream 0.2 Jon Stanley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox