1 |
# $Id: e-smith-base.spec,v 1.139 2013/01/23 03:47:15 wellsi Exp $ |
# $Id: e-smith-base.spec,v 1.4 2013/02/02 15:00:59 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 1 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-base-5.4.0-runlevel_4.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
Requires: mod_auth_external |
Requires: mod_auth_external |
16 |
Requires: e-smith-lib >= 2.2.0-2 |
Requires: e-smith-lib >= 2.2.0-2 |
37 |
Requires: mdadm |
Requires: mdadm |
38 |
Requires: pv |
Requires: pv |
39 |
Requires: pam_abl |
Requires: pam_abl |
40 |
Requires: nss_ldap |
Requires: nss-pam-ldapd |
41 |
Requires: cpu >= 1.4.3 |
Requires: cpu >= 1.4.3 |
42 |
Obsoletes: rlinetd, e-smith-mod_ssl |
Obsoletes: rlinetd, e-smith-mod_ssl |
43 |
Obsoletes: e-smith-serial-console |
Obsoletes: e-smith-serial-console |
58 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
59 |
|
|
60 |
%changelog |
%changelog |
61 |
|
* Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-4.sme |
62 |
|
- Helps to spell requirements correctly |
63 |
|
|
64 |
|
* Sat Feb 2 2013 Shad L. Lords <slords@mail.com> 5.4.0-3.sme |
65 |
|
- Change nss_ldap to nss-pam-ldapd [SME: 7272] |
66 |
|
|
67 |
|
* Thu Jan 31 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme |
68 |
|
- Change default runlevel to 4 [SME: 7266] |
69 |
|
|
70 |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
* Thu Jan 31 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
71 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
72 |
|
|
1496 |
|
|
1497 |
%prep |
%prep |
1498 |
%setup |
%setup |
1499 |
|
%patch0 -p1 |
1500 |
|
|
1501 |
%pre |
%pre |
1502 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |