2 |
%define name smeserver-manager |
%define name smeserver-manager |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.1.4 |
%define version 0.1.4 |
5 |
%define release 18 |
%define release 22 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
24 |
Patch12: smeserver-manager-0.1.4-bz12111-untainting-date.patch |
Patch12: smeserver-manager-0.1.4-bz12111-untainting-date.patch |
25 |
Patch13: smeserver-manager-0.1.4-bz11816_password_reset.patch |
Patch13: smeserver-manager-0.1.4-bz11816_password_reset.patch |
26 |
Patch14: smeserver-manager-0.1.4-Fix-typo-in-datetime-processing.patch |
Patch14: smeserver-manager-0.1.4-Fix-typo-in-datetime-processing.patch |
27 |
|
Patch15: smeserver-manager-0.1.4-Correct-Requires-slapd-ldap-in-systemd-service-file.patch |
28 |
|
Patch16: smeserver-manager-0.1.4-yum_session_awstats.patch |
29 |
|
Patch17: smeserver-manager-0.1.4-Add-css-to-hover-and-click-feedback-on-submit.patch |
30 |
|
Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch |
31 |
|
|
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
80 |
%patch12 -p1 |
%patch12 -p1 |
81 |
%patch13 -p1 |
%patch13 -p1 |
82 |
%patch14 -p1 |
%patch14 -p1 |
83 |
|
%patch15 -p1 |
84 |
|
%patch16 -p1 |
85 |
|
%patch17 -p1 |
86 |
|
%patch18 -p1 |
87 |
|
|
88 |
%build |
%build |
89 |
perl createlinks |
perl createlinks |
145 |
%defattr(-,root,root) |
%defattr(-,root,root) |
146 |
|
|
147 |
%changelog |
%changelog |
148 |
|
* Sat Jan 27 2024 Brian Read <brianr@koozali.org> 0.1.4-22.sme |
149 |
|
- Update to use jquery plugin dataTables [SME: 12458] |
150 |
|
- Update Copyright footer to 2024 |
151 |
|
- Edit tables to have TableSort in class |
152 |
|
- Fix up tables tbody and thead correctly |
153 |
|
- Sort out action column to make compatible with dataTable |
154 |
|
|
155 |
|
* Sun Dec 03 2023 Brian Read <brianr@koozali.org> 0.1.4-21.sme |
156 |
|
- Update CSS to provide feedback to hover and click on panel submit button [SME: 12442] |
157 |
|
|
158 |
|
* Tue Apr 25 2023 Michel Begue <mab974@misouk.com> 0.1.4-20.sme |
159 |
|
- general locales for awstats [SME:12324b] |
160 |
|
- fix reconfigure asked when not needed [SME: 12171b] |
161 |
|
- remove unSafe status from session data |
162 |
|
|
163 |
|
* Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme |
164 |
|
- Fix requires in systemd smanager.server file [SME:12294] |
165 |
|
|
166 |
* Fri Dec 09 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-18.sme |
* Fri Dec 09 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-18.sme |
167 |
- Fix up typo in datetime processing [SME: 11827] |
- Fix up typo in datetime processing [SME: 11827] |
168 |
|
|