1 |
# $Id: e-smith-base.spec,v 1.68 2020/11/25 14:27:44 chrissn Exp $ |
# $Id: e-smith-base.spec,v 1.69 2020/11/25 15:30:11 chrissn 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 57 |
%define release 58 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
103 |
e-smith server and gateway software - base module. |
e-smith server and gateway software - base module. |
104 |
|
|
105 |
%changelog |
%changelog |
106 |
|
* Sun Nov 29 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.8.0-58.sme |
107 |
|
- fix permission for /sbin/e-smith/systemd/mdmonitor-pre [SME: 11094] |
108 |
|
|
109 |
* Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-57.sme |
* Wed Nov 25 2020 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 5.8.0-57.sme |
110 |
- Don't ask for confirmation to save changes on first install configuration [SME: 11193] |
- Don't ask for confirmation to save changes on first install configuration [SME: 11193] |
111 |
|
|
2119 |
mkdir -p $RPM_BUILD_ROOT/etc/selinux |
mkdir -p $RPM_BUILD_ROOT/etc/selinux |
2120 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
2121 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
2122 |
|
--file /sbin/e-smith/systemd/mdmonitor-pre 'attr(0554,root,root)' \ |
2123 |
--file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \ |
--file /etc/cron.daily/conf-mod_ssl 'attr(0544,root,root)' \ |
2124 |
--file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \ |
--file /etc/rc.d/rc.e-smith 'attr(0750,root,root)' \ |
2125 |
--dir /var/service/dhcpd 'attr(01755,root,root)' \ |
--dir /var/service/dhcpd 'attr(01755,root,root)' \ |