[icecream] Disable building with librsync

Michal Schmidt michich at fedoraproject.org
Fri Aug 30 14:49:14 UTC 2013


commit c7859160111f84ccf3ef1e89eb832f940f15a302
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Fri Aug 30 16:48:25 2013 +0200

    Disable building with librsync
    
    The upstream code to use it is unfinished and the only thing it does is
    leak memory.

 icecream.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/icecream.spec b/icecream.spec
index 6facd94..81b75f3 100644
--- a/icecream.spec
+++ b/icecream.spec
@@ -4,7 +4,7 @@
 
 Name:		icecream
 Version:	1.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Distributed compiler
 
 Group:		Development/Tools
@@ -34,7 +34,6 @@ Patch10000:	%{name}-cleanup-conffile.patch
 
 BuildRequires:	systemd
 BuildRequires:	libcap-ng-devel
-BuildRequires:	librsync-devel
 BuildRequires:	docbook-utils
 BuildRequires:	autoconf automake libtool
 
@@ -256,6 +255,10 @@ exit 0
 %{_libdir}/pkgconfig/icecc.pc
 
 %changelog
+* Fri Aug 30 2013 Michal Schmidt <mschmidt at redhat.com> - 1.0.1-3
+- Disable building with librsync. The upstream code to use it is unfinished
+  and the only thing it does is leak memory.
+
 * Fri Aug 30 2013 Michal Schmidt <mschmidt at redhat.com> - 1.0.1-2
 - Update the SELinux policy module and build it.
 - Use tmpfiles.d to create /run/icecc instead of letting the daemon write to


More information about the scm-commits mailing list