1 |
%define name smeserver-webhosting |
%define name smeserver-webhosting |
2 |
%define version 0.0.9 |
%define version 0.0.9 |
3 |
%define release 16 |
%define release 19 |
4 |
|
|
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
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 |
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 |
34 |
|
Patch13: smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch |
35 |
|
Patch14: smeserver-webhosting-0.0.9-locale-2024-09-06.patch |
36 |
|
|
37 |
%description |
%description |
38 |
allow to change php/apache settings to ibays, only yet for sme9 |
allow to change php/apache settings to ibays, only yet for sme9 |
51 |
%patch9 -p1 |
%patch9 -p1 |
52 |
%patch10 -p1 |
%patch10 -p1 |
53 |
%patch11 -p1 |
%patch11 -p1 |
54 |
|
%patch12 -p1 |
55 |
|
%patch13 -p1 |
56 |
|
%patch14 -p1 |
57 |
|
|
58 |
%build |
%build |
59 |
perl createlinks |
perl createlinks |
72 |
%pre |
%pre |
73 |
%preun |
%preun |
74 |
%post |
%post |
75 |
|
|
76 |
|
if (systemctl list-unit-files |grep smanager) then |
77 |
|
echo "Smanager restart in spec file" |
78 |
|
/sbin/e-smith/signal-event smanager-refresh; |
79 |
|
fi |
80 |
|
|
81 |
%postun |
%postun |
82 |
|
|
83 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
84 |
%defattr(-,root,root) |
%defattr(-,root,root) |
85 |
|
|
86 |
%changelog |
%changelog |
87 |
|
* Fri Sep 06 2024 Terry Fage <terry@fage.is.au> 0.0.9-19.sme |
88 |
|
- apply locale 2024-09-06.patch |
89 |
|
|
90 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.9-18.sme |
91 |
|
- Edit Menu entry to conform to new arrangements [SME: 12493] |
92 |
|
|
93 |
|
* Fri Nov 10 2023 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-17.sme |
94 |
|
- add more memory limit options [SME: 12429] |
95 |
|
|
96 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-16.sme |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.9-16.sme |
97 |
- apply locale 2022-11-11 patch |
- apply locale 2022-11-11 patch |
98 |
|
|