1 |
# $Id: smeserver-centos2sme.spec,v 1.2 2019/12/15 22:35:25 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 7 |
%define release 13 |
10 |
Name: %{name} |
Name: %{name} |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
Patch1: smeserver-centos2sme-6.9.1-bz10535-improvements.patch |
Patch1: smeserver-centos2sme-6.9.1-bz10535-improvements.patch |
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 |
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 |
35 |
%patch0 -p1 |
%patch0 -p1 |
36 |
%patch1 -p1 |
%patch1 -p1 |
37 |
%patch2 -p1 |
%patch2 -p1 |
38 |
|
%patch3 -p1 |
39 |
|
%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 |
79 |
|
- use systemctl when needed [SME: 10850] |
80 |
|
- fix issue with sshd not reloading and locking user [SME: 10850] |
81 |
|
- remove rpm -e dhcp-common |
82 |
|
|
83 |
|
* Fri Apr 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-8.sme |
84 |
|
- improve script |
85 |
|
- TODO: *some deps are forced, might be added as dep for e-smith-base |
86 |
|
*some packages conflicting like nm and firewalld are removed should be done via e-smith-base |
87 |
|
|
88 |
* Fri Apr 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-7.sme |
* Fri Apr 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-7.sme |
89 |
- fix Requires, improve script |
- fix Requires, improve script |
90 |
|
|