Hello community, here is the log from the commit of package netatalk for openSUSE:Factory checked in at 2014-06-16 21:28:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netatalk (Old) and /work/SRC/openSUSE:Factory/.netatalk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netatalk" Changes: -------- --- /work/SRC/openSUSE:Factory/netatalk/netatalk.changes 2014-03-31 20:43:53.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.netatalk.new/netatalk.changes 2014-06-16 21:28:35.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Jun 6 19:15:46 UTC 2014 - [email protected] + +- netatalk-libc-xattr.patch Do not depend on libattr, glibc + provides the "official" xattr syscalls interface. + +------------------------------------------------------------------- +Fri Jun 6 19:14:50 UTC 2014 - [email protected] + +- Use the system's libtdb, not the bundled version. + +------------------------------------------------------------------- New: ---- netatalk-libc-xattr.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netatalk.spec ++++++ --- /var/tmp/diff_new_pack.HvucLf/_old 2014-06-16 21:28:36.000000000 +0200 +++ /var/tmp/diff_new_pack.HvucLf/_new 2014-06-16 21:28:36.000000000 +0200 @@ -35,19 +35,21 @@ # see bnc#849598 and http://sourceforge.net/p/netatalk/bugs/538/ Patch0: %{name}-wrong-error-message.patch Patch1: %{name}-return-code.patch +Patch2: netatalk-libc-xattr.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: db-devel %if %{with_afpstats} == 1 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel %endif +BuildRequires: automake BuildRequires: fdupes BuildRequires: krb5-devel BuildRequires: libacl-devel -BuildRequires: libattr-devel BuildRequires: libavahi-devel BuildRequires: libevent-devel BuildRequires: libgcrypt-devel +BuildRequires: libtdb-devel BuildRequires: libtool BuildRequires: openldap2-devel BuildRequires: openssl-devel @@ -108,9 +110,11 @@ %setup -q -n netatalk-%{version} %patch0 %patch1 +%patch2 -p1 cp -avL %{SOURCE1} . %build +autoreconf -fiv LDFLAGS="-lpthread" \ CFLAGS="$RPM_OPT_FLAGS -Wall -g -pie -fpie" \ %configure --bindir=/usr/bin \ @@ -125,6 +129,7 @@ --enable-overwrite \ --enable-quota \ --with-libevent=no \ + --with-tdb=no \ --libexecdir=%{_libdir}/netatalk \ --localstatedir=/var/lib \ --with-pkgconfdir=/etc/netatalk \ ++++++ netatalk-libc-xattr.patch ++++++ --- netatalk-3.1.1.orig/macros/netatalk.m4 +++ netatalk-3.1.1/macros/netatalk.m4 @@ -896,11 +896,6 @@ fi if test x"$with_acl_support" != x"no" -a x"$ac_cv_have_acls" != x"yes" ; then # Runtime checks for POSIX ACLs AC_CHECK_LIB(acl,acl_get_file,[ACL_LIBS="$ACL_LIBS -lacl"]) - case "$host_os" in - *linux*) - AC_CHECK_LIB(attr,getxattr,[ACL_LIBS="$ACL_LIBS -lattr"]) - ;; - esac AC_CACHE_CHECK([for POSIX ACL support],netatalk_cv_HAVE_POSIX_ACLS,[ acl_LIBS=$LIBS @@ -975,7 +970,7 @@ neta_cv_eas="ad" neta_cv_eas_sys_found=no neta_cv_eas_sys_not_found=no -AC_CHECK_HEADERS(sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h) +AC_CHECK_HEADERS(sys/attributes.h sys/xattr.h sys/extattr.h sys/uio.h sys/ea.h) case "$this_os" in -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
