Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
fedya has added 3f53e515f5
0.18.6
... ... --- a/.abf.yml
... ... +++ b/.abf.yml
... ... @@ -1,2 +1,2 @@
1 1
sources:
2
  aide-0.17.4.tar.gz: 9fcea586a654d158c2afc9f193836a53dd5297e7
2
  aide-0.18.6.tar.gz: a5ca1e1862615ad6c90a2739e8e26017adb1bd37
... ... --- a/aide.spec
... ... +++ b/aide.spec
... ... @@ -3,8 +3,8 @@
3 3
4 4
Summary:	Advanced Intrusion Detection Environment
5 5
Name:		aide
6
Version:	0.17.4
7
Release:	5
6
Version:	0.18.6
7
Release:	1
8 8
License:	GPLv2+
9 9
Group:		Monitoring
10 10
Url:		https://github.com/aide/aide
... ... @@ -23,17 +23,19 @@ Buildrequires: flex
23 23
BuildRequires:	acl-devel
24 24
BuildRequires:	audit-devel
25 25
BuildRequires:	glibc-devel
26
# mhash supports GOST, libgcrypt does not
27
BuildRequires:	mhash-devel
28 26
BuildRequires:	elfutils-devel
29 27
BuildRequires:	gettext
30 28
BuildRequires:	sed
29
BuildRequires:	libtool
30
BuildRequires:	autoconf-archive
31 31
%if %{with selinux}
32 32
BuildRequires:	selinux-devel
33 33
%endif
34 34
BuildRequires:	pkgconfig(ext2fs)
35 35
BuildRequires:	pkgconfig(libpcre)
36 36
BuildRequires:	pkgconfig(zlib)
37
# mhash supports GOST, libgcrypt does not
38
BuildRequires:	pkgconfig(mhash)
37 39
38 40
# for aidecheck, aideinit
39 41
Requires:	gnupg2
... ... @@ -94,9 +96,7 @@ autoreconf -fi
96 96
	--with-audit \
97 97
	--with-syslog_facility=LOG_LOCAL1
98 98
99
sed -i'' -e 's|/etc/aide.db|/var/lib/aide/aide.db|g' config.h
100
101
%make
99
%make_build
102 100
103 101
%install
104 102
make prefix=%{buildroot}%{_prefix} \

Comments