public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/keychecker] epel10.2: cleanup
@ 2026-08-21  5:12 Carl George
  0 siblings, 0 replies; only message in thread
From: Carl George @ 2026-08-21  5:12 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

Log:
cleanup

---
diff --git a/keychecker.spec b/keychecker.spec
index 2ea1f69..9001112 100644
--- a/keychecker.spec
+++ b/keychecker.spec
@@ -2,38 +2,32 @@ Name:           keychecker
 Version:        1.0
 Release:        2%{?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
+Source0:        %{url}/archive/v%{version}.tar.gz
 BuildArch:      noarch
 %if 0%{?rhel} && 0%{?rhel} <= 6
-Requires:      python-argparse
+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
+install -Dpm 0755 key_checker.py %{buildroot}%{_bindir}/keychecker
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/keychecker
 %doc README LICENSE known_keys.txt
 
+
 %changelog
 * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild

^ 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: cleanup Carl George

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox