1 |
# $Id: smeserver-centos2sme.spec,v 1.4 2020/04/17 21:36:48 jpp Exp $ |
# $Id: smeserver-centos2sme.spec,v 1.8 2021/05/31 01:59:42 jpp Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
6 |
%define name smeserver-centos2sme |
%define name smeserver-centos2sme |
7 |
%define version 6.9.1 |
%define version 6.9.1 |
8 |
# version number CentosMajorVersion.SMEmajorVersion.RPMversion |
# version number CentosMajorVersion.SMEmajorVersion.RPMversion |
9 |
%define release 9 |
%define release 13 |
10 |
Name: %{name} |
Name: %{name} |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
18 |
Patch2: smeserver-centos2sme-6.9.1-firstSME10.patch |
Patch2: smeserver-centos2sme-6.9.1-firstSME10.patch |
19 |
Patch3: smeserver-centos2sme-6.9.1-SME10-2.patch |
Patch3: smeserver-centos2sme-6.9.1-SME10-2.patch |
20 |
Patch4: smeserver-centos2sme-6.9.1-secondSME10.patch |
Patch4: smeserver-centos2sme-6.9.1-secondSME10.patch |
21 |
|
Patch5: smeserver-centos2sme-6.9.1-bz11599-remove-postfix-sendmail.patch |
22 |
|
Patch6: smeserver-centos2sme-6.9.1-bz12075-remi.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArch: noarch |
BuildArch: noarch |
37 |
%patch2 -p1 |
%patch2 -p1 |
38 |
%patch3 -p1 |
%patch3 -p1 |
39 |
%patch4 -p1 |
%patch4 -p1 |
40 |
|
mkdir -p root/etc/e-smith/events/smeserver-centos2sme |
41 |
|
%patch5 -p1 |
42 |
|
%patch6 -p1 |
43 |
|
|
44 |
%build |
%build |
45 |
# /usr/bin/perl createlinks |
# /usr/bin/perl createlinks |
62 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Mon Jun 20 2022 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-13.sme |
66 |
|
- fix failure to install due to missing remi-safe repo [SME: 12075] |
67 |
|
|
68 |
|
* Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-12.sme |
69 |
|
- remove sendmail and postfix prior SME install [SME: 11599] |
70 |
|
|
71 |
|
* Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-11.sme |
72 |
|
- fix typo [SME: 10850] |
73 |
|
|
74 |
|
* Sat Mar 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-10.sme |
75 |
|
- create empty smeserver-centos2sme [SME: 10850] |
76 |
|
should not be necessary as it should be installed on bare CentOS, not on SME... |
77 |
|
|
78 |
* Sat Mar 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-9.sme |
* Sat Mar 20 2021 Jean-Philippe Pialasse <tests@pialasse.com> 6.9.1-9.sme |
79 |
- use systemctl when needed [SME: 10850] |
- use systemctl when needed [SME: 10850] |
80 |
- fix issue with sshd not reloading and locking user [SME: 10850] |
- fix issue with sshd not reloading and locking user [SME: 10850] |