1 |
# $Id: smeserver-vacation.spec,v 1.8 2021/08/25 01:13:05 terryfage Exp $ |
# $Id: smeserver-vacation.spec,v 1.9 2022/01/07 12:05:54 brianr Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-vacation |
%define name smeserver-vacation |
6 |
%define version 1.1 |
%define version 1.1 |
7 |
%define release 34 |
%define release 35 |
8 |
Summary: SME Server enhancement to enable vacation messages for users. |
Summary: SME Server enhancement to enable vacation messages for users. |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
42 |
Patch26: smeserver-vacation-1.1-bz11399-tableEncoding.patch |
Patch26: smeserver-vacation-1.1-bz11399-tableEncoding.patch |
43 |
Patch27: smeserver-vacation-1.1-locale-2021-08-25.patch |
Patch27: smeserver-vacation-1.1-locale-2021-08-25.patch |
44 |
Patch28: smeserver-vacation-1.1-Add-extra-class-in-div-for-AdminLTE.patch |
Patch28: smeserver-vacation-1.1-Add-extra-class-in-div-for-AdminLTE.patch |
45 |
|
Patch29: smeserver-vacation-1.1-Sort-out-html-chars-in-email-template.patch |
46 |
|
|
47 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
48 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
60 |
enable vacation for themselves and to modify their own message |
enable vacation for themselves and to modify their own message |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Fri Feb 16 2024 Brian Read <brianr@koozali.org> 1.1-35.sme |
64 |
|
- Sort out html chars in email default [SME: 12475] |
65 |
|
- Add signal-event refresh to spec file. [sme 12474] |
66 |
|
|
67 |
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.1-34.sme |
* Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.1-34.sme |
68 |
- Add-extra-class-in-div-for-AdminLTE [SME: 11834] |
- Add-extra-class-in-div-for-AdminLTE [SME: 11834] |
69 |
|
|
396 |
%patch26 -p1 |
%patch26 -p1 |
397 |
%patch27 -p1 |
%patch27 -p1 |
398 |
%patch28 -p1 |
%patch28 -p1 |
399 |
|
%patch29 -p1 |
400 |
|
|
401 |
%build |
%build |
402 |
perl createlinks |
perl createlinks |
434 |
/sbin/e-smith/signal-event conf-userpanel |
/sbin/e-smith/signal-event conf-userpanel |
435 |
fi |
fi |
436 |
|
|
437 |
#if (systemctl list-unit-files |grep smanager) then |
if (systemctl list-unit-files |grep smanager) then |
438 |
# echo "Smanager restart in spec file" |
echo "Smanager restart in spec file" |
439 |
# /sbin/e-smith/signal-event manager2-refresh; |
/sbin/e-smith/signal-event smanager-refresh; |
440 |
# systemctl restart smanager |
fi |
|
#else |
|
|
# echo "No smanager restart in spec file" |
|
|
#fi |
|
441 |
|
|
442 |
%postun |
%postun |
443 |
#uninstall |
#uninstall |