rpms/aide/devel aide.spec,1.34,1.35

Steve Grubb sgrubb at fedoraproject.org
Mon Nov 9 18:07:07 UTC 2009


Author: sgrubb

Update of /cvs/pkgs/rpms/aide/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28733

Modified Files:
	aide.spec 
Log Message:
* Sat Nov 07 2009 Steve Grubb <sgrubb at redhat.com> - 0.13.1-13
- Initialize libgcrypt correctly (#530485)



Index: aide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aide/devel/aide.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- aide.spec	7 Nov 2009 14:22:40 -0000	1.34
+++ aide.spec	9 Nov 2009 18:07:06 -0000	1.35
@@ -22,7 +22,9 @@ Patch5: aide-0.13.1-libgrypt-init.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: mktemp 
 BuildRequires: prelink autoconf automake elfutils-libelf-devel
+%if 0%{?rhel} == 0
 Buildrequires: mhash-devel
+%endif
 Buildrequires: zlib-devel libgcrypt-devel
 Buildrequires: flex bison
 Buildrequires: libattr-devel libacl-devel libselinux-devel
@@ -51,13 +53,15 @@ autoreconf
 %configure --with-config_file=%{_sysconfdir}/aide.conf \
            --with-zlib \
            --disable-static \
+%if 0%{?rhel} == 0
            --with-mhash \
+%endif
            %{?_with_curl} %{?_without_curl} \
            --with-selinux --with-posix-acl --with-audit \
            --with-xattr \
            --with-prelink
 
-make %{?_smp_mflags}
+make
 
 
 %install




More information about the scm-commits mailing list