1 |
# $Id: e-smith-lib.spec,v 1.6 2016/08/04 07:28:29 unnilennium Exp $ |
# $Id: e-smith-lib.spec,v 1.9 2017/10/25 07:18:48 vip-ire 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 6 |
%define release 9 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
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 |
Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch |
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 |
19 |
|
|
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
36 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Thu Dec 12 2019 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-9.sme |
40 |
|
- add support for systemctl reload-or-restart, try-restart, enable -now [SME: 10848] |
41 |
|
|
42 |
|
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
43 |
|
- Revert prev change regarding tap_soft, as it's not needed [SME: 10445] |
44 |
|
|
45 |
|
* Mon Oct 23 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
46 |
|
- Skip tap_soft interfaces (eg SoftEther, code from Hsing-Foo Wang) |
47 |
|
[SME: 10445] |
48 |
|
|
49 |
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
50 |
- remove reference to smtpd in configuration.conf [SME: 9478] |
- remove reference to smtpd in configuration.conf [SME: 9478] |
51 |
|
|
843 |
%patch2 -p1 |
%patch2 -p1 |
844 |
%patch3 -p1 |
%patch3 -p1 |
845 |
%patch4 -p1 |
%patch4 -p1 |
846 |
|
%patch5 -p1 |
847 |
|
|
848 |
%pre |
%pre |
849 |
|
|