2 Commits

Author SHA1 Message Date
373785b94b * Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.0.0-18.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12779]
- Delete tarball in git, change .gitignore to ignore tarball .xz [SME: 12779]
2025-10-08 19:45:56 +01:00
8d21932462 * Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.0.0-17.sme
- fix [SME: ]
2025-10-08 19:43:52 +01:00
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

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

Binary file not shown.

View File

@@ -6,7 +6,7 @@ Summary: Webshare addon for SME Server
%define name smeserver-webshare %define name smeserver-webshare
Name: %{name} Name: %{name}
%define version 1.0.0 %define version 1.0.0
%define release 16 %define release 18
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -21,8 +21,9 @@ Obsoletes: devinfo-mitel-webshare dmc-mitel-webshare
%changelog %changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.0.0-16.sme * Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.0.0-18.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87] - Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12779]
- Delete tarball in git, change .gitignore to ignore tarball .xz [SME: 12779]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.0.0-15.sme * Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.0.0-15.sme
- Fix e-smith references in smeserver-webshare [SME: 12732] - Fix e-smith references in smeserver-webshare [SME: 12732]