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

(-)file_not_specified_in_diff (-2 / +4 lines)
Lines 5-11 Link Here
5
%global bashcompdir %(pkg-config --variable=completionsdir bash-completion)
5
%global bashcompdir %(pkg-config --variable=completionsdir bash-completion)
6
6
7
Name:           lynis
7
Name:           lynis
8
Version:        3.0.0
8
Version:        3.0.8
9
Release:        alt2
9
Release:        alt2
10
Summary:        Security and system auditing tool
10
Summary:        Security and system auditing tool
11
License:        GPLv3
11
License:        GPLv3
Lines 15-23 Link Here
15
BuildRequires:  bash-completion-util-linux
15
BuildRequires:  bash-completion-util-linux
16
BuildRequires:  git-core
16
BuildRequires:  git-core
17
BuildRequires:  procps
17
BuildRequires:  procps
18
Requires:       audit
18
BuildRequires:       audit
19
Requires:       e2fsprogs
19
Requires:       e2fsprogs
20
Requires:       module-init-tools
20
Requires:       module-init-tools
21
Patch: lynis-3.0.8.patch
21
22
22
%description
23
%description
23
Lynis is an auditing and hardening tool for Unix/Linux and you might even call
24
Lynis is an auditing and hardening tool for Unix/Linux and you might even call
Lines 28-33 Link Here
28
29
29
%prep
30
%prep
30
%setup -q -n %name
31
%setup -q -n %name
32
%patch 	-p1
31
33
32
34
33
%build
35
%build

Return to bug 46322