public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/fetch-crl] epel8: Update to v3.0.25
Date: Wed, 23 Sep 2026 15:09:26 GMT [thread overview]
Message-ID: <179017616620.1.8345667549551642335.rpms-fetch-crl-dd980dc56b55@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-23 15:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179017616620.1.8345667549551642335.rpms-fetch-crl-dd980dc56b55@fedoraproject.org \
--to=steve.traylen@cern.ch \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox