From 7e9d7ca08cb04bf8805b2b5d2e1947afd849d187 Mon Sep 17 00:00:00 2001 From: John McGee Date: Wed, 20 Mar 2024 16:10:59 -0400 Subject: [PATCH] fix version so it doesnt fail on copr build. --- ucore/sanoid.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ucore/sanoid.spec b/ucore/sanoid.spec index cd609c8..5230019 100644 --- a/ucore/sanoid.spec +++ b/ucore/sanoid.spec @@ -5,7 +5,7 @@ %global _with_systemd 1 Name: sanoid -Version: %{version}.ucore1 +Version: %{version} Release: 1%{?dist} BuildArch: noarch Summary: A policy-driven snapshot management tool for ZFS file systems @@ -130,10 +130,10 @@ echo "* * * * * root %{_sbindir}/sanoid --cron" > %{buildroot}%{_docdir}/%{name} %endif %changelog -* Mon Mar 19 2024 John McGee - 2.2.0.ucore1 -- Remove perl requirement to remove build tools -- Add perl-interpreter and perl-Sys-Hostname requirements -- Correct systemd units to incluide sanoid-prune +* Mon Mar 19 2024 John McGee - 2.2.0 +- Remove perl requirement to remove build tools (ucore) +- Add perl-interpreter and perl-Sys-Hostname requirements (ucore) +- Correct systemd units to incluide sanoid-prune (ucore) * Tue Jul 18 2023 Christoph Klaffl - 2.2.0 - Bump to 2.2.0 * Tue Nov 24 2020 Christoph Klaffl - 2.1.0