* Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme

- Alter call to config as required for newer mojo  [SME: 12908]
This commit is contained in:
Brian Read 2025-04-17 17:02:12 +01:00
parent eee5d0a60e
commit bc2aeabe99
2 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
%define name smeserver-webhosting
%define version 0.0.9
%define release 20
%define version 11.0.0
%define release 2
Name: %{name}
Version: %{version}
@ -54,6 +54,9 @@ fi
%defattr(-,root,root)
%changelog
* Thu Apr 17 2025 Brian Read <brianr@koozali.org> 11.0.0-2.sme
- Alter call to config as required for newer mojo [SME: 12908]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.0.9-20.sme
- Roll up patches and move to git repo [SME: 12338]