From 034da319f13c1cf92ff4a30000b64008e62a7f27 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Thu, 16 Apr 2026 14:58:40 +0300 Subject: [PATCH] fix(rpm): correct weekday in changelog entry April 15 2026 was a Wednesday, not Tuesday. rpmbuild validates the day-of-week against the date and warns on mismatch. Co-Authored-By: Claude Opus 4.6 (1M context) --- cortex.spec | 2 +- neuron.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cortex.spec b/cortex.spec index f9aca8d..f82ac2a 100644 --- a/cortex.spec +++ b/cortex.spec @@ -74,5 +74,5 @@ install -Dm644 models.example.toml %{buildroot}%{_sysconfdir}/cortex/models.toml %config(noreplace) %{_sysconfdir}/cortex/models.toml %changelog -* Tue Apr 15 2026 Rob Thijssen - 0.1.0-1 +* Wed Apr 15 2026 Rob Thijssen - 0.1.0-1 - Initial package diff --git a/neuron.spec b/neuron.spec index fc4bfcd..3f5ff31 100644 --- a/neuron.spec +++ b/neuron.spec @@ -71,5 +71,5 @@ install -Dm644 neuron.example.toml %{buildroot}%{_sysconfdir}/neuron/neuron.toml %config(noreplace) %{_sysconfdir}/neuron/neuron.toml %changelog -* Tue Apr 15 2026 Rob Thijssen - 0.1.0-1 +* Wed Apr 15 2026 Rob Thijssen - 0.1.0-1 - Initial package