* 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 *.rpm
*.log *.log
*spec-20* *spec-20*
*.tar.gz *.tar.xz
*.bak

View File

@ -1,6 +1,6 @@
%define name smeserver-webhosting %define name smeserver-webhosting
%define version 0.0.9 %define version 11.0.0
%define release 20 %define release 2
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -54,6 +54,9 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%changelog %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 * 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] - Roll up patches and move to git repo [SME: 12338]