From 9a2516d8586ce0872e8232193e284c084151f6c1 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sat, 3 Jan 2026 12:17:43 +1100 Subject: [PATCH] Fix release date --- debian/changelog | 4 ++-- rpm/enroll.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8c2f4b9..c461964 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,14 +3,14 @@ enroll (0.2.2) unstable; urgency=medium * Fix stat() of parent directory so that we set directory perms correct on --include paths. * Set pty for remote calls when sudo is required, to help systems with limits on sudo without pty - -- Miguel Jacq Sat, 02 Jan 2026 09:56:00 +1100 + -- Miguel Jacq Sat, 03 Jan 2026 09:56:00 +1100 enroll (0.2.1) unstable; urgency=medium * Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook * Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files - -- Miguel Jacq Fri, 01 Jan 2026 21:30:00 +1100 + -- Miguel Jacq Fri, 02 Jan 2026 21:30:00 +1100 enroll (0.2.0) unstable; urgency=medium diff --git a/rpm/enroll.spec b/rpm/enroll.spec index 12286fa..3ad0bf9 100644 --- a/rpm/enroll.spec +++ b/rpm/enroll.spec @@ -43,10 +43,10 @@ Enroll a server's running state retrospectively into Ansible. %{_bindir}/enroll %changelog -* Sat Jan 02 2026 Miguel Jacq - %{version}-%{release} +* Sat Jan 03 2026 Miguel Jacq - %{version}-%{release} - Fix stat() of parent directory so that we set directory perms correct on --include paths. - Set pty for remote calls when sudo is required, to help systems with limits on sudo without pty -* Fri Jan 01 2026 Miguel Jacq - %{version}-%{release} +* Fri Jan 02 2026 Miguel Jacq - %{version}-%{release} - Don't accidentally add extra_paths role to usr_local_custom list, resulting in extra_paths appearing twice in manifested playbook - Ensure directories in the tree of anything included with --include are defined in the state and manifest so we make dirs before we try to create files * Mon Dec 29 2025 Miguel Jacq - %{version}-%{release}