Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: correct typo in systemctl description #34

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ucore/sanoid.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -84,7 +84,7 @@ EOF

cat > %{buildroot}%{_unitdir}/%{name}.timer <<EOF
[Unit]
Description=Run Sanoid Every Minute
Description=Run Sanoid Every 15 Minutes

[Timer]
OnCalendar=*:0/15
Expand Down Expand Up @@ -131,6 +131,8 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name}
%endif

%changelog
* Wed Oct 13 2024 John McGee <[email protected]> - 2.2.0.ucore2
- Correct typo in systemctl description
* Wed Oct 09 2024 John McGee <[email protected]> - 2.2.0.ucore1
- Correct systemctl scripts Exec path
* Tue Mar 19 2024 John McGee <[email protected]> - 2.2.0.ucore
Expand Down
Loading