Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2012-01-05 13:47:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aide (Old)
 and      /work/SRC/openSUSE:Factory/.aide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aide", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aide/aide.changes        2011-09-23 
01:51:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2012-01-05 
13:47:41.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Jan  4 13:34:11 UTC 2012 - [email protected]
+
+- libmhash development was abandoned in 2007, so it is time 
+  for it to go into the library heaven, use libgcrypt instead.
+
+-------------------------------------------------------------------
+Fri Dec  2 06:21:56 UTC 2011 - [email protected]
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aide.spec ++++++
--- /var/tmp/diff_new_pack.oG9Fca/_old  2012-01-05 13:47:44.000000000 +0100
+++ /var/tmp/diff_new_pack.oG9Fca/_new  2012-01-05 13:47:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aide
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,20 @@
 
 
 Name:           aide
-BuildRequires:  bison flex libacl-devel libattr-devel mhash-devel pkg-config 
zlib-devel
-BuildRequires:  curl-devel libselinux-devel
-%define                prefix  /usr
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  curl-devel
+BuildRequires:  flex
+BuildRequires:  libacl-devel
+BuildRequires:  libattr-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Version:        0.15.1
-Release:        1
+Release:        0
 Summary:        Advanced Intrusion Detection Environment
-License:        GPLv2+
+License:        GPL-2.0+
 Group:          Productivity/Security
 Source0:        http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
 Source1:        aide.conf
@@ -42,11 +49,7 @@
 
 %build
 autoreconf -fiv
-CFLAGS="$RPM_OPT_FLAGS"                                \
-./configure                                    \
-       --prefix=%{_prefix}                     \
-       --sysconfdir=/etc                       \
-       --mandir=%{_mandir}                     \
+%configure                                     \
        --with-config_file=/etc/aide.conf       \
        --with-dbhmactype=md5                   \
        --disable-static                        \
@@ -55,7 +58,9 @@
        --with-xattr                            \
        --with-selinux                          \
        --with-curl                             \
-       --with-zlib
+       --with-zlib \
+    --with-gcrypt \
+    --without-mhash
 # --enable-forced_configmd
 make %{?_smp_mflags}
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to