/[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.11 by jpp, Sat Nov 11 03:31:06 2023 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 17  %define release 18
4    
5  Name: %{name}  Name: %{name}
6  Version: %{version}      Version: %{version}    
# Line 31  Patch9: smeserver-webhosting-0.0.9-bz117 Line 31  Patch9: smeserver-webhosting-0.0.9-bz117
31  Patch10: smeserver-webhosting-0.0.9-Add-extra-class-attribute-to-sm2-panel.patch  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  Patch11: smeserver-webhosting-0.0.9-locale-2022-11-11.patch
33  Patch12: smeserver-webhosting-0.0.9-bz12429-memorylimit.patch  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 50  allow to change php/apache settings to i Line 51  allow to change php/apache settings to i
51  %patch10 -p1  %patch10 -p1
52  %patch11 -p1  %patch11 -p1
53  %patch12 -p1  %patch12 -p1
54    %patch13 -p1
55    
56  %build  %build
57  perl createlinks  perl createlinks
# Line 68  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  * Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme
89  - add more memory limit options [SME: 12429]  - add more memory limit options [SME: 12429]
90    


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