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 <noreply@anthropic.com>
This commit is contained in:
@@ -484,7 +484,7 @@ echo "then enable the runner: systemctl --user enable --now punktfunk-scripting"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 17 2026 punktfunk <noreply@anthropic.com> - 0.0.1-3
|
||||
* Fri Jul 17 2026 punktfunk <noreply@anthropic.com> - 0.0.1-3
|
||||
- Add punktfunk-scripting subpackage (plugin/script runner, --with scripting; bun-bundled Effect SDK).
|
||||
* Mon Jun 15 2026 punktfunk <noreply@anthropic.com> - 0.0.1-2
|
||||
- Add punktfunk-web subpackage (management console, --with web; auto-wired to the host token).
|
||||
|
||||
Reference in New Issue
Block a user