/[smeserver]/rpms/smeserver-manager/sme10/smeserver-manager.spec
ViewVC logotype

Diff of /rpms/smeserver-manager/sme10/smeserver-manager.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.37 by michel, Tue Dec 1 17:53:43 2020 UTC Revision 1.45 by michel, Tue Jun 8 18:37:20 2021 UTC
# Line 1  Line 1 
1  # $Id: smeserver-manager.spec,v 1.36 2020/11/21 08:43:54 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 3  %define release 11
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
# Line 13  Source: %{name}-%{version}.tar.xz Line 13  Source: %{name}-%{version}.tar.xz
13  Patch0: %{name}-%{version}-bz11185_initial.patch  Patch0: %{name}-%{version}-bz11185_initial.patch
14  Patch1: %{name}-%{version}-update_systemd.patch  Patch1: %{name}-%{version}-update_systemd.patch
15  Patch2: %{name}-%{version}-viewlogfiles_download.patch  Patch2: %{name}-%{version}-viewlogfiles_download.patch
16    Patch3: %{name}-%{version}-translation_pptp_trailing-slash.patch
17    Patch4: %{name}-%{version}-locales_menu.patch
18    Patch5: %{name}-%{version}-backup_panels.patch
19    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
# Line 31  Requires: e-smith-manager >= 2.4.0-22 Line 39  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
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
# Line 49  This RPM contributes the navigation bars Line 58  This RPM contributes the navigation bars
58  %patch0 -p1  %patch0 -p1
59  %patch1 -p1  %patch1 -p1
60  %patch2 -p1  %patch2 -p1
61    %patch3 -p1
62    %patch4 -p1
63    %patch5 -p1
64    %patch6 -p1
65    %patch7 -p1
66    %patch8 -p1
67    %patch9 -p1
68    %patch10 -p1
69    
70  %build  %build
71  perl createlinks  perl createlinks
# Line 66  rm -f %{name}-%{version}-%{release}-file Line 83  rm -f %{name}-%{version}-%{release}-file
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
# Line 98  true Line 118  true
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
145    - Fix server-mode in bugreport [SME: 10448]
146    - Add systemd-default for smanager type (service) [SME: 11544]
147    - Fix smanager type and status in db
148    - Move initial security notification to central place
149    - Render 'Manual' output in template
150    - Add a link to koozali.org on Sme logo
151    
152    * Mon Jan 25 2021 Michel Begue <mab974@gmail.com> 0.1.2-6.sme
153    - Fix missing backup functions
154    - background mode for halt and reboot
155    - Store debug mode in ENV
156    - Add a warning mode notification
157    - Fix some translations needing to be escaped
158    
159    * Wed Jan 13 2021 Michel Begue <mab974@gmail.com> 0.1.2-5.sme
160    - Fix menu items not translated [SME: 11322]
161    - Add other locales files
162    
163    * Thu Jan 07 2021 Michel Begue <mab974@gmail.com> 0.1.2-4.sme
164    - Fix 404 error when trailing slash is missing
165    - Fix missing translations for ibay and quota panels
166    - Comment out pptp settings in remoteaccess panel
167    - Fix 'sigusr1' exec for httpd  [SME: 11185]
168    
169  * Tue Dec 01 2020 Michel Begue <mab974@gmail.com> 0.1.2-3.sme  * Tue Dec 01 2020 Michel Begue <mab974@gmail.com> 0.1.2-3.sme
170  - Fix download error on 'viewlogfiles' panel [SME: 11217]  - Fix download error on 'viewlogfiles' panel [SME: 11217]
171  - Fix duplicate entries in log files to be chosen  - Fix duplicate entries in log files to be chosen


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed