[distcc] Enable authentication.

Jon Ciesla limb at fedoraproject.org
Thu Mar 12 19:28:31 UTC 2015


commit 57e841f38a4ee7fd1442f5c897591c03b960c89a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Mar 12 14:26:04 2015 -0500

    Enable authentication.

 distcc.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/distcc.spec b/distcc.spec
index 6be06d6..089d622 100644
--- a/distcc.spec
+++ b/distcc.spec
@@ -6,7 +6,7 @@
 
 Name:       distcc
 Version:    3.2rc1
-Release:    8%{?dist}
+Release:    9%{?dist}
 Summary:    Distributed C/C++ compilation
 Group:      Development/Tools
 License:    GPLv2+
@@ -24,7 +24,7 @@ BuildRequires: pango-devel
 BuildRequires: python-devel
 BuildRequires: desktop-file-utils
 BuildRequires: avahi-devel
-
+BuildRequires: krb5-devel
 
 %description
 distcc is a program to distribute compilation of C or C++ code across
@@ -56,7 +56,7 @@ This package contains the compilation server needed to use %{name}.
 
 
 %build
-%configure --with-gnome --disable-Werror
+%configure --with-gnome --disable-Werror --with-auth
 make %{?_smp_mflags}
 
 
@@ -160,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/include_server*
 
 %changelog
+* Thu Mar 12 2015 Jon Ciesla <limburgher at gmail.com> - 3.2rc1-9
+- Enable authentication support, BZ 1201039.
+
 * Wed Aug 20 2014 Andy Grover <agrover at redhat.com> - 3.2rc1-8
 - Add patch distcc-minilzo-2.08.patch, to fix CVE-2014-4607 (BZ 1131791)
 


More information about the scm-commits mailing list