2 Commits

Author SHA1 Message Date
6062ddd8c8 * Fri Oct 03 2025 Brian Read <brianr@koozali.org> 1.4-15.sme
- Remove smanager-refresh from spec file [SME: 13212]
2025-10-03 13:27:53 +01:00
28c248e0f8 * Wed Sep 24 2025 Brian Read <brianr@koozali.org> 1.4-14.sme
- Sort out archive on git stopping local archive update [SME: 13171]
2025-09-24 14:05:20 +01:00
3 changed files with 8 additions and 6 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 15
Summary: SME Server integration rpm for awstats
Name: %{realname}
@@ -26,6 +26,12 @@ AutoReqProv: no
SME Server integration rpm for awstats.
%changelog
* Fri Oct 03 2025 Brian Read <brianr@koozali.org> 1.4-15.sme
- Remove smanager-refresh from spec file [SME: 13212]
* 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]
@@ -207,10 +213,6 @@ rm -rf %{name}-%{version}
%pre
%post
if (systemctl list-unit-files |grep smanager) then
echo "Smanager restart in spec file"
/sbin/e-smith/signal-event smanager-refresh;
fi
%preun