|
# $Id: smeserver-manager.spec,v 1.46 2021/06/15 08:56:45 michel Exp $ |
|
|
|
|
1 |
Summary: Sme server navigation module : manager 2 |
Summary: Sme server navigation module : manager 2 |
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 1 |
%define release 19 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
11 |
|
Source1: visible.png |
12 |
|
Patch0: %{name}-%{version}-list_access_csrf.patch |
13 |
|
Patch1: %{name}-%{version}-review_csrf_url.patch |
14 |
|
Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch |
15 |
|
Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch |
16 |
|
Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch |
17 |
|
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
18 |
|
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
19 |
|
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
20 |
|
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
21 |
|
Patch9: smeserver-manager-0.1.4-toggle_password_and_menu-jquery_cond-csrf_get.patch |
22 |
|
Patch10: smeserver-manager-0.1.4-Update-format-for-datetime-and-reboot.patch |
23 |
|
Patch11: smeserver-manager-0.1.4-bz12110-untainting-printer.patch |
24 |
|
Patch12: smeserver-manager-0.1.4-bz12111-untainting-date.patch |
25 |
|
Patch13: smeserver-manager-0.1.4-bz11816_password_reset.patch |
26 |
|
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 |
|
|
29 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
30 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
31 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
40 |
|
|
41 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
42 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
43 |
Requires: perl(Mojolicious) >= 7.56 |
Requires: e-smith-apache >= 2.6.0-19 |
44 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
Requires: smeserver-php >= 3.0.0-43 |
45 |
Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12 |
Requires: perl(Mojolicious) >= 7.56 |
46 |
Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
47 |
Requires: perl(Net::Netmask) >= 1.9 |
Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12 |
48 |
|
Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8 |
49 |
|
Requires: perl(Net::Netmask) >= 1.9 |
50 |
|
Requires: perl(DBM::Deep) >= 2.0011-1 |
51 |
|
Requires: perl(Mojo::JWT) >= 0.08-1 |
52 |
|
Requires: mutt >= 1.5.21 |
53 |
#Requires: js-jquery > 2.2.4-3 (optional) |
#Requires: js-jquery > 2.2.4-3 (optional) |
54 |
|
|
55 |
Provides: server-manager |
Provides: server-manager |
62 |
|
|
63 |
%prep |
%prep |
64 |
%setup |
%setup |
65 |
|
%patch0 -p1 |
66 |
|
%patch1 -p1 |
67 |
|
%patch2 -p1 |
68 |
|
%patch3 -p1 |
69 |
|
%patch4 -p1 |
70 |
|
%patch5 -p1 |
71 |
|
%patch6 -p1 |
72 |
|
%patch7 -p1 |
73 |
|
%patch8 -p1 |
74 |
|
%patch9 -p1 |
75 |
|
%patch10 -p1 |
76 |
|
%patch11 -p1 |
77 |
|
%patch12 -p1 |
78 |
|
%patch13 -p1 |
79 |
|
%patch14 -p1 |
80 |
|
%patch15 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
perl createlinks |
perl createlinks |
86 |
mkdir -p root/etc/e-smith/db/routes |
mkdir -p root/etc/e-smith/db/routes |
87 |
mkdir -p root/home/e-smith/db/navigation2 |
mkdir -p root/home/e-smith/db/navigation2 |
88 |
mkdir -p root%{dir_mngr}/themes/default/public/css |
mkdir -p root%{dir_mngr}/themes/default/public/css |
89 |
|
mkdir -p root%{dir_mngr}/data |
90 |
|
cp %{SOURCE1} root%{dir_mngr}/themes/default/public/images |
91 |
|
|
92 |
%install |
%install |
93 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
110 |
%clean |
%clean |
111 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
112 |
|
|
|
%pre |
|
|
|
|
113 |
%preun |
%preun |
114 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
# complete remove |
115 |
|
if [ $1 == 0 ] |
116 |
then |
then |
117 |
unlink %{dir_mngr}/themes/default/public/js/jquery.min.js |
systemctl stop smanager.service |
118 |
|
rm -f /home/e-smith/db/navigation2/* |
119 |
|
rm -f /home/e-smith/db/routes |
120 |
|
rm -f %{dir_mngr}/themes/default/public/css/* |
121 |
|
rm -rf %{dir_mngr}/themes/default/public/js |
122 |
|
find %{dir_mngr}/lib/SrvMngr/I18N/Modules -type f -name '*.pm' -exec rm '{}' \; |
123 |
fi |
fi |
124 |
true |
true |
125 |
|
|
126 |
%post |
%post |
127 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
128 |
then |
then |
129 |
mkdir %{dir_mngr}/themes/default/public/js |
[ -d %{dir_mngr}/themes/default/public/js ] || |
130 |
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
mkdir %{dir_mngr}/themes/default/public/js |
131 |
|
[ -h %{dir_mngr}/themes/default/public/js/jquery.min.js ] || |
132 |
|
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
133 |
|
[ -h %{dir_mngr}/themes/default/public/js/jquery.min.map ] || |
134 |
|
ln -s /usr/share/javascript/jquery/latest/jquery.min.map %{dir_mngr}/themes/default/public/js/jquery.min.map |
135 |
fi |
fi |
136 |
true |
true |
137 |
|
|
|
%postun |
|
|
|
|
138 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
139 |
%defattr(-,root,root) |
%defattr(-,root,root) |
140 |
|
|
141 |
%changelog |
%changelog |
142 |
|
* Wed Dec 28 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-19.sme |
143 |
|
- Fix requires in systemd smanager.server file [SME:12294] |
144 |
|
|
145 |
|
* Fri Dec 09 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-18.sme |
146 |
|
- Fix up typo in datetime processing [SME: 11827] |
147 |
|
|
148 |
|
* Mon Jul 18 2022 Michel Begue <mab974@misouk.com> 0.1.4-17.sme |
149 |
|
- add forgotten password link to login panel [SME: 11816] |
150 |
|
- update to httpd 2.4 syntax [SME: 12112] |
151 |
|
- enable backup of /usr/share/smanager/data |
152 |
|
- fix target in link to 'Previous SM' |
153 |
|
|
154 |
|
* Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-16.sme |
155 |
|
- untainting datetime [SME: 12111] |
156 |
|
|
157 |
|
* Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-15.sme |
158 |
|
- untainting printer [SME: 12110] |
159 |
|
|
160 |
|
* Fri Jan 21 2022 Michel Begue <mab974@misouk.com> 0.1.4-14.sme |
161 |
|
- Fix jquery map link missing |
162 |
|
- Fix jquery link deleted during update |
163 |
|
- Remove generated file during remove |
164 |
|
|
165 |
|
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-13.sme |
166 |
|
- Update-format-for-datetime-and-reboot [SME: 11830] |
167 |
|
|
168 |
|
* Mon Jan 03 2022 Michel Begue <mab974@misouk.com> 0.1.4-12.sme |
169 |
|
- Add show password icon to login panel (requires jquery) |
170 |
|
- Extend toggle hide to section menu (requires jquery) |
171 |
|
- Set layout according to jquery presence |
172 |
|
- Set CSRF less strict for GET method. Only if csrftoken param exists [SME: 11789] |
173 |
|
|
174 |
|
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 0.1.4-10.sme |
175 |
|
- Fix empty selection list in workstation restore of backup panel [SME: 11185] |
176 |
|
|
177 |
|
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme |
178 |
|
- format-for-dhcp-ips-in-review-config [SME: ] |
179 |
|
|
180 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-8.sme |
181 |
|
- fix-translation-strings-with-prefix-for-review-config [SME: 11823] |
182 |
|
|
183 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme |
184 |
|
- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] |
185 |
|
|
186 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-6.sme |
187 |
|
- e-format html for Vistual domains inReview config to be compatible with email format list [SME 11822] |
188 |
|
|
189 |
|
* Mon Dec 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-5.sme |
190 |
|
- Add-span-to-group-member-checkbox-list [SME: 11815] |
191 |
|
|
192 |
|
* Mon Nov 29 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-4.sme |
193 |
|
- Add-dummy-classes-to-ep-files.patch [SME: 11780] |
194 |
|
|
195 |
|
* Mon Nov 15 2021 Michel Begue <mab974@misouk.com> 0.1.4-3.sme |
196 |
|
- Fix error message when linking, unlinking jquery in spec |
197 |
|
- Correct the 'review' panel presentation |
198 |
|
- Modify CSRFDefender plugin to take into account GET method |
199 |
|
- Add TOKEN param where the GET method is used in templates |
200 |
|
- Remove smanager from local url address |
201 |
|
|
202 |
|
* Mon Oct 11 2021 Michel Begue <mab974@protonmail.com> 0.1.4-2.sme |
203 |
|
- Fix incorrect list order (users, ibays, ...) |
204 |
|
- Add external private access (remote management) |
205 |
|
- Change CSRF error message |
206 |
|
|
207 |
* Mon Jun 21 2021 Michel Begue <mab974@gmail.com> 0.1.4-1.sme |
* Mon Jun 21 2021 Michel Begue <mab974@gmail.com> 0.1.4-1.sme |
208 |
- New version: smeserver-manager-0.1.4-1 (= 0.1.2-13) |
- New version: smeserver-manager-0.1.4-1 (= 0.1.2-13) |
209 |
|
|