Skip to content

Commit 97c9e3b

Browse files
author
Marian Marinov
committed
builds/hawk-centos7.spec: Now requires sqlite
We introuced the SQLite support and we need to update the build to account for that.
1 parent de0d3b0 commit 97c9e3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builds/hawk-centos7.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Name: hawk
2-
Version: 6.7
2+
Version: 7.4
33
Release: 1
44
Summary: Hawk IDS/IPS
55
License: GPLv2
66
URL: https://github.com/hackman/Hawk-IDS-IPS
77
Source0: %{name}-%{version}.tgz
88
BuildArch: noarch
99
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
10-
Requires: perl perl-DBD-SQLite iptables iptables-services
10+
Requires: perl perl-DBD-SQLite iptables iptables-services sqlite
1111
Provides: hawk
1212
AutoReqProv: no
1313

0 commit comments

Comments
 (0)