1 |
# $Id: e-smith-base.spec,v 1.21 2013/03/16 02:56:31 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.22 2013/03/16 15:14:46 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 21 |
%define release 22 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
30 |
Patch17: e-smith-base-5.4.0-rsyslog_db.patch |
Patch17: e-smith-base-5.4.0-rsyslog_db.patch |
31 |
Patch18: e-smith-base-5.4.0-rsyslog.conf.patch |
Patch18: e-smith-base-5.4.0-rsyslog.conf.patch |
32 |
Patch19: e-smith-base-5.4.0-rate_limit.patch |
Patch19: e-smith-base-5.4.0-rate_limit.patch |
33 |
|
Patch20: e-smith-base-5.4.0-no_modprobe.patch |
34 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
35 |
BuildArch: noarch |
BuildArch: noarch |
36 |
Requires: pwauth |
Requires: pwauth |
78 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
79 |
|
|
80 |
%changelog |
%changelog |
81 |
|
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme |
82 |
|
- Remove modprobe stuff [SME: 7261] |
83 |
|
|
84 |
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme |
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-21.sme |
85 |
- Don't be as agressive on rate limiting [SME: 7470] |
- Don't be as agressive on rate limiting [SME: 7470] |
86 |
|
|
1592 |
%patch17 -p1 |
%patch17 -p1 |
1593 |
%patch18 -p1 |
%patch18 -p1 |
1594 |
%patch19 -p1 |
%patch19 -p1 |
1595 |
|
%patch20 -p1 |
1596 |
|
|
1597 |
%pre |
%pre |
1598 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |