1 |
# $Id: e-smith-base.spec,v 1.48 2020/05/25 02:32:01 jpp Exp $ |
# $Id: e-smith-base.spec,v 1.49 2020/06/23 19:01:52 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - base module |
Summary: e-smith server and gateway - base module |
4 |
%define name e-smith-base |
%define name e-smith-base |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.8.0 |
%define version 5.8.0 |
7 |
%define release 45 |
%define release 46 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
41 |
Patch28: e-smith-base-5.8.0-enable_smartd.patch |
Patch28: e-smith-base-5.8.0-enable_smartd.patch |
42 |
Patch29: e-smith-base-5.8.0.bz8156.wildcard-certificate-and-subjaltname.patch |
Patch29: e-smith-base-5.8.0.bz8156.wildcard-certificate-and-subjaltname.patch |
43 |
Patch30: e-smith-base-5.8.0-bz9590-cleanup.patch |
Patch30: e-smith-base-5.8.0-bz9590-cleanup.patch |
44 |
|
Patch31: e-smith-base-5.8.0-bz6536-bz10974-validate_subnet.patch |
45 |
|
|
46 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
47 |
Requires: pwauth |
Requires: pwauth |
55 |
Requires: perl(Date::Manip) |
Requires: perl(Date::Manip) |
56 |
Requires: perl(Net::IPv4Addr) |
Requires: perl(Net::IPv4Addr) |
57 |
Requires: perl(Digest::SHA1) |
Requires: perl(Digest::SHA1) |
58 |
|
Requires: perl(Net::Netmask) |
59 |
Requires: /usr/sbin/irqbalance |
Requires: /usr/sbin/irqbalance |
60 |
Requires: /usr/sbin/smartd |
Requires: /usr/sbin/smartd |
61 |
Requires: dbus |
Requires: dbus |
89 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
90 |
|
|
91 |
%changelog |
%changelog |
92 |
|
* Sat Jun 27 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-46.sme |
93 |
|
- validate submask on remote access panel [SME: 6536] |
94 |
|
accept netmask bit and convert it |
95 |
|
- validate subnet mask on local network panel [SME: 10974] |
96 |
|
accept netmask bit and convert it |
97 |
|
|
98 |
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-45.sme |
* Tue Jun 23 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-45.sme |
99 |
- remove info.txt [SME: 9590] |
- remove info.txt [SME: 9590] |
100 |
|
|
1994 |
%patch29 -p1 |
%patch29 -p1 |
1995 |
%patch30 -p1 |
%patch30 -p1 |
1996 |
rm -rf root/home/e-smith/web/common/edition/info.txt |
rm -rf root/home/e-smith/web/common/edition/info.txt |
1997 |
|
%patch31 -p1 |
1998 |
|
|
1999 |
|
|
2000 |
%pre |
%pre |
2001 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |