* Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.2-14.sme

- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12785]
- Update .gitignore to .xz, delete tarball from git repo [SME: 12785]
This commit is contained in:
2025-10-08 20:13:09 +01:00
parent a617d49c7b
commit e3524b74c7
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View File

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

Binary file not shown.

View File

@@ -11,7 +11,7 @@ Summary: smeserver-usbdisksmanager
Name: %{name}
%define version 1.2
%define release 13
%define release 14
Version: %{version}
Release: %{release}%{?dist}
License: GNU GPL version 2
@@ -25,8 +25,9 @@ Requires: smeserver-release >= 8.0
AutoReqProv: no
%changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.2-13.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12775-87]
* Wed Oct 08 2025 Brian Read <brianr@koozali.org> 1.2-14.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12785]
- Update .gitignore to .xz, delete tarball from git repo [SME: 12785]
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-12.sme
- Fix e-smith references in smeserver-usbdisksmanager [SME: 12732]