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 19 |
%define release 23 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
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 |
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 |
|
Patch19: smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm |
32 |
|
|
33 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
34 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
82 |
%patch13 -p1 |
%patch13 -p1 |
83 |
%patch14 -p1 |
%patch14 -p1 |
84 |
%patch15 -p1 |
%patch15 -p1 |
85 |
|
%patch16 -p1 |
86 |
|
%patch17 -p1 |
87 |
|
%patch18 -p1 |
88 |
|
%patch19 -p1 |
89 |
|
|
90 |
%build |
%build |
91 |
perl createlinks |
perl createlinks |
147 |
%defattr(-,root,root) |
%defattr(-,root,root) |
148 |
|
|
149 |
%changelog |
%changelog |
150 |
|
* Tue Jan 30 2024 Brian Read <brianr@koozali.org> 0.1.4-23.sme |
151 |
|
- Arrange that jquery etc is local and from rpm smeserver-manager-jsquery [SME: 12459] |
152 |
|
|
153 |
|
* Sat Jan 27 2024 Brian Read <brianr@koozali.org> 0.1.4-22.sme |
154 |
|
- Update to use jquery plugin dataTables [SME: 12458] |
155 |
|
- Update Copyright footer to 2024 |
156 |
|
- Edit tables to have TableSort in class |
157 |
|
- Fix up tables tbody and thead correctly |
158 |
|
- Sort out action column to make compatible with dataTable |
159 |
|
- Change action links to icons |
160 |
|
|
161 |
|
* Sun Dec 03 2023 Brian Read <brianr@koozali.org> 0.1.4-21.sme |
162 |
|
- Update CSS to provide feedback to hover and click on panel submit button [SME: 12442] |
163 |
|
|
164 |
|
* Tue Apr 25 2023 Michel Begue <mab974@misouk.com> 0.1.4-20.sme |
165 |
|
- general locales for awstats [SME:12324b] |
166 |
|
- fix reconfigure asked when not needed [SME: 12171b] |
167 |
|
- remove unSafe status from session data |
168 |
|
|
169 |
* Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme |
* Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme |
170 |
- Fix requires in systemd smanager.server file [SME:12294] |
- Fix requires in systemd smanager.server file [SME:12294] |
171 |
|
|