1 |
# $Id$ |
2 |
|
3 |
Summary: rkhunter for SME Server |
4 |
Name: smeserver-rkhunter |
5 |
%define version 1.2.0 |
6 |
%define release 7 |
7 |
%define displayversion %{version} |
8 |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
10 |
License: GPL |
11 |
Group: Applications/System |
12 |
Source: smeserver-rkhunter-%{version}.tar.gz |
13 |
Patch0: smeserver-rkhunter-1.2.0-fixQuotes.patch |
14 |
Patch1: smeserver-rkhunter-1.2.0-maipatch.patch |
15 |
Patch2: smeserver-rkhunter-1.2.0-correct.patch |
16 |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
Requires: rkhunter |
19 |
BuildRequires: perl, e-smith-devtools |
20 |
|
21 |
%description |
22 |
rkhunter for SME Server |
23 |
|
24 |
%changelog |
25 |
* Tue Jul 02 2013 JP Pialasse <tests@pialasse.com> 1.2.0-7 |
26 |
- fix typo patch correct |
27 |
- fix spare space |
28 |
|
29 |
* Sat Jun 23 2013 JP Pialasse <tests@pialasse.com> 1.2.0-5 |
30 |
- fix email error root@localhost [SME: 7103] |
31 |
- adding option for warning mail in .conf |
32 |
- Patch2 |
33 |
|
34 |
* Thu Jun 20 2013 JP Pialasse <tests@pialasse.com> |
35 |
- fix email error root@localhost [SME: 7103] |
36 |
- you can set the mail you want with key mail and default is root |
37 |
|
38 |
* Thu May 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-3 |
39 |
- Bump version number in order to move package to SME Contribs [SME: 5172] |
40 |
|
41 |
* Tue Apr 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2 |
42 |
- Remove quotes in DISABLE_TESTS setting [SME: 5149] |
43 |
|
44 |
* Fri Apr 3 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-1 |
45 |
- Initial draft of rkhunter for SME Server |
46 |
- Adjust ALLOW_SSH_ROOT_USER according to sshd PermitRootLogin setting [SME: 3718] |
47 |
|
48 |
%prep |
49 |
%setup |
50 |
%patch0 -p1 |
51 |
%patch1 -p1 |
52 |
%patch2 -p1 |
53 |
|
54 |
|
55 |
%build |
56 |
perl createlinks |
57 |
|
58 |
%install |
59 |
rm -rf $RPM_BUILD_ROOT |
60 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
61 |
rm -f %{name}-%{version}-filelist |
62 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
63 |
|
64 |
%clean |
65 |
rm -rf $RPM_BUILD_ROOT |
66 |
|
67 |
%files -f %{name}-%{version}-filelist |
68 |
%defattr(-,root,root) |