Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at 2015-03-01 14:51:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsync (Old) and /work/SRC/openSUSE:Factory/.rsync.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsync" Changes: -------- --- /work/SRC/openSUSE:Factory/rsync/rsync.changes 2015-02-05 10:58:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2015-03-01 14:51:46.000000000 +0100 @@ -1,0 +2,8 @@ +Wed Feb 25 02:23:49 UTC 2015 - crrodrig...@opensuse.org + +- rsync-no-libattr.patch: Use AC_SEARCH_LIBS([getxattr], [attr]) + instead of AC_CHECK_LIB(attr,getxattr) so libattr is + not injected as a dependency when glibc is enough since + several years to use getxattr. + +------------------------------------------------------------------- New: ---- rsync-no-libattr.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.aCmy0l/_old 2015-03-01 14:51:47.000000000 +0100 +++ /var/tmp/diff_new_pack.aCmy0l/_new 2015-03-01 14:51:47.000000000 +0100 @@ -43,6 +43,7 @@ Source12: %{name}.keyring Patch3: system-zlib.diff Patch4: rsync-CVE-2014-9512.patch +Patch5: rsync-no-libattr.patch BuildRequires: autoconf BuildRequires: libacl-devel BuildRequires: openslp-devel @@ -86,7 +87,7 @@ patch -p1 < patches/slp.diff # fate#312479 patch -p1 < patches/time-limit.diff - +%patch5 -p1 %build autoreconf -fiv export CFLAGS="%optflags -fPIC -DPIC -fPIE" @@ -96,6 +97,7 @@ --enable-slp \ --enable-acl-support \ --enable-xattr-support +make reconfigure make %{?_smp_mflags} %install ++++++ rsync-no-libattr.patch ++++++ --- rsync-3.1.1.orig/configure.ac +++ rsync-3.1.1/configure.ac @@ -1082,7 +1082,7 @@ else AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs]) AC_DEFINE(SUPPORT_XATTRS, 1) AC_DEFINE(NO_SYMLINK_USER_XATTRS, 1, [True if symlinks do not support user xattrs]) - AC_CHECK_LIB(attr,getxattr) + AC_SEARCH_LIBS([getxattr], [attr]) ;; darwin*) AC_MSG_RESULT(Using OS X xattrs) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org