Hello community,

here is the log from the commit of package aide for openSUSE:Factory checked in 
at 2014-06-02 07:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aide (Old)
 and      /work/SRC/openSUSE:Factory/.aide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aide"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aide/aide.changes        2014-02-02 
07:28:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2014-06-02 
07:00:56.000000000 +0200
@@ -1,0 +2,7 @@
+Wed May 28 21:51:58 UTC 2014 - crrodrig...@opensuse.org
+
+- aide-xattr-in-libc.patch: Once upon a time, 10 years ago, basic extended
+  attribute functionality moved to libc, therefore libattr is most of the
+  time, not needed at all.
+
+-------------------------------------------------------------------

New:
----
  aide-xattr-in-libc.patch

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

Other differences:
------------------
++++++ aide.spec ++++++
--- /var/tmp/diff_new_pack.O6ZDvO/_old  2014-06-02 07:00:57.000000000 +0200
+++ /var/tmp/diff_new_pack.O6ZDvO/_new  2014-06-02 07:00:57.000000000 +0200
@@ -22,7 +22,6 @@
 BuildRequires:  curl-devel
 BuildRequires:  flex
 BuildRequires:  libacl-devel
-BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  pkg-config
@@ -38,6 +37,7 @@
 Source3:        aide-test.sh
 Patch1:         aide-%{version}-as-needed.patch
 Patch2:         aide-no_m4_dir.patch
+Patch3:         aide-xattr-in-libc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://sourceforge.net/projects/aide/
 
@@ -55,7 +55,7 @@
 %setup -q
 %patch1 -p1
 %patch2
-
+%patch3 -p1
 %build
 autoreconf -fiv
 %configure                                     \

++++++ aide-xattr-in-libc.patch ++++++
--- aide-0.15.1.orig/configure.in
+++ aide-0.15.1/configure.in
@@ -514,7 +514,7 @@ AC_ARG_WITH([xattr],
        
 AS_IF([test "x$with_xattr_support" != xno],
        [AC_DEFINE(WITH_XATTR,1,[use xattr])
-       ATTRLIB=-lattr
+       ATTRLIB=
        compoptionstring="${compoptionstring}WITH_XATTR\\n"
        aideextragroups="${aideextragroups}+xattr"
        AC_MSG_RESULT(yes)],
--- aide-0.15.1.orig/include/db_config.h
+++ aide-0.15.1/include/db_config.h
@@ -62,7 +62,6 @@ typedef struct acl_type {
 
 #ifdef WITH_XATTR /* Do generic user Xattrs. */
 #include <sys/xattr.h>
-#include <attr/xattr.h>
 #endif
 
 typedef struct xattr_node 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to