1 |
# $Id: e-smith-lib.spec,v 1.4 2016/07/18 07:53:38 unnilennium Exp $ |
# $Id: e-smith-lib.spec,v 1.11 2020/11/17 16:48:09 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 4 |
%define release 11 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
13 |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
14 |
Patch1: e-smith-lib-2.6.0-mariadb.patch |
Patch1: e-smith-lib-2.6.0-mariadb.patch |
15 |
Patch2: e-smith-lib-2.6.0.bz9691.syslof.patch |
Patch2: e-smith-lib-2.6.0.bz9691.syslof.patch |
16 |
|
Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch |
17 |
|
Patch4: e-smith-lib-2.6.0.bz9478.patch |
18 |
|
Patch5: e-smith-lib-2.6.0.bz10848.systemctl-reload-or-restart.patch |
19 |
|
Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch |
20 |
|
|
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
37 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
38 |
|
|
39 |
%changelog |
%changelog |
40 |
|
* Thu Nov 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-11.sme |
41 |
|
- remove error when sending sighup event [SME: 11177] |
42 |
|
|
43 |
|
* Tue Nov 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-10.sme |
44 |
|
- allow more systemctl controls [SME: 11177] |
45 |
|
convert unrecognized signals from service2adjust in events for systemd |
46 |
|
handle unsupervised services the same way supervised were in adjust-services |
47 |
|
- create e-smith-lib-event [SME: 11141] |
48 |
|
|
49 |
|
* Thu Dec 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
50 |
|
- add support for systemctl reload-or-restart, try-restart, enable -now [SME: 10848] |
51 |
|
|
52 |
|
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
53 |
|
- Revert prev change regarding tap_soft, as it's not needed [SME: 10445] |
54 |
|
|
55 |
|
* Mon Oct 23 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
56 |
|
- Skip tap_soft interfaces (eg SoftEther, code from Hsing-Foo Wang) |
57 |
|
[SME: 10445] |
58 |
|
|
59 |
|
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
60 |
|
- remove reference to smtpd in configuration.conf [SME: 9478] |
61 |
|
|
62 |
|
* Thu Aug 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
63 |
|
- fix console startup display [SME: 9352] |
64 |
|
|
65 |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
66 |
- fix service name syslog to rsyslog [SME: 9691] |
- fix service name syslog to rsyslog [SME: 9691] |
67 |
|
|
851 |
%patch0 -p1 |
%patch0 -p1 |
852 |
%patch1 -p1 |
%patch1 -p1 |
853 |
%patch2 -p1 |
%patch2 -p1 |
854 |
|
%patch3 -p1 |
855 |
|
%patch4 -p1 |
856 |
|
%patch5 -p1 |
857 |
|
%patch6 -p1 |
858 |
|
# creating an event that do nothing. db init is done every time by yum already. |
859 |
|
mkdir root/etc/e-smith/events/e-smith-lib-update |
860 |
|
|
861 |
%pre |
%pre |
862 |
|
|