Compare commits
2 Commits
1_4-13_el8
...
1_4-15_el8
Author | SHA1 | Date | |
---|---|---|---|
6062ddd8c8 | |||
28c248e0f8 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
||||
*.tar.gz
|
||||
*.tar.xz
|
||||
|
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user