1 |
# $Id: e-smith-base.spec,v 1.44 2019/11/22 14:51:52 jcrisp Exp $ |
# $Id: e-smith-base.spec,v 1.45 2019/12/20 19:38:15 michel 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.8.0 |
%define version 5.8.0 |
7 |
%define release 41 |
%define release 42 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
38 |
Patch25: e-smith-base-5.8.0-modify-default-city.patch |
Patch25: e-smith-base-5.8.0-modify-default-city.patch |
39 |
Patch26: e-smith-base-5.8.0.bz8876-set-system-name.patch |
Patch26: e-smith-base-5.8.0.bz8876-set-system-name.patch |
40 |
Patch27: e-smith-base-5.8.0-bz9677-suid_wrapper.patch |
Patch27: e-smith-base-5.8.0-bz9677-suid_wrapper.patch |
41 |
|
Patch28: e-smith-base-5.8.0-enable_smartd.patch |
42 |
|
|
43 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
44 |
Requires: pwauth |
Requires: pwauth |
85 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
86 |
|
|
87 |
%changelog |
%changelog |
88 |
|
* Sun May 17 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-42.sme |
89 |
|
- Enable smartd by default [SME: 5890] |
90 |
|
- Credit to Chris Burnat |
91 |
|
|
92 |
* Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 5.8.0-41.sme |
* Wed Dec 18 2019 Michel Begue <mab974@gmail.com> 5.8.0-41.sme |
93 |
- Add a link to manager C wrapper to execute userpassword's cgi to replace perl-suid [SME: 9677] |
- Add a link to manager C wrapper to execute userpassword's cgi to replace perl-suid [SME: 9677] |
94 |
|
|
1966 |
%patch25 -p1 |
%patch25 -p1 |
1967 |
%patch26 -p1 |
%patch26 -p1 |
1968 |
%patch27 -p1 |
%patch27 -p1 |
1969 |
|
%patch28 -p1 |
1970 |
|
|
1971 |
%pre |
%pre |
1972 |
/sbin/e-smith/create-system-user smelastsys 2999 \ |
/sbin/e-smith/create-system-user smelastsys 2999 \ |