Hi Marc,

On Do, Jan 08, 2009 at 10:29:06 -0600, Taylor, Marc wrote:
> My apologies if I sent this email to Seeger directly in error.
> 
> Any clues to the problem I posted below?

please try the attached patch.

Karolin

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.SerNet.DE, mailto: Info @ SerNet.DE

From 461a6461b83710ed765d97cf5c336e373c9fc326 Mon Sep 17 00:00:00 2001
From: Karolin Seeger <[email protected]>
Date: Thu, 8 Jan 2009 13:10:59 +0100
Subject: [PATCH] packaging RHEL: Fix syntax error in samba.spec.tmpl.

Karolin
---
 packaging/RHEL/samba.spec.tmpl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index a93b5d9..e0e772c 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -222,8 +222,7 @@ install -m 755 source/nsswitch/libnss_wins.so $RPM_BUILD_ROOT/%{_libarch}/libnss
 # Samba 3.2.2 installs them into /usr/lib{,64}/samba/ .
 # This step will become unnecessary in 3.3.0.
 #
-for library in libsmbclient libsmbsharemodes libwbclient libtalloc libtdb
-libnetapi
+for library in libsmbclient libsmbsharemodes libwbclient libtalloc libtdb libnetapi
 do
 	mv -f ${RPM_BUILD_ROOT}%{_libarchdir}/samba/${library}.* \
 		${RPM_BUILD_ROOT}%{_libarchdir}/
-- 
1.6.0.2

Attachment: pgpvdlzrMHobJ.pgp
Description: PGP signature

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to