From c4d1fca668646463920c85718697336e4e6751b5 Mon Sep 17 00:00:00 2001 From: John McGee <32335296+johnmmcgee@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:39:05 -0400 Subject: [PATCH] bug: correct typo in systemctl description --- ucore/sanoid.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ucore/sanoid.spec b/ucore/sanoid.spec index cd970a6..f5ff001 100644 --- a/ucore/sanoid.spec +++ b/ucore/sanoid.spec @@ -6,7 +6,7 @@ Name: sanoid Version: %{version} -Release: 1%{?dist}.ucore1 +Release: 1%{?dist}.ucore2 BuildArch: noarch Summary: A policy-driven snapshot management tool for ZFS file systems Group: Applications/System @@ -84,7 +84,7 @@ EOF cat > %{buildroot}%{_unitdir}/%{name}.timer < %{buildroot}%{_docdir}/%{name} %endif %changelog +* Wed Oct 13 2024 John McGee - 2.2.0.ucore2 +- Correct typo in systemctl description * Wed Oct 09 2024 John McGee - 2.2.0.ucore1 - Correct systemctl scripts Exec path * Tue Mar 19 2024 John McGee - 2.2.0.ucore