/[smecontribs]/rpms/smeserver-rkhunter/contribs8/smeserver-rkhunter.spec
ViewVC logotype

Contents of /rpms/smeserver-rkhunter/contribs8/smeserver-rkhunter.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Wed Sep 11 20:54:22 2013 UTC (10 years, 8 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-rkhunter-1_2_0-9_el5_sme
Changes since 1.6: +2 -3 lines
typo correction on mod patch

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed