|
# $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.2 |
%define version 0.1.4 |
5 |
%define release 13 |
%define release 15 |
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 |
Patch0: %{name}-%{version}-bz11185_initial.patch |
Source1: visible.png |
12 |
Patch1: %{name}-%{version}-update_systemd.patch |
Patch0: %{name}-%{version}-list_access_csrf.patch |
13 |
Patch2: %{name}-%{version}-viewlogfiles_download.patch |
Patch1: %{name}-%{version}-review_csrf_url.patch |
14 |
Patch3: %{name}-%{version}-translation_pptp_trailing-slash.patch |
Patch2: smeserver-manager-0.1.4-Add-dummy-classes-to-ep-files.patch |
15 |
Patch4: %{name}-%{version}-locales_menu.patch |
Patch3: smeserver-manager-0.1.4-Add-span-to-group-member-checkbox-list.patch |
16 |
Patch5: %{name}-%{version}-backup_panels.patch |
Patch4: smeserver-manager-0.1.4-Review-configuration-Virtual-domains-re-format-html.patch |
17 |
Patch6: %{name}-%{version}-bugreport_service.patch |
Patch5: smeserver-manager-0.1.4-Sort-out-responsive-table-in-user-and-host-lists.patch |
18 |
Patch7: %{name}-%{version}-theme_switch.patch |
Patch6: smeserver-manager-0.1.4-fix-translation-strings-with-prefix-for-review-config.patch |
19 |
Patch8: %{name}-%{version}-public_access.patch |
Patch7: smeserver-manager-0.1.4-format-for-dhcp-ips-in-review-config.patch |
20 |
Patch9: %{name}-%{version}-email_header_locale.patch |
Patch8: smeserver-manager-0.1.4-fix_backup_empty_selection_list.patch |
21 |
Patch10: %{name}-%{version}-CSRFDefender_cronjob_fail2ban.patch |
Patch9: smeserver-manager-0.1.4-toggle_password_and_menu-jquery_cond-csrf_get.patch |
22 |
Patch11: %{name}-%{version}-post_csrf.patch |
Patch10: smeserver-manager-0.1.4-Update-format-for-datetime-and-reboot.patch |
23 |
Patch12: %{name}-%{version}-remove_locale.patch |
Patch11: smeserver-manager-0.1.4-bz12110-untainting-printer.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
|
BuildRequires: gettext |
|
28 |
#<Build tests> |
#<Build tests> |
29 |
#BuildRequires: perl >= 0:5.016 |
#BuildRequires: perl >= 0:5.016 |
30 |
#BuildRequires: perl(Test::More) |
#BuildRequires: perl(Test::More) |
36 |
|
|
37 |
Requires: e-smith-lib >= 1.18.0-26 |
Requires: e-smith-lib >= 1.18.0-26 |
38 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
39 |
Requires: perl(Mojolicious) >= 7.56 |
Requires: perl(Mojolicious) >= 7.56 |
40 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
Requires: perl(Mojolicious::Plugin::I18N) >= 1.6 |
41 |
Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12 |
Requires: perl(Mojolicious::Plugin::RenderFile) >= 0.12 |
42 |
Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8 |
Requires: perl(Mojolicious::Plugin::CSRFDefender) >= 0.0.8 |
43 |
Requires: perl(Net::Netmask) >= 1.9 |
Requires: perl(Net::Netmask) >= 1.9 |
44 |
#Requires: js-jquery > 2.2.4-3 (optional) |
#Requires: js-jquery > 2.2.4-3 (optional) |
|
#Requires: pwauth |
|
|
#Requires: perl(Apache::AuthTkt) |
|
45 |
|
|
46 |
Provides: server-manager |
Provides: server-manager |
47 |
AutoReqProv: no |
AutoReqProv: no |
65 |
%patch9 -p1 |
%patch9 -p1 |
66 |
%patch10 -p1 |
%patch10 -p1 |
67 |
%patch11 -p1 |
%patch11 -p1 |
|
%patch12 -p1 |
|
68 |
|
|
69 |
%build |
%build |
70 |
perl createlinks |
perl createlinks |
73 |
mkdir -p root/etc/e-smith/db/routes |
mkdir -p root/etc/e-smith/db/routes |
74 |
mkdir -p root/home/e-smith/db/navigation2 |
mkdir -p root/home/e-smith/db/navigation2 |
75 |
mkdir -p root%{dir_mngr}/themes/default/public/css |
mkdir -p root%{dir_mngr}/themes/default/public/css |
76 |
|
mkdir -p root%{dir_mngr}/data |
77 |
|
cp %{SOURCE1} root%{dir_mngr}/themes/default/public/images |
78 |
|
|
79 |
%install |
%install |
80 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
97 |
%clean |
%clean |
98 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
99 |
|
|
|
%pre |
|
|
|
|
100 |
%preun |
%preun |
101 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
# complete remove |
102 |
|
if [ $1 == 0 ] |
103 |
then |
then |
104 |
unlink %{dir_mngr}/themes/default/public/js/jquery.min.js |
systemctl stop smanager.service |
105 |
|
rm -f /home/e-smith/db/navigation2/* |
106 |
|
rm -f /home/e-smith/db/routes |
107 |
|
rm -f %{dir_mngr}/themes/default/public/css/* |
108 |
|
rm -rf %{dir_mngr}/themes/default/public/js |
109 |
|
find %{dir_mngr}/lib/SrvMngr/I18N/Modules -type f -name '*.pm' -exec rm '{}' \; |
110 |
fi |
fi |
111 |
true |
true |
112 |
|
|
113 |
%post |
%post |
114 |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
if [ -f /usr/share/javascript/jquery/latest/jquery.min.js ] |
115 |
then |
then |
116 |
mkdir %{dir_mngr}/themes/default/public/js |
[ -d %{dir_mngr}/themes/default/public/js ] || |
117 |
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 |
118 |
|
[ -h %{dir_mngr}/themes/default/public/js/jquery.min.js ] || |
119 |
|
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
120 |
|
[ -h %{dir_mngr}/themes/default/public/js/jquery.min.map ] || |
121 |
|
ln -s /usr/share/javascript/jquery/latest/jquery.min.map %{dir_mngr}/themes/default/public/js/jquery.min.map |
122 |
fi |
fi |
123 |
true |
true |
124 |
|
|
|
%postun |
|
|
|
|
125 |
%files -f %{name}-%{version}-%{release}-filelist |
%files -f %{name}-%{version}-%{release}-filelist |
126 |
%defattr(-,root,root) |
%defattr(-,root,root) |
127 |
|
|
128 |
%changelog |
%changelog |
129 |
|
* Sun Jul 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.4-15.sme |
130 |
|
- untainting printer [SME: 12110] |
131 |
|
|
132 |
|
* Fri Jan 21 2022 Michel Begue <mab974@misouk.com> 0.1.4-14.sme |
133 |
|
- Fix jquery map link missing |
134 |
|
- Fix jquery link deleted during update |
135 |
|
- Remove generated file during remove |
136 |
|
|
137 |
|
* Wed Jan 05 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.4-13.sme |
138 |
|
- Update-format-for-datetime-and-reboot [SME: 11830] |
139 |
|
|
140 |
|
* Mon Jan 03 2022 Michel Begue <mab974@misouk.com> 0.1.4-12.sme |
141 |
|
- Add show password icon to login panel (requires jquery) |
142 |
|
- Extend toggle hide to section menu (requires jquery) |
143 |
|
- Set layout according to jquery presence |
144 |
|
- Set CSRF less strict for GET method. Only if csrftoken param exists [SME: 11789] |
145 |
|
|
146 |
|
* Mon Dec 27 2021 Michel Begue <mab974@misouk.com> 0.1.4-10.sme |
147 |
|
- Fix empty selection list in workstation restore of backup panel [SME: 11185] |
148 |
|
|
149 |
|
* Mon Dec 27 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-9.sme |
150 |
|
- format-for-dhcp-ips-in-review-config [SME: ] |
151 |
|
|
152 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-8.sme |
153 |
|
- fix-translation-strings-with-prefix-for-review-config [SME: 11823] |
154 |
|
|
155 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-7.sme |
156 |
|
- Sort-out-responsive-table-in-user-and-host-lists [SME: 11824] |
157 |
|
|
158 |
|
* Sun Dec 26 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-6.sme |
159 |
|
- e-format html for Vistual domains inReview config to be compatible with email format list [SME 11822] |
160 |
|
|
161 |
|
* Mon Dec 20 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-5.sme |
162 |
|
- Add-span-to-group-member-checkbox-list [SME: 11815] |
163 |
|
|
164 |
|
* Mon Nov 29 2021 Brian Read <brianr@bjsystems.co.uk> 0.1.4-4.sme |
165 |
|
- Add-dummy-classes-to-ep-files.patch [SME: 11780] |
166 |
|
|
167 |
|
* Mon Nov 15 2021 Michel Begue <mab974@misouk.com> 0.1.4-3.sme |
168 |
|
- Fix error message when linking, unlinking jquery in spec |
169 |
|
- Correct the 'review' panel presentation |
170 |
|
- Modify CSRFDefender plugin to take into account GET method |
171 |
|
- Add TOKEN param where the GET method is used in templates |
172 |
|
- Remove smanager from local url address |
173 |
|
|
174 |
|
* Mon Oct 11 2021 Michel Begue <mab974@protonmail.com> 0.1.4-2.sme |
175 |
|
- Fix incorrect list order (users, ibays, ...) |
176 |
|
- Add external private access (remote management) |
177 |
|
- Change CSRF error message |
178 |
|
|
179 |
|
* Mon Jun 21 2021 Michel Begue <mab974@gmail.com> 0.1.4-1.sme |
180 |
|
- New version: smeserver-manager-0.1.4-1 (= 0.1.2-13) |
181 |
|
|
182 |
* Sat Jun 19 2021 Michel Begue <mab974@gmail.com> 0.1.2-13.sme |
* Sat Jun 19 2021 Michel Begue <mab974@gmail.com> 0.1.2-13.sme |
183 |
- Remove non english locale files (move to smeserver-manager-locale) |
- Remove non english locale files (move to smeserver-manager-locale) |
184 |
- Fix error in 'locale2-conf' action |
- Fix error in 'locale2-conf' action |