* Thu Nov 06 2025 Brian Read <brianr@koozali.org> 0.0.2-8.sme

- Make sure rpm has .el8.sme in name [SME: 13275]
This commit is contained in:
2025-11-06 15:47:04 +00:00
parent 7710cf4d9f
commit 223bcfb2ec

View File

@@ -2,9 +2,9 @@ Summary: Rsync backup for SME Server
%define name smeserver-rsync-backup2disk %define name smeserver-rsync-backup2disk
Name: %{name} Name: %{name}
%define version 0.0.2 %define version 0.0.2
%define release 7 %define release 8
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}%{?dist}
License: GPL License: GPL
Group: SME/addon Group: SME/addon
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
@@ -18,6 +18,9 @@ BuildRequires: smeserver-devtools >= 1.13.1-03
SME Server implementation of rsync to perform nightly backup to a mounted drive. SME Server implementation of rsync to perform nightly backup to a mounted drive.
%changelog %changelog
* Thu Nov 06 2025 Brian Read <brianr@koozali.org> 0.0.2-8.sme
- Make sure rpm has .el8.sme in name [SME: 13275]
* Sun Sep 08 2024 Brian Read <brianr@koozali.org> 0.0.2-7.sme * Sun Sep 08 2024 Brian Read <brianr@koozali.org> 0.0.2-7.sme
- add -f to rm in spec file so that it builds. - add -f to rm in spec file so that it builds.