From 168040005aedf5795f105656376b39c85907622b Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Sun, 19 Jul 2026 11:18:57 +0200 Subject: [PATCH] fix(packaging/rpm): correct the bogus %changelog weekday (Jul 17 2026 was a Friday) rpmbuild reported "bogus date in %changelog: Thu Jul 17 2026 ... - 0.0.1-3" among its errors on the Fedora builds. 2026-07-17 was a Friday. The other two entries (Mon Jun 15, Wed Jun 10) check out. Surfaced underneath the pf-capture compile failure in the same job, so it would have become the next rpm blocker once that was fixed rather than showing up on its own. Co-Authored-By: Claude Opus 4.8 --- packaging/rpm/punktfunk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/rpm/punktfunk.spec b/packaging/rpm/punktfunk.spec index 72daf7e1..09f911e6 100644 --- a/packaging/rpm/punktfunk.spec +++ b/packaging/rpm/punktfunk.spec @@ -484,7 +484,7 @@ echo "then enable the runner: systemctl --user enable --now punktfunk-scripting" %endif %changelog -* Thu Jul 17 2026 punktfunk - 0.0.1-3 +* Fri Jul 17 2026 punktfunk - 0.0.1-3 - Add punktfunk-scripting subpackage (plugin/script runner, --with scripting; bun-bundled Effect SDK). * Mon Jun 15 2026 punktfunk - 0.0.1-2 - Add punktfunk-web subpackage (management console, --with web; auto-wired to the host token).