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