svn commit: samba r5271 - in branches/SAMBA_3_0/packaging: Fedora RedHat

jerry at samba.org jerry at samba.org
Mon Feb 7 22:30:56 GMT 2005


Author: jerry
Date: 2005-02-07 22:30:56 +0000 (Mon, 07 Feb 2005)
New Revision: 5271

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5271

Log:
patch from S Murthy Kambhampaty <smk_va at yahoo.com> to add idmap_rid.so to the Fedora and RedHat packaging
Modified:
   branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl
   branches/SAMBA_3_0/packaging/RedHat/samba.spec.tmpl


Changeset:
Modified: branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl
===================================================================
--- branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl	2005-02-07 22:21:49 UTC (rev 5270)
+++ branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl	2005-02-07 22:30:56 UTC (rev 5271)
@@ -121,10 +121,11 @@
 	--with-swatdir=%{_datadir}/swat \
 	--with-libsmbclient \
 	--with-acl-support \
+	--with-shared-modules=idmap_rid \
 	--enable-cups=yes
 make showlayout
 make proto
-make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html 
+make %{?_smp_mflags} all modules nsswitch/libnss_wins.so debug2html 
 
 
 %install
@@ -355,6 +356,7 @@
 %{_libdir}/libsmbclient.a
 %{_libdir}/libsmbclient.so
 %{_libdir}/samba/charset/CP*.so
+%{_libdir}/samba/idmap/idmap*.so
 %{_includedir}/libsmbclient.h
 %{_bindir}/testparm
 %{_bindir}/testprns

Modified: branches/SAMBA_3_0/packaging/RedHat/samba.spec.tmpl
===================================================================
--- branches/SAMBA_3_0/packaging/RedHat/samba.spec.tmpl	2005-02-07 22:21:49 UTC (rev 5270)
+++ branches/SAMBA_3_0/packaging/RedHat/samba.spec.tmpl	2005-02-07 22:30:56 UTC (rev 5271)
@@ -96,9 +96,10 @@
 	--with-utmp \
 	--with-sambabook=%{prefix}/share/swat/using_samba \
 	--with-swatdir=%{prefix}/share/swat \
+	--with-shared-modules=idmap_rid \
 	--with-libsmbclient 
 make -j${NUMCPU} proto
-make -j${NUMCPU} all nsswitch/libnss_wins.so 
+make -j${NUMCPU} all modules nsswitch/libnss_wins.so 
 make -j${NUMCPU} debug2html
 
 # Remove some permission bits to avoid to many dependencies
@@ -430,6 +431,7 @@
 %attr(755,root,root) /lib/libnss_wins.s*
 %attr(755,root,root) %{prefix}/lib/samba/vfs/*.so
 %attr(755,root,root) %{prefix}/lib/samba/charset/*.so
+%attr(755,root,root) %{prefix}/lib/samba/idmap/*.so
 #%attr(755,root,root) %{prefix}/lib/samba/pdb/*.so
 %attr(755,root,root) %{prefix}/lib/samba/*.dat
 %attr(755,root,root) %{prefix}/lib/samba/*.msg



More information about the samba-cvs mailing list