From ad1442c096725c3b01118181a93a1ab8f7b370b1 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 01991d2..cdd5133 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 02bb014..11886da 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