1 |
# $Id: e-smith-lib.spec,v 1.3 2016/07/18 07:52:44 unnilennium Exp $ |
# $Id: e-smith-lib.spec,v 1.8 2017/10/23 07:21:23 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 3 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
14 |
|
Patch1: e-smith-lib-2.6.0-mariadb.patch |
15 |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
BuildRequires: e-smith-devtools >= 1.6.3-01 |
29 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
Requires: perl(Net::IPv4Addr) >= 0.10 |
30 |
Requires: perl(Taint::Util) |
Requires: perl(Taint::Util) |
31 |
Requires: pciutils |
Requires: pciutils |
32 |
Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch |
|
|
Patch1: e-smith-lib-2.6.0-mariadb.patch |
|
33 |
%description |
%description |
34 |
e-smith server and gateway software - library module. |
e-smith server and gateway software - library module. |
35 |
|
|
36 |
%changelog |
%changelog |
37 |
|
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme |
38 |
|
- Revert prev change regarding tap_soft, as it's not needed [SME: 10445] |
39 |
|
|
40 |
|
* Mon Oct 23 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme |
41 |
|
- Skip tap_soft interfaces (eg SoftEther, code from Hsing-Foo Wang) |
42 |
|
[SME: 10445] |
43 |
|
|
44 |
|
* Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-6.sme |
45 |
|
- remove reference to smtpd in configuration.conf [SME: 9478] |
46 |
|
|
47 |
|
* Thu Aug 04 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
48 |
|
- fix console startup display [SME: 9352] |
49 |
|
|
50 |
|
* Sat Jul 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
51 |
|
- fix service name syslog to rsyslog [SME: 9691] |
52 |
|
|
53 |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Mon Jul 18 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
54 |
- fix mysqld to mariadb [SME: 9438] |
- fix mysqld to mariadb [SME: 9438] |
55 |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
835 |
%setup |
%setup |
836 |
%patch0 -p1 |
%patch0 -p1 |
837 |
%patch1 -p1 |
%patch1 -p1 |
838 |
|
%patch2 -p1 |
839 |
|
%patch3 -p1 |
840 |
|
%patch4 -p1 |
841 |
|
|
842 |
%pre |
%pre |
843 |
|
|