1 |
# $Id: e-smith-base.spec,v 1.17 2013/02/28 22:49:10 slords Exp $ |
# $Id: e-smith-base.spec,v 1.18 2013/03/06 20:20:05 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 16 |
%define release 17 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
22 |
Patch9: e-smith-base-5.4.0-inittab.patch |
Patch9: e-smith-base-5.4.0-inittab.patch |
23 |
Patch10: e-smith-base-5.4.0-pwauth.patch |
Patch10: e-smith-base-5.4.0-pwauth.patch |
24 |
Patch11: e-smith-base-5.4.0-uidgid.patch |
Patch11: e-smith-base-5.4.0-uidgid.patch |
25 |
|
Patch12: e-smith-base-5.4.0-fixwww.patch |
26 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
27 |
BuildArch: noarch |
BuildArch: noarch |
28 |
Requires: pwauth |
Requires: pwauth |
70 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
71 |
|
|
72 |
%changelog |
%changelog |
73 |
|
* Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-17.sme |
74 |
|
- Fix user www creation in init-accounts [SME: 7319] |
75 |
|
|
76 |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme |
* Wed Mar 6 2013 Shad L. Lords <slords@mail.com> 5.4.0-16.sme |
77 |
- Update package and path for pwauth [SME: 7319] |
- Update package and path for pwauth [SME: 7319] |
78 |
- Update init-accounts to set uid/gid correctly for pwauth |
- Update init-accounts to set uid/gid correctly for pwauth |
1561 |
%patch9 -p1 |
%patch9 -p1 |
1562 |
%patch10 -p1 |
%patch10 -p1 |
1563 |
%patch11 -p1 |
%patch11 -p1 |
1564 |
|
%patch12 -p1 |
1565 |
|
|
1566 |
%pre |
%pre |
1567 |
/sbin/e-smith/create-system-user smelog 1002 \ |
/sbin/e-smith/create-system-user smelog 1002 \ |