/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec
ViewVC logotype

Diff of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting.spec

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

Revision 1.8 by michel, Thu Dec 2 15:09:44 2021 UTC Revision 1.12 by brianr, Fri Mar 1 11:21:03 2024 UTC
# Line 1  Line 1 
1  %define name smeserver-webhosting  %define name smeserver-webhosting
2  %define version 0.0.9  %define version 0.0.9
3  %define release 14  %define release 18
4    
5  Name: %{name}  Name: %{name}
6  Version: %{version}      Version: %{version}    
# Line 28  Patch6: smeserver-webhosting-0.0.9-bz110 Line 28  Patch6: smeserver-webhosting-0.0.9-bz110
28  Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch  Patch7: smeserver-webhosting-0.0.9-locale-2021-08-25.patch
29  Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch  Patch8: smeserver-webhosting-0.0.9-bz11666-fix-furlopen-capitalisation.patch
30  Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch  Patch9: smeserver-webhosting-0.0.9-bz11786_bz11787.patch
31    Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch
32    Patch11: smeserver-webhosting-0.0.9-locale-2022-11-11.patch
33    Patch12: smeserver-webhosting-0.0.9-bz12429-memorylimit.patch
34    Patch13: smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch
35    
36  %description  %description
37  allow to change php/apache settings to ibays, only yet for sme9  allow to change php/apache settings to ibays, only yet for sme9
# Line 44  allow to change php/apache settings to i Line 48  allow to change php/apache settings to i
48  %patch7 -p1  %patch7 -p1
49  %patch8 -p1  %patch8 -p1
50  %patch9 -p1  %patch9 -p1
51    %patch10 -p1
52    %patch11 -p1
53    %patch12 -p1
54    %patch13 -p1
55    
56  %build  %build
57  perl createlinks  perl createlinks
# Line 62  rm -rf %{name}-%{version} Line 70  rm -rf %{name}-%{version}
70  %pre  %pre
71  %preun  %preun
72  %post  %post
73    
74    if (systemctl list-unit-files |grep smanager) then
75      echo "Smanager restart in spec file"
76      /sbin/e-smith/signal-event smanager-refresh;
77    fi
78    
79  %postun  %postun
80    
81  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
82  %defattr(-,root,root)  %defattr(-,root,root)
83    
84  %changelog  %changelog
85    * Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.9-18.sme
86    - Edit Menu entry to conform to new arrangements [SME: 12493]
87    
88    * Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme
89    - add more memory limit options [SME: 12429]
90    
91    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-16.sme
92    - apply locale 2022-11-11 patch
93    
94    * Sun Dec 19 2021 Brian Read <brianr@bjsystems.co.uk> 0.0.9-15.sme
95    - Add extra class attribute to SM2 panel html [SME: 11811]
96    
97  * Thu Dec 02 2021 Michel Begye <mab974@misouk.com> 0.0.9-14.sme  * Thu Dec 02 2021 Michel Begye <mab974@misouk.com> 0.0.9-14.sme
98  - Fix MaxExecutionTime not saved [SME: 11786]  - Fix MaxExecutionTime not saved [SME: 11786]
99  - Integrate webhosting with smeserver-manager (manager2) [SME: 11787]  - Integrate webhosting with smeserver-manager (manager2) [SME: 11787]
# Line 83  rm -rf %{name}-%{version} Line 109  rm -rf %{name}-%{version}
109  * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme  * Tue Mar 16 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-11.sme
110  -  require smeserver-php >= 3.0.0-31 [SME: 11077]  -  require smeserver-php >= 3.0.0-31 [SME: 11077]
111    
112  * Sat Mar 13 2021 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-10.sme  * Sat Mar 13 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-10.sme
113  - SME10 welcome package [SME: 11077]  - SME10 welcome package [SME: 11077]
114    added update event    added update event
115    use of default properties value, remove them from db    use of default properties value, remove them from db
# Line 97  rm -rf %{name}-%{version} Line 123  rm -rf %{name}-%{version}
123  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme  * Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 0.0.9-7.sme
124  - apply locale 2017-12-02 patch  - apply locale 2017-12-02 patch
125    
126  * Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-6.sme  * Sat Mar 25 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-6.sme
127  - apply locale 2017-03-26 patch  - apply locale 2017-03-26 patch
128    
129  * Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 0.0.9-5.sme  * Wed Feb 01 2017 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-5.sme
130  - apply locale 2017-02-02.patch  - apply locale 2017-02-02.patch
131    
132  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme  * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 0.0.9-4.sme


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