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

- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12787]
- fix .gitignore and delete tarball from git repo [SME: 12787]
This commit is contained in:
2025-10-08 20:01:30 +01:00
parent 46695ea0d2
commit c90b1683f2
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

@@ -7,7 +7,7 @@ Summary: A graphical monitor, alert raising, and services supervision tool for y
%define name smeserver-smeadmin
Name: %{name}
%define version 1.6
%define release 16
%define release 17
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -81,8 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%changelog
* Tue Oct 07 2025 Brian Read <brianr@koozali.org> 1.6-16.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.6-17.sme
- Apply change from startform to start_form and endform to end_form to CGI panels [SME: 12787]
- fix .gitignore and delete tarball from git repo [SME: 12787]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.6-15.sme
- Roll up patches and move to git repo [SME: 12338]