Author: jerry Date: 2005-12-02 21:48:55 +0000 (Fri, 02 Dec 2005) New Revision: 12032
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12032 Log: one day I'll get this fixed; more packaging fixes found during 3.0.21rc2 builds Modified: branches/SAMBA_3_0_RELEASE/packaging/Fedora/samba.spec.tmpl branches/SAMBA_3_0_RELEASE/packaging/Solaris/makepkg.sh Changeset: Modified: branches/SAMBA_3_0_RELEASE/packaging/Fedora/samba.spec.tmpl =================================================================== --- branches/SAMBA_3_0_RELEASE/packaging/Fedora/samba.spec.tmpl 2005-12-02 20:46:15 UTC (rev 12031) +++ branches/SAMBA_3_0_RELEASE/packaging/Fedora/samba.spec.tmpl 2005-12-02 21:48:55 UTC (rev 12032) @@ -215,6 +215,7 @@ ## rm -f $RPM_BUILD_ROOT%{_mandir}/man1/log2pcap.1* rm -f $RPM_BUILD_ROOT%{_mandir}/man1/smbsh.1* +rm -f $RPM_BUILD_ROOT%{_mandir}/man1/vfstest.1* %clean rm -rf $RPM_BUILD_ROOT @@ -347,6 +348,7 @@ %{_bindir}/net %{_bindir}/smbtree %{_mandir}/man1/smbget.1* +%{_mandir}/man1/smbgetrc.5* %{_mandir}/man1/findsmb.1* %{_mandir}/man1/nmblookup.1* %{_mandir}/man1/rpcclient.1* @@ -375,15 +377,12 @@ %{_libdir}/samba/auth/script.so %{_bindir}/testparm %{_bindir}/smbpasswd -# %{_bindir}/make_printerdef %{_bindir}/wbinfo -# %{_bindir}/editreg %{_bindir}/ntlm_auth %{_bindir}/pdbedit %{_bindir}/eventlogadm %{_bindir}/profiles %{_bindir}/smbcquotas -#%{_bindir}/vfstest %{_sbindir}/winbindd %config(noreplace) %{_sysconfdir}/samba/smb.conf %config(noreplace) %{_sysconfdir}/samba/lmhosts @@ -402,7 +401,6 @@ %{_mandir}/man8/smbpasswd.8* %{_mandir}/man1/wbinfo.1* %{_mandir}/man8/winbindd.8* -%{_mandir}/man1/vfstest.1* %changelog * Fri Jan 16 2004 Gerald (Jerry) Carter <[EMAIL PROTECTED],org> Modified: branches/SAMBA_3_0_RELEASE/packaging/Solaris/makepkg.sh =================================================================== --- branches/SAMBA_3_0_RELEASE/packaging/Solaris/makepkg.sh 2005-12-02 20:46:15 UTC (rev 12031) +++ branches/SAMBA_3_0_RELEASE/packaging/Solaris/makepkg.sh 2005-12-02 21:48:55 UTC (rev 12032) @@ -14,7 +14,7 @@ VFSLIBS="audit.so default_quota.so extd_audit.so full_audit.so readonly.so shadow_copy.so cap.so expand_msdfs.so fake_perms.so netatalk.so recycle.so" DATFILES="lowcase.dat upcase.dat valid.dat" CHARSETLIBS="CP437.so CP850.so" -AUTHLIBS="auth_script.so" +AUTHLIBS="script.so" add_dynamic_entries() {
