1 |
# $Id: smeserver-manager.spec,v 1.50 2021/11/15 18:03:45 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.56 2021/12/27 16:48:38 brianr 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 4 |
%define release 10 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: %{name}-%{version}-list_access_csrf.patch |
Patch0: %{name}-%{version}-list_access_csrf.patch |
14 |
Patch1: %{name}-%{version}-review_csrf_url.patch |
Patch1: %{name}-%{version}-review_csrf_url.patch |
15 |
Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch |
Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch |
16 |
|
Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch |
17 |
|
Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch |
18 |
|
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
19 |
|
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
20 |
|
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
21 |
|
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
54 |
%patch0 -p1 |
%patch0 -p1 |
55 |
%patch1 -p1 |
%patch1 -p1 |
56 |
%patch2 -p1 |
%patch2 -p1 |
57 |
|
%patch3 -p1 |
58 |
|
%patch4 -p1 |
59 |
|
%patch5 -p1 |
60 |
|
%patch6 -p1 |
61 |
|
%patch7 -p1 |
62 |
|
%patch8 -p1 |
63 |
|
|
64 |
%build |
%build |
65 |
perl createlinks |
perl createlinks |
115 |
%defattr(-,root,root) |
%defattr(-,root,root) |
116 |
|
|
117 |
%changelog |
%changelog |
118 |
|
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 0.1.4-10.sme |
119 |
|
- Fix empty selection list in workstation restore of backup panel [SME: 11185] |
120 |
|
|
121 |
|
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme |
122 |
|
- format-for-dhcp-ips-in-review-config [SME: ] |
123 |
|
|
124 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-8.sme |
125 |
|
- fix-translation-strings-with-prefix-for-review-config [SME: 11823] |
126 |
|
|
127 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme |
128 |
|
- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] |
129 |
|
|
130 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-6.sme |
131 |
|
- e-format html for Vistual domains inReview config to be compatible with email format list [SME 11822] |
132 |
|
|
133 |
|
* Mon Dec 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-5.sme |
134 |
|
- Add-span-to-group-member-checkbox-list [SME: 11815] |
135 |
|
|
136 |
* Mon Nov 29 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-4.sme |
* Mon Nov 29 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-4.sme |
137 |
- Add-dummy-classes-to-ep-files.patch [SME: 11780] |
- Add-dummy-classes-to-ep-files.patch [SME: 11780] |
138 |
|
|