f034e0
import aide-0.15.1-9.el7
@@ -4,7 +4,7 @@
|
|
4
4
|
Summary: Intrusion detection environment
|
5
5
|
Name: aide
|
6
6
|
Version: 0.15.1
|
7
|
-
Release:
|
7
|
+
Release: 9%{?dist}
|
8
8
|
URL: http://sourceforge.net/projects/aide
|
9
9
|
License: GPLv2+
|
10
10
|
Group: Applications/System
|
@@ -21,7 +21,10 @@ Patch3: aide-0.15.1-prelinkwarn.patch
|
|
21
21
|
|
22
22
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
23
23
|
BuildRequires: mktemp
|
24
|
-
|
24
|
+
%ifnarch aarch64 ppc64le
|
25
|
+
BuildRequires: prelink
|
26
|
+
%endif
|
27
|
+
BuildRequires: elfutils-libelf-devel
|
25
28
|
%if 0%{?rhel} == 0
|
26
29
|
Buildrequires: mhash-devel
|
27
30
|
%endif
|
@@ -55,7 +58,11 @@ checker and intrusion detection program.
|
|
55
58
|
%{?_with_curl} %{?_without_curl} \
|
56
59
|
--with-posix-acl \
|
57
60
|
--with-selinux \
|
61
|
+
%ifnarch aarch64 ppc64le
|
58
62
|
--with-prelink \
|
63
|
+
%else
|
64
|
+
--without-prelink \
|
65
|
+
%endif
|
59
66
|
--with-xattr \
|
60
67
|
--with-e2fsattrs \
|
61
68
|
--with-audit
|
@@ -92,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
92
99
|
|
93
100
|
|
94
101
|
%changelog
|
102
|
+
* Mon Aug 4 2014 Daniel Kopecek <dkopecek@redhat.com> - 0.15.1-9
|
103
|
+
- Don't require prelink on aarch64 and ppc64le
|
104
|
+
Resolves: rhbz#1078555
|
105
|
+
Resolves: rhbz#1125462
|
106
|
+
|
95
107
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.15.1-8
|
96
108
|
- Mass rebuild 2014-01-24
|
97
109
|
|