Remove prelink dependency because prelink was retired
This commit is contained in:
parent
02ba5959c0
commit
bc2ee2d4ec
@ -4,7 +4,7 @@
|
||||
Summary: Intrusion detection environment
|
||||
Name: aide
|
||||
Version: 0.15.1
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
URL: http://sourceforge.net/projects/aide
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -21,9 +21,6 @@ Patch3: aide-0.15.1-format-security.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||
BuildRequires: mktemp
|
||||
BuildRequires: elfutils-libelf-devel
|
||||
%ifnarch aarch64 ppc64le
|
||||
BuildRequires: prelink
|
||||
%endif
|
||||
%if 0%{?rhel} == 0
|
||||
Buildrequires: mhash-devel
|
||||
%endif
|
||||
@ -57,7 +54,6 @@ checker and intrusion detection program.
|
||||
%{?_with_curl} %{?_without_curl} \
|
||||
--with-posix-acl \
|
||||
--with-selinux \
|
||||
--with-prelink \
|
||||
--with-xattr \
|
||||
--with-e2fsattrs \
|
||||
--with-audit
|
||||
@ -94,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 25 2015 Till Maas <opensource@till.name> - 0.15.1-11
|
||||
- Remove prelink dependency because prelink was retired
|
||||
|
||||
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user