public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fetch-crl] epel8: Update to v3.0.25
@ 2026-09-23 15:09 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-09-23 15:09 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fetch-crl
Branch : epel8
Commit : dd980dc56b5590758934d77f719d541a21053899
Author : Steve Traylen <steve.traylen@cern.ch>
Date   : 2026-09-23T16:42:10+02:00
Stats  : +37/-6 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/fetch-crl/c/dd980dc56b5590758934d77f719d541a21053899?branch=epel8

Log:
Update to v3.0.25

---
diff --git a/.gitignore b/.gitignore
index b1abe99..27e78fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ fetch-crl-3.0.0.tar.gz
 /fetch-crl-3.0.21.tar.gz
 /fetch-crl-3.0.22.tar.gz
 /fetch-crl-3.0.23.tar.gz
+/fetch-crl-3.0.25.tar.gz

diff --git a/bin-to-sbin.patch b/bin-to-sbin.patch
new file mode 100644
index 0000000..c899534
--- /dev/null
+++ b/bin-to-sbin.patch
@@ -0,0 +1,21 @@
+diff '--color=auto' -uNr fetch-crl-3.0.25.ORIG/Makefile fetch-crl-3.0.25/Makefile
+--- fetch-crl-3.0.25.ORIG/Makefile	2026-09-23 12:00:48.271358065 +0200
++++ fetch-crl-3.0.25/Makefile	2026-09-23 12:01:40.759020664 +0200
+@@ -72,14 +72,14 @@
+ install: configure
+ 	mkdir -p $(ETC)
+ 	mkdir -p $(PREFIX)
+-	mkdir -p $(PREFIX)/bin
++	mkdir -p $(PREFIX)/sbin
+ 	mkdir -p $(PREFIX)/share
+ 	mkdir -p $(PREFIX)/share/doc
+ 	mkdir -p $(PREFIX)/share/doc/$(RELEASE)
+ 	mkdir -p $(PREFIX)/share/man
+ 	mkdir -p $(PREFIX)/share/man/man8
+-	install -m755 fetch-crl              $(PREFIX)/bin/fetch-crl
+-	install -m755 clean-crl              $(PREFIX)/bin/clean-crl
++	install -m755 fetch-crl              $(PREFIX)/sbin/fetch-crl
++	install -m755 clean-crl              $(PREFIX)/sbin/clean-crl
+ 	install -m644 fetch-crl-cron.cron    $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.cron
+ 	install -m644 fetch-crl-cron.init    $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-cron.init
+ 	install -m644 fetch-crl-boot.init    $(PREFIX)/share/doc/$(RELEASE)/fetch-crl-boot.init

diff --git a/fetch-crl.rpmlintrc b/fetch-crl.rpmlintrc
index fb52514..e70385a 100644
--- a/fetch-crl.rpmlintrc
+++ b/fetch-crl.rpmlintrc
@@ -1,3 +1,2 @@
-# url here is part of a file name.
-addFilter(r'W: spelling-error %description -l en_US url -> URL, curl, purl')
-
+addFilter('E: spelling-error \(\'url\'')
+addFilter('E: non-standard-dir-perm /var/cache/fetch-crl 700')

diff --git a/fetch-crl.spec b/fetch-crl.spec
index cc0d524..1f7cd5e 100644
--- a/fetch-crl.spec
+++ b/fetch-crl.spec
@@ -1,12 +1,16 @@
 Name: fetch-crl
-Version: 3.0.23
+Version: 3.0.25
 Release: 1%{?dist}
 Summary: Downloads Certificate Revocation Lists
 
-License: ASL 2.0
+License: Apache-2.0
 URL: https://wiki.nikhef.nl/grid/FetchCRL3
 Source0: https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-%{version}.tar.gz
 
+# v3.0.25 moved commands from sbin to bin which is good but we should preserve their location
+# for existing epel releases.
+Patch0: bin-to-sbin.patch
+
 # systemd files.
 Source1: fetch-crl.service
 Source2: fetch-crl.timer
@@ -42,6 +46,7 @@ It assumes that the installed CA files follow the hash.crl_url convention.
 
 %prep
 %setup -q
+%patch0 -p1
 cp -p %{SOURCE1} fetch-crl.service
 cp -p %{SOURCE2} fetch-crl.timer
 
@@ -105,6 +110,11 @@ rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version}
 %license LICENSE
 
 %changelog
+* Wed Sep 23 2026 Steve Traylen <steve.traylen@cern.ch> - 3.0.25-1
+- Update to version 3.0.25
+- Patch bin commands back to sbin
+- Use SPDX license field
+
 * Thu Sep 17 2026 Steve Traylen <steve.traylen@cern.ch> - 3.0.23-1
 - Update to version 3.0.23
 

diff --git a/sources b/sources
index 857330b..99b657a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fetch-crl-3.0.23.tar.gz) = 52558c225d97c6dc203c4765bf0d74a088792a837aa527b6b16bf410980c732e8580b4853e5f2b25b2e8b9ba96dcbe913696e33ec6b6566b00c68cef97d8c740
+SHA512 (fetch-crl-3.0.25.tar.gz) = 839ab6de1e3d83ba9c578827834298726b57405ae9eea397bab53390b22ca44ba70eb1867f4f134663a45678607913c6ddf1659fc933bf911cd6eb3bea9b2bc1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 15:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 15:09 [rpms/fetch-crl] epel8: Update to v3.0.25 Steve Traylen

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