1 |
# $Id: e-smith-lib.spec,v 1.9 2017/10/25 07:18:48 vip-ire Exp $ |
# $Id: e-smith-lib.spec,v 1.14 2021/01/02 06:45:27 jpp Exp $ |
2 |
|
|
3 |
|
%define copykooz 2013-2021 |
4 |
|
|
5 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
6 |
%define name e-smith-lib |
%define name e-smith-lib |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.6.0 |
%define version 2.6.0 |
9 |
%define release 9 |
%define release 14 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Artistic |
License: Artistic |
18 |
Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch |
Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch |
19 |
Patch4: e-smith-lib-2.6.0.bz9478.patch |
Patch4: e-smith-lib-2.6.0.bz9478.patch |
20 |
Patch5: e-smith-lib-2.6.0.bz10848.systemctl-reload-or-restart.patch |
Patch5: e-smith-lib-2.6.0.bz10848.systemctl-reload-or-restart.patch |
21 |
|
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
22 |
|
Patch7: e-smith-lib-2.6.0-bz11177-signals.patch |
23 |
|
Patch8: e-smith-lib-2.6.0-bz11570-copyrights.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
41 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
42 |
|
|
43 |
%changelog |
%changelog |
44 |
|
* Mon Apr 19 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.0-14.sme |
45 |
|
- update copyright dates, and make it easier to change from spec file [SME: 11570] |
46 |
|
|
47 |
|
* Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-13.sme |
48 |
|
- partial revert of signals [SME: 11177] |
49 |
|
signal s not passed to runit services (dnscache*, qmail, qpsmtpd...) |
50 |
|
services handled by systemd crash if they do not have Restart=always defined |
51 |
|
|
52 |
|
* Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
53 |
|
- add support for signals SIG* with systemd [SME: 11177] |
54 |
|
fix typo for reload-or-try-restart |
55 |
|
unsupervised services: really stop when disabled and start stopped enabled ones |
56 |
|
|
57 |
|
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
58 |
|
- remove error when sending sighup event [SME: 11177] |
59 |
|
|
60 |
|
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
61 |
|
- allow more systemctl controls [SME: 11177] |
62 |
|
convert unrecognized signals from service2adjust in events for systemd |
63 |
|
handle unsupervised services the same way supervised were in adjust-services |
64 |
|
- create e-smith-lib-event [SME: 11141] |
65 |
|
|
66 |
* Thu Dec 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
* Thu Dec 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
67 |
- add support for systemctl reload-or-restart, try-restart, enable -now [SME: 10848] |
- add support for systemctl reload-or-restart, try-restart, enable -now [SME: 10848] |
68 |
|
|
871 |
%patch3 -p1 |
%patch3 -p1 |
872 |
%patch4 -p1 |
%patch4 -p1 |
873 |
%patch5 -p1 |
%patch5 -p1 |
874 |
|
%patch6 -p1 |
875 |
|
# creating an event that do nothing. db init is done every time by yum already. |
876 |
|
mkdir root/etc/e-smith/events/e-smith-lib-update |
877 |
|
%patch7 -p1 |
878 |
|
%patch8 -p1 |
879 |
|
|
880 |
%pre |
%pre |
881 |
|
|