1 |
# $Id: e-smith-lib.spec,v 1.10 2019/12/12 06:57:41 jpp Exp $ |
# $Id: e-smith-lib.spec,v 1.12 2020/11/26 18:02:12 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - library module |
Summary: e-smith server and gateway - library module |
4 |
%define name e-smith-lib |
%define name e-smith-lib |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 10 |
%define release 12 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
17 |
Patch4: e-smith-lib-2.6.0.bz9478.patch |
Patch4: e-smith-lib-2.6.0.bz9478.patch |
18 |
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 |
19 |
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
20 |
|
Patch7: e-smith-lib-2.6.0-bz11177-signals.patch |
21 |
|
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
38 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
39 |
|
|
40 |
%changelog |
%changelog |
41 |
|
* Fri Jan 01 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-12.sme |
42 |
|
- add support for signals SIG* with systemd [SME: 11177] |
43 |
|
fix typo for reload-or-try-restart |
44 |
|
unsupervised services: really stop when disabled and start stopped enabled ones |
45 |
|
|
46 |
|
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
47 |
|
- remove error when sending sighup event [SME: 11177] |
48 |
|
|
49 |
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
50 |
- allow more systemctl controls [SME: 11177] |
- allow more systemctl controls [SME: 11177] |
51 |
convert unrecognized signals from service2adjust in events for systemd |
convert unrecognized signals from service2adjust in events for systemd |
863 |
%patch6 -p1 |
%patch6 -p1 |
864 |
# creating an event that do nothing. db init is done every time by yum already. |
# creating an event that do nothing. db init is done every time by yum already. |
865 |
mkdir root/etc/e-smith/events/e-smith-lib-update |
mkdir root/etc/e-smith/events/e-smith-lib-update |
866 |
|
%patch7 -p1 |
867 |
|
|
868 |
|
|
869 |
%pre |
%pre |
870 |
|
|