1 |
# $Id: smeserver-manager.spec,v 1.40 2021/01/27 18:35:48 michel Exp $ |
# $Id: smeserver-manager.spec,v 1.44 2021/06/03 19:47:24 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.2 |
%define version 0.1.2 |
7 |
%define release 7 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
17 |
Patch4: %{name}-%{version}-locales_menu.patch |
Patch4: %{name}-%{version}-locales_menu.patch |
18 |
Patch5: %{name}-%{version}-backup_panels.patch |
Patch5: %{name}-%{version}-backup_panels.patch |
19 |
Patch6: %{name}-%{version}-bugreport_service.patch |
Patch6: %{name}-%{version}-bugreport_service.patch |
20 |
|
Patch7: %{name}-%{version}-theme_switch.patch |
21 |
|
Patch8: %{name}-%{version}-public_access.patch |
22 |
|
Patch9: %{name}-%{version}-email_header_locale.patch |
23 |
|
Patch10: %{name}-%{version}-CSRFDefender_cronjob_fail2ban.patch |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
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 |
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) |
45 |
#Requires: pwauth |
#Requires: pwauth |
62 |
%patch4 -p1 |
%patch4 -p1 |
63 |
%patch5 -p1 |
%patch5 -p1 |
64 |
%patch6 -p1 |
%patch6 -p1 |
65 |
|
%patch7 -p1 |
66 |
|
%patch8 -p1 |
67 |
|
%patch9 -p1 |
68 |
|
%patch10 -p1 |
69 |
|
|
70 |
%build |
%build |
71 |
perl createlinks |
perl createlinks |
83 |
--dir %{dir_mngr} 'attr(0755,root,root)' \ |
--dir %{dir_mngr} 'attr(0755,root,root)' \ |
84 |
--file %{dir_mngr}/log/development.log 'attr(0660,root,admin)' \ |
--file %{dir_mngr}/log/development.log 'attr(0660,root,admin)' \ |
85 |
--file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \ |
--file %{dir_mngr}/log/production.log 'attr(0660,root,admin)' \ |
86 |
|
--file %{dir_mngr}/script/daily.sh 'attr(0770,root,root)' \ |
87 |
|
--file %{dir_mngr}/script/routes.pl 'attr(0770,root,root)' \ |
88 |
|
--file %{dir_mngr}/script/secrets.pl 'attr(0770,root,root)' \ |
89 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |
90 |
|
|
91 |
echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist |
echo "%doc COPYING f2b/*" >> %{name}-%{version}-%{release}-filelist |
92 |
|
|
93 |
%check |
%check |
94 |
#cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r |
#cd $RPM_BUILD_ROOT/%{dir_mngr} && QUICK_TEST=1 /usr/bin/prove -q -l -r |
118 |
%defattr(-,root,root) |
%defattr(-,root,root) |
119 |
|
|
120 |
%changelog |
%changelog |
121 |
|
* Tue Jun 08 2021 Michel Begue <mab974@gmail.com> 0.1.2-11.sme |
122 |
|
- Add cron job for secrets and routes purge |
123 |
|
- Add CSRFDefender plugin against CSRF attacks |
124 |
|
- Add optional fail2ban configuration files in doc |
125 |
|
- Fix zh-tw locale file name |
126 |
|
- Fix missing links in 'Bugreport' |
127 |
|
- Fix copyright in footer |
128 |
|
- Fix translations |
129 |
|
|
130 |
|
* Thu Jun 03 2021 Michel Begue <mab974@gmail.com> 0.1.2-10.sme |
131 |
|
- Add header for contrib in layout |
132 |
|
- fix emailsettings error 'webmail is only SSL' [SME: 11443] |
133 |
|
- fix locale files |
134 |
|
- clean up template files |
135 |
|
|
136 |
|
* Wed Apr 21 2021 Michel Begue <mab974@gmail.com> 0.1.2-9.sme |
137 |
|
- Add access attribute in configuration base |
138 |
|
- Verify modes and access compatibility |
139 |
|
- Display theme_switch button to logged in users only [SME: 11571] |
140 |
|
|
141 |
|
* Tue Apr 20 2021 Michel Begue <mab974@gmail.com> 0.1.2-8.sme |
142 |
|
- Fix 'theme switch' [SME: 11571] |
143 |
|
|
144 |
* Mon Apr 12 2021 Michel Begue <mab974@gmail.com> 0.1.2-7.sme |
* Mon Apr 12 2021 Michel Begue <mab974@gmail.com> 0.1.2-7.sme |
145 |
- Fix server-mode in bugreport [SME: 10448] |
- Fix server-mode in bugreport [SME: 10448] |
146 |
- Add systemd-default for smanager type (service) [SME: 11544] |
- Add systemd-default for smanager type (service) [SME: 11544] |