1 |
jpp |
1.4 |
# $Id: smeserver-centos2sme.spec,v 1.3 2020/04/17 16:19:34 jpp Exp $ |
2 |
jpp |
1.1 |
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse |
4 |
|
|
|
5 |
|
|
Summary: smeserver-centos2sme |
6 |
|
|
%define name smeserver-centos2sme |
7 |
|
|
%define version 6.9.1 |
8 |
|
|
# version number CentosMajorVersion.SMEmajorVersion.RPMversion |
9 |
jpp |
1.4 |
%define release 8 |
10 |
jpp |
1.1 |
Name: %{name} |
11 |
|
|
Version: %{version} |
12 |
|
|
Release: %{release}%{?dist} |
13 |
|
|
License: GPL |
14 |
|
|
Group: Applications/System |
15 |
|
|
Source: %{name}-%{version}.tgz |
16 |
|
|
Patch0: smeserver-centos2sme-6.9.1-bz10535-fix-path.patch |
17 |
|
|
Patch1: smeserver-centos2sme-6.9.1-bz10535-improvements.patch |
18 |
jpp |
1.2 |
Patch2: smeserver-centos2sme-6.9.1-firstSME10.patch |
19 |
jpp |
1.3 |
Patch3: smeserver-centos2sme-6.9.1-SME10-2.patch |
20 |
jpp |
1.2 |
|
21 |
jpp |
1.1 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
|
|
BuildArch: noarch |
23 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
24 |
jpp |
1.3 |
Requires: centos-release >= 7 |
25 |
jpp |
1.1 |
|
26 |
|
|
%description |
27 |
|
|
Package to help transform a centos box into a Koozali SME Server. |
28 |
|
|
Just run /usr/bin/centos2sme ; answer the few question and sit back while your base install of centos is morphed into a SME Server. |
29 |
|
|
Do not use on a machine with user data present or with extra packages already installed. |
30 |
|
|
%prep |
31 |
|
|
%setup |
32 |
|
|
%patch0 -p1 |
33 |
|
|
%patch1 -p1 |
34 |
jpp |
1.3 |
%patch2 -p1 |
35 |
jpp |
1.4 |
%patch3 -p1 |
36 |
jpp |
1.1 |
|
37 |
|
|
%build |
38 |
|
|
# /usr/bin/perl createlinks |
39 |
|
|
|
40 |
|
|
%install |
41 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
42 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
43 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
44 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
45 |
|
|
--file /usr/bin/centos2sme '%attr(0755,root,root)' \ |
46 |
|
|
> %{name}-%{version}-filelist |
47 |
|
|
cat %{name}-%{version}-filelist |
48 |
|
|
%files -f %{name}-%{version}-filelist |
49 |
|
|
%defattr(-,root,root,-) |
50 |
|
|
|
51 |
|
|
%clean |
52 |
|
|
rm -rf $RPM_BUILD_ROOT |
53 |
|
|
|
54 |
|
|
%post |
55 |
|
|
touch /etc/hosts.deny_ssh |
56 |
|
|
|
57 |
|
|
%changelog |
58 |
jpp |
1.4 |
* Fri Apr 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-8.sme |
59 |
|
|
- improve script |
60 |
|
|
- TODO: *some deps are forced, might be added as dep for e-smith-base |
61 |
|
|
*some packages conflicting like nm and firewalld are removed should be done via e-smith-base |
62 |
|
|
|
63 |
jpp |
1.3 |
* Fri Apr 17 2020 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-7.sme |
64 |
|
|
- fix Requires, improve script |
65 |
|
|
|
66 |
jpp |
1.2 |
* Sun Dec 15 2019 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-6.sme |
67 |
|
|
- first build for SME10 |
68 |
|
|
|
69 |
jpp |
1.1 |
* Mon Mar 12 2018 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-5.sme |
70 |
|
|
- few improvements and bug fixes see patch improvements |
71 |
|
|
|
72 |
|
|
* Sat Mar 10 2018 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-4.sme |
73 |
|
|
- fix execution permission on /usr/bin/centos2sme [SME: 10535] |
74 |
|
|
- added warning at the begining of script to check for working network interface |
75 |
|
|
- added warning at end of script to add a SSH key before the reboot |
76 |
|
|
- added full path to signal-event in the last messages |
77 |
|
|
- set path after first packages installation. |
78 |
|
|
|
79 |
|
|
* Fri Mar 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-3.sme |
80 |
|
|
- fix bad dependencies to smeserver release and formagick [SME: 10535] |
81 |
|
|
- added requirement for centos-release between 6 and 7. |
82 |
|
|
|
83 |
|
|
* Fri Mar 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 6.9.1-2.sme |
84 |
|
|
- initial version [SME: 10533] |
85 |
|
|
|