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

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

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


Revision 1.3 - (hide annotations) (download)
Sun Jun 23 13:18:33 2013 UTC (11 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-rkhunter-1_2_0-5_el5_sme
Changes since 1.2: +10 -2 lines
* Sat Jun 23 2013 JP Pialasse <tests@pialasse.com> 1.2.0-5
- fix email error root@localhost [SME: 7103]
- adding option for warning mail in .conf
- Patch2

1 unnilennium 1.1 # $Id$
2    
3     Summary: rkhunter for SME Server
4     Name: smeserver-rkhunter
5     %define version 1.2.0
6 unnilennium 1.3 %define release 5
7 unnilennium 1.1 %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 unnilennium 1.3 Patch1: smeserver-rkhunter-1.2.0-maipatch.patch
15     Patch2: smeserver-rkhunter-1.2.0-correct.patch
16 unnilennium 1.1 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 unnilennium 1.3 * Sat Jun 23 2013 JP Pialasse <tests@pialasse.com> 1.2.0-5
26     - fix email error root@localhost [SME: 7103]
27     - adding option for warning mail in .conf
28     - Patch2
29    
30 unnilennium 1.2 * Thu Jun 20 2013 JP Pialasse <tests@pialasse.com>
31     - fix email error root@localhost [SME: 7103]
32     - you can set the mail you want with key mail and default is root
33    
34 unnilennium 1.1 * Thu May 14 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-3
35     - Bump version number in order to move package to SME Contribs [SME: 5172]
36    
37     * Tue Apr 7 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2
38     - Remove quotes in DISABLE_TESTS setting [SME: 5149]
39    
40     * Fri Apr 3 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-1
41     - Initial draft of rkhunter for SME Server
42     - Adjust ALLOW_SSH_ROOT_USER according to sshd PermitRootLogin setting [SME: 3718]
43    
44     %prep
45     %setup
46     %patch0 -p1
47 unnilennium 1.2 %patch1 -p1
48 unnilennium 1.3 %patch2 -p1
49    
50 unnilennium 1.1
51     %build
52     perl createlinks
53    
54     %install
55     rm -rf $RPM_BUILD_ROOT
56     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
57     rm -f %{name}-%{version}-filelist
58     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
59    
60     %clean
61     rm -rf $RPM_BUILD_ROOT
62    
63     %files -f %{name}-%{version}-filelist
64     %defattr(-,root,root)

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