Mass letter "a" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
d4846b3a39
commit
484b7177ea
@ -1,8 +1,7 @@
|
|||||||
Summary: Intrusion detection environment.
|
Summary: Intrusion detection environment
|
||||||
Name: aide
|
Name: aide
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 0
|
|
||||||
URL: http://sourceforge.net/projects/aide
|
URL: http://sourceforge.net/projects/aide
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -12,13 +11,13 @@ Source2: README.quickstart
|
|||||||
Patch1: aide-useless-includes.patch
|
Patch1: aide-useless-includes.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||||
Buildrequires: mhash-devel zlib-devel
|
Buildrequires: mhash-devel zlib-devel
|
||||||
Buildrequires: flex bison
|
Buildrequires: flex bison
|
||||||
# Red Hat bug #108655, bison requires m4
|
# Red Hat bug #108655, bison requires m4
|
||||||
Buildrequires: m4
|
Buildrequires: m4
|
||||||
# Postgresql support doesn't build.
|
# Postgresql support doesn't build.
|
||||||
Buildconflicts: postgresql-devel
|
Buildconflicts: postgresql-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
AIDE (Advanced Intrusion Detection Environment) is a file integrity
|
||||||
checker and intrusion detection program.
|
checker and intrusion detection program.
|
||||||
|
|
||||||
@ -35,7 +34,7 @@ perl -pi -e 's/^CPPFLAGS="\$LD_STATIC_FLAG\"//' configure
|
|||||||
|
|
||||||
%configure --with-config_file=%{_sysconfdir}/aide.conf \
|
%configure --with-config_file=%{_sysconfdir}/aide.conf \
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-mhash --enable-mhash
|
--with-mhash --enable-mhash
|
||||||
|
|
||||||
# Adjust default database paths.
|
# Adjust default database paths.
|
||||||
perl -pi -e 's!%{_sysconfdir}/aide.db!%{_localstatedir}/lib/aide.db!' config.h
|
perl -pi -e 's!%{_sysconfdir}/aide.db!%{_localstatedir}/lib/aide.db!' config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user