* Wed Sep 24 2025 Brian Read <brianr@koozali.org> 1.4-14.sme

- Sort out archive on git stopping local archive update [SME: 13171]
This commit is contained in:
2025-09-24 14:05:20 +01:00
parent b736c47e3f
commit 28c248e0f8
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.rpm
*.log
*spec-20*
*.tar.gz
*.tar.xz

Binary file not shown.

View File

@@ -4,7 +4,7 @@
%define realname smeserver-awstats
%define version 1.4
%define release 13
%define release 14
Summary: SME Server integration rpm for awstats
Name: %{realname}
@@ -26,6 +26,9 @@ AutoReqProv: no
SME Server integration rpm for awstats.
%changelog
* Wed Sep 24 2025 Brian Read <brianr@koozali.org> 1.4-14.sme
- Sort out archive on git stopping local archive update [SME: 13171]
* Tue Sep 23 2025 Brian Read <brianr@koozali.org> 1.4-13.sme
- Change $config to config in layout file(s) [SME: 13171]