* Fri Sep 26 2025 Brian Read <brianr@koozali.org> 11.1-11.sme

- Fix version number extraction fro supplied string [SME: 13121]
This commit is contained in:
2025-09-26 06:59:57 +01:00
parent 72e7f2a5c5
commit e546808705
2 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Summary: Daily mail statistics for SME Server
%define name smeserver-mailstats
Name: %{name}
%define version 11.1
%define release 10
%define release 11
%define full_version %{version}.%{release})
Version: %{version}
Release: %{release}%{?dist}
@@ -88,6 +88,9 @@ chmod u+s /usr/bin/journalwrap
/sbin/ldconfig
%changelog
* Fri Sep 26 2025 Brian Read <brianr@koozali.org> 11.1-11.sme
- Fix version number extraction fro supplied string [SME: 13121]
* Fri Sep 12 2025 Brian Read <brianr@koozali.org> 11.1-10.sme
- Fix version and build date from spec file [SME: 13121]