View | Details | Raw Unified | Return to bug 11915
Collapse All | Expand All

(-)RPM/SPECS/logwatch.spec (-1 / +3 lines)
Lines 1-6 Link Here
1
Name:      logwatch
1
Name:      logwatch
2
Version:   6.1.2
2
Version:   6.1.2
3
Release:   alt1
3
Release:   alt1.1
4
4
5
Summary:   Analyzes and Reports on system logs
5
Summary:   Analyzes and Reports on system logs
6
License:   MIT
6
License:   MIT
Lines 8-13 Link Here
8
URL:       http://www.logwatch.org
8
URL:       http://www.logwatch.org
9
BuildArch: noarch
9
BuildArch: noarch
10
Source:    ftp://ftp.kaybee.org/pub/linux/%name-%version.tar.gz
10
Source:    ftp://ftp.kaybee.org/pub/linux/%name-%version.tar.gz
11
Patch1:    %name-6.1.2-ignore-crond-in-secure.patch
11
12
12
%define appdir %_sysconfdir/log.d
13
%define appdir %_sysconfdir/log.d
13
14
Lines 34-39 Link Here
34
35
35
%prep
36
%prep
36
%setup -q
37
%setup -q
38
%patch1 -p1
37
39
38
%build
40
%build
39
41

Return to bug 11915