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 14 |
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 |
|
|
31 |
%description |
%description |
32 |
allow to add, remove, easily commercial ssl certificate |
allow to add, remove, easily commercial ssl certificate |
43 |
%patch7 -p1 |
%patch7 -p1 |
44 |
%patch8 -p1 |
%patch8 -p1 |
45 |
%patch9 -p1 |
%patch9 -p1 |
46 |
|
%patch10 -p1 |
47 |
|
|
48 |
%build |
%build |
49 |
perl createlinks |
perl createlinks |
62 |
%pre |
%pre |
63 |
%preun |
%preun |
64 |
%post |
%post |
65 |
|
|
66 |
|
if (systemctl list-unit-files |grep smanager) then |
67 |
|
echo "Smanager restart in spec file" |
68 |
|
/sbin/e-smith/signal-event smanager-refresh; |
69 |
|
fi |
70 |
|
|
71 |
%postun |
%postun |
72 |
|
|
73 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
74 |
%defattr(-,root,root) |
%defattr(-,root,root) |
75 |
|
|
76 |
%changelog |
%changelog |
77 |
|
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.4-14.sme |
78 |
|
- Edit SM2 Menu entry to conform to new arrangements [SME: 12493] |
79 |
|
|
80 |
* 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 |
81 |
- apply locale 2022-11-11 patch |
- apply locale 2022-11-11 patch |
82 |
|
|