1 |
%define name smeserver-certificate |
%define name smeserver-certificate |
2 |
%define version 0.0.4 |
%define version 0.0.4 |
3 |
%define release 13 |
%define release 15 |
4 |
|
|
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
26 |
Patch7: smeserver-certificate-0.0.4-Fix-Routes.patch |
Patch7: smeserver-certificate-0.0.4-Fix-Routes.patch |
27 |
Patch8: smeserver-certificate-0.0.4-locale-2022-07-22.patch |
Patch8: smeserver-certificate-0.0.4-locale-2022-07-22.patch |
28 |
Patch9: smeserver-certificate-0.0.4-locale-2022-11-11.patch |
Patch9: smeserver-certificate-0.0.4-locale-2022-11-11.patch |
29 |
|
Patch10: smeserver-certificate-0.0.4-Alter-menu-category-for-new-arrangement.patch |
30 |
|
Patch11: smeserver-certificate-0.0.4-locale-2024-09-04.patch |
31 |
|
|
32 |
%description |
%description |
33 |
allow to add, remove, easily commercial ssl certificate |
allow to add, remove, easily commercial ssl certificate |
44 |
%patch7 -p1 |
%patch7 -p1 |
45 |
%patch8 -p1 |
%patch8 -p1 |
46 |
%patch9 -p1 |
%patch9 -p1 |
47 |
|
%patch10 -p1 |
48 |
|
%patch11 -p1 |
49 |
|
|
50 |
%build |
%build |
51 |
perl createlinks |
perl createlinks |
64 |
%pre |
%pre |
65 |
%preun |
%preun |
66 |
%post |
%post |
67 |
|
|
68 |
|
if (systemctl list-unit-files |grep smanager) then |
69 |
|
echo "Smanager restart in spec file" |
70 |
|
/sbin/e-smith/signal-event smanager-refresh; |
71 |
|
fi |
72 |
|
|
73 |
%postun |
%postun |
74 |
|
|
75 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
76 |
%defattr(-,root,root) |
%defattr(-,root,root) |
77 |
|
|
78 |
%changelog |
%changelog |
79 |
|
* Wed Sep 04 2024 Terry Fage <terry@fage.id.au> 0.0.4-15.sme |
80 |
|
- apply locale 2024-09-04.patch |
81 |
|
|
82 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.4-14.sme |
83 |
|
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] |
84 |
|
|
85 |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.4-13.sme |
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.0.4-13.sme |
86 |
- apply locale 2022-11-11 patch |
- apply locale 2022-11-11 patch |
87 |
|
|