1 |
# $Id: e-smith-base.spec,v 1.16 2016/04/13 16:07:33 unnilennium Exp $ |
# $Id: e-smith-base.spec,v 1.17 2016/05/12 17:10:46 vip-ire 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 15 |
%define release 16 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
18 |
Patch5: e-smith-base-5.8.0-install_on_every_reboot.patch |
Patch5: e-smith-base-5.8.0-install_on_every_reboot.patch |
19 |
Patch6: e-smith-base-5.8.0-PasswordSet.patch |
Patch6: e-smith-base-5.8.0-PasswordSet.patch |
20 |
Patch7: e-smith-base-5.8.0-console_wrapper.patch |
Patch7: e-smith-base-5.8.0-console_wrapper.patch |
21 |
|
Patch8: e-smith-base-5.8.0-postinstall.patch |
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
Requires: pwauth |
Requires: pwauth |
24 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
63 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
64 |
|
|
65 |
%changelog |
%changelog |
66 |
|
* Sun May 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-16.sme |
67 |
|
- Allow bootstrap to start services after post-install configuration [SME: 9530] |
68 |
|
|
69 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.8.0-15.sme |
70 |
- Use a C wrapper for the console to replace perl-suid [SME: 9393] |
- Use a C wrapper for the console to replace perl-suid [SME: 9393] |
71 |
|
|
1845 |
%patch5 -p1 |
%patch5 -p1 |
1846 |
%patch6 -p1 |
%patch6 -p1 |
1847 |
%patch7 -p1 |
%patch7 -p1 |
1848 |
|
%patch8 -p1 |
1849 |
|
|
1850 |
|
|
1851 |
%pre |
%pre |
1852 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |