1 |
# $Id: e-smith-base.spec,v 1.7 2013/02/03 22:19:59 vip-ire Exp $ |
# $Id: e-smith-base.spec,v 1.8 2013/02/06 21:20:24 slords 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.4.0 |
%define version 5.4.0 |
7 |
%define release 7 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch0: e-smith-base-5.4.0-runlevel_4.patch |
Patch0: e-smith-base-5.4.0-runlevel_4.patch |
14 |
Patch1: e-smith-base-5.4.0-local_event.patch |
Patch1: e-smith-base-5.4.0-local_event.patch |
15 |
Patch2: e-smith-base-5.4.0-noapmd.patch |
Patch2: e-smith-base-5.4.0-noapmd.patch |
16 |
|
Patch3: e-smith-base-5.4.0-rsysloglink.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArch: noarch |
BuildArch: noarch |
19 |
Requires: mod_auth_external |
Requires: mod_auth_external |
60 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Wed Feb 6 2013 Ian Wells <esmith@wellsi.com> 5.4.0-8.sme |
64 |
|
- Remove apmd service and change package to noarch [SME: 7312] |
65 |
|
|
66 |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme |
* Wed Feb 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-7.sme |
67 |
- Remove apmd service and change package to noarch [SME: 7312] |
- Remove apmd service and change package to noarch [SME: 7312] |
68 |
|
|
1513 |
%patch0 -p1 |
%patch0 -p1 |
1514 |
%patch1 -p1 |
%patch1 -p1 |
1515 |
%patch2 -p1 |
%patch2 -p1 |
1516 |
|
%patch3 -p1 |
1517 |
|
|
1518 |
%pre |
%pre |
1519 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |