1 |
# $Id: e-smith-base.spec,v 1.22 2013/03/16 15:14:46 slords Exp $ |
# $Id: e-smith-base.spec,v 1.23 2013/03/16 15:30:02 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 22 |
%define release 23 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch20: e-smith-base-5.4.0-no_modprobe.patch |
34 |
|
Patch21: e-smith-base-5.4.0-more_rsyslog.patch |
35 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
36 |
BuildArch: noarch |
BuildArch: noarch |
37 |
Requires: pwauth |
Requires: pwauth |
79 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
80 |
|
|
81 |
%changelog |
%changelog |
82 |
|
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-23.sme |
83 |
|
- Fix a few more syslog => rsyslog items [SME: 7221] |
84 |
|
|
85 |
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme |
* Sat Mar 16 2013 Shad L. Lords <slords@mail.com> 5.4.0-22.sme |
86 |
- Remove modprobe stuff [SME: 7261] |
- Remove modprobe stuff [SME: 7261] |
87 |
|
|
1597 |
%patch18 -p1 |
%patch18 -p1 |
1598 |
%patch19 -p1 |
%patch19 -p1 |
1599 |
%patch20 -p1 |
%patch20 -p1 |
1600 |
|
%patch21 -p1 |
1601 |
|
|
1602 |
%pre |
%pre |
1603 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |