1 |
# $Id: smeserver-manager.spec,v 1.27 2020/06/11 06:15:35 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.31 2020/08/08 13:42:03 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.0 |
%define version 0.1.0 |
7 |
%define release 25 |
%define release 29 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
33 |
Patch20: %{name}-0.1.0-mojo-app_password_menus.patch |
Patch20: %{name}-0.1.0-mojo-app_password_menus.patch |
34 |
Patch21: %{name}-0.1.0-missing_translations.patch |
Patch21: %{name}-0.1.0-missing_translations.patch |
35 |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
Patch22: %{name}-0.1.0-bz9457_bz8903_pseudo_acct_swtheme.patch |
36 |
|
Patch23: %{name}-0.1.0-start_service.patch |
37 |
|
Patch24: %{name}-0.1.0-datetime_quota.patch |
38 |
|
Patch25: %{name}-0.1.0-bz10976_bz10977_others.patch |
39 |
|
Patch26: %{name}-0.1.0-route_lexicon_locales.patch |
40 |
|
|
41 |
|
|
42 |
|
|
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
44 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
49 |
Requires: e-smith-manager >= 2.4.0-22 |
Requires: e-smith-manager >= 2.4.0-22 |
50 |
Requires: perl-Mojolicious >= 6.44 |
Requires: perl-Mojolicious >= 6.44 |
51 |
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
Requires: perl-Mojolicious-Plugin-I18N >= 1.6 |
52 |
|
Requires: perl-Net-Netmask >= 1.9015 |
53 |
#Requires: js-jquery > 2.2.4-3 (optional) |
#Requires: js-jquery > 2.2.4-3 (optional) |
54 |
Requires: pwauth |
Requires: pwauth |
55 |
#Requires: perl(Apache::AuthTkt) |
#Requires: perl(Apache::AuthTkt) |
87 |
%patch20 -p1 |
%patch20 -p1 |
88 |
%patch21 -p1 |
%patch21 -p1 |
89 |
%patch22 -p1 |
%patch22 -p1 |
90 |
|
%patch23 -p1 |
91 |
|
%patch24 -p1 |
92 |
|
%patch25 -p1 |
93 |
|
%patch26 -p1 |
94 |
|
|
95 |
%build |
%build |
96 |
perl createlinks |
perl createlinks |
154 |
mkdir %{dir_mngr}/themes/default/public/js |
mkdir %{dir_mngr}/themes/default/public/js |
155 |
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js |
156 |
fi |
fi |
157 |
|
/sbin/e-smith/expand-template /usr/share/smanager/conf/srvmngr.conf |
158 |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
/sbin/e-smith/expand-template /etc/systemd/system/smanager.service |
159 |
systemctl enable smanager.service |
systemctl enable smanager.service |
160 |
|
systemctl restart smanager.service |
161 |
true |
true |
162 |
|
|
163 |
%postun |
%postun |
165 |
%defattr(-,root,root) |
%defattr(-,root,root) |
166 |
|
|
167 |
%changelog |
%changelog |
168 |
|
* Mon Aug 17 2020 Michel Begue <mab974@gmail.com> 0.1.0-29.sme |
169 |
|
- validate lexicon file before install |
170 |
|
- fix route url construction (+) |
171 |
|
- add authentication messages to locales |
172 |
|
|
173 |
|
* Fri Aug 07 2020 Michel Begue <mab974@gmail.com> 0.1.0-28.sme |
174 |
|
- validate netmask in LocalNetworks [SME: 10976] |
175 |
|
- validate netmask in RemoteAccess [SME: 10977] |
176 |
|
- prettier action button |
177 |
|
- accept undescore in lexicon name |
178 |
|
- change route urls for LocalNetworks and Portforwarding |
179 |
|
- add rendering to LocalNetworks notification |
180 |
|
|
181 |
|
* Mon Jul 06 2020 Michel Begue <mab974@gmail.com> 0.1.0-27.sme |
182 |
|
- Fix typo in %post here |
183 |
|
- Complete 'datetime' panel |
184 |
|
- Fix notification in 'quota' panel |
185 |
|
|
186 |
|
* Wed Jul 01 2020 Michel Begue <mab974@gmail.com> 0.1.0-26.sme |
187 |
|
- Fix first start error |
188 |
|
- Fix incorrect messages and various typos in modules |
189 |
|
- Add possibility to hide menu(s) (requires jquery) |
190 |
|
|
191 |
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
* Sat Jun 13 2020 Michel Begue <mab974@gmail.com> 0.1.0-25.sme |
192 |
- Remove 'Starterwebsite' panel [SME: 8903] |
- Remove 'Starterwebsite' panel [SME: 8903] |
193 |
- Add choice for creating Pseudonyms [SME: 9457] |
- Add choice for creating Pseudonyms [SME: 9457] |