1 |
# $Id: e-smith-base.spec,v 1.14 2016/04/12 07:23:30 unnilennium Exp $ |
# $Id: e-smith-base.spec,v 1.15 2016/04/13 15:06:37 unnilennium 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 13 |
%define release 14 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
16 |
Patch3: e-smith-base-5.8.0-movese_services_to_systemd.patch |
Patch3: e-smith-base-5.8.0-movese_services_to_systemd.patch |
17 |
Patch4: e-smith-base-5.8.0-LOCALE.patch |
Patch4: e-smith-base-5.8.0-LOCALE.patch |
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 |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArch: noarch |
BuildArch: noarch |
22 |
Requires: pwauth |
Requires: pwauth |
62 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-14.sme |
66 |
|
- fix password not asked after signal-event post-install [SME: 9445] |
67 |
|
|
68 |
* Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-13.sme |
* Wed Apr 13 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-13.sme |
69 |
- only start services on regular boot [SME: 9436] |
- only start services on regular boot [SME: 9436] |
70 |
|
|
1836 |
%patch3 -p1 |
%patch3 -p1 |
1837 |
%patch4 -p1 |
%patch4 -p1 |
1838 |
%patch5 -p1 |
%patch5 -p1 |
1839 |
|
%patch6 -p1 |
1840 |
|
|
1841 |
%pre |
%pre |
1842 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |