1 |
# $Id: smeserver-manager.spec,v 1.57 2021/12/27 17:28:17 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.59 2022/01/05 10:29:07 michel Exp $ |
2 |
|
|
3 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
4 |
%define name smeserver-manager |
%define name smeserver-manager |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 0.1.4 |
%define version 0.1.4 |
7 |
%define release 11 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
22 |
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
23 |
Patch9: smeserver-manager-0.1.4-toggle_password_and_menu-jquery_cond-csrf_get.patch |
Patch9: smeserver-manager-0.1.4-toggle_password_and_menu-jquery_cond-csrf_get.patch |
24 |
|
Patch10: smeserver-manager-0.1.4-Update-format-for-datetime-and-reboot.patch |
25 |
|
|
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
64 |
%patch7 -p1 |
%patch7 -p1 |
65 |
%patch8 -p1 |
%patch8 -p1 |
66 |
%patch9 -p1 |
%patch9 -p1 |
67 |
|
%patch10 -p1 |
68 |
|
|
69 |
%build |
%build |
70 |
perl createlinks |
perl createlinks |
122 |
%defattr(-,root,root) |
%defattr(-,root,root) |
123 |
|
|
124 |
%changelog |
%changelog |
125 |
* Mon Jan 03 2022 Michel Begue <mab974@misouk.com> 0.1.4-11.sme |
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-13.sme |
126 |
|
- Update-format-for-datetime-and-reboot [SME: 11830] |
127 |
|
|
128 |
|
* Mon Jan 03 2022 Michel Begue <mab974@misouk.com> 0.1.4-12.sme |
129 |
- Add show password icon to login panel (requires jquery) |
- Add show password icon to login panel (requires jquery) |
130 |
- Extend toggle hide to section menu (requires jquery) |
- Extend toggle hide to section menu (requires jquery) |
131 |
- Set layout according to jquery presence |
- Set layout according to jquery presence |