The Samba-Bugzilla – Attachment 1494 Details for
Bug 1400
Fedora SRPM will not compile in x86_64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
3.0.20a specfile patch
samba.spec.patch (text/plain), 1.40 KB, created by
Tom Diehl
on 2005-10-07 19:31:32 UTC
(
hide
)
Description:
3.0.20a specfile patch
Filename:
MIME Type:
Creator:
Tom Diehl
Created:
2005-10-07 19:31:32 UTC
Size:
1.40 KB
patch
obsolete
>--- samba.spec.ORIG 2005-09-29 18:35:13.000000000 -0400 >+++ samba.spec 2005-10-07 22:28:28.685775478 -0400 >@@ -196,6 +196,9 @@ > mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig > install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/samba > >+# make install puts these files in the wrong place on x86_64 >+rm -f $RPM_BUILD_ROOT/usr/lib/samba/libsmbclient* >+ > ## > ## Clean out man pages for tools not installed here > ## >@@ -294,7 +297,7 @@ > %{_mandir}/man8/tdbbackup.8* > %{_mandir}/man8/libsmbclient.8* > >-%{_libdir}/samba/vfs >+/usr/lib/samba/vfs > > %attr(0700,root,root) %dir /var/log/samba > %attr(1777,root,root) %dir /var/spool/samba >@@ -305,15 +308,15 @@ > %{_datadir}/swat > %{_sbindir}/swat > %{_mandir}/man8/swat.8* >-%attr(755,root,root) %{_libdir}/samba/*.msg >+%attr(755,root,root) /usr/lib/samba/*.msg > > %files client > %defattr(-,root,root) > /sbin/mount.smb > /sbin/mount.smbfs >-%{_libdir}/samba/lowcase.dat >-%{_libdir}/samba/upcase.dat >-%{_libdir}/samba/valid.dat >+/usr/lib/samba/lowcase.dat >+/usr/lib/samba/upcase.dat >+/usr/lib/samba/valid.dat > %{_bindir}/rpcclient > %{_bindir}/smbcacls > %{_bindir}/smbmount >@@ -352,8 +355,8 @@ > /%{_lib}/security/pam_winbind.so > %{_libdir}/libsmbclient.a > %{_libdir}/libsmbclient.so >-%{_libdir}/samba/charset/CP*.so >-%{_libdir}/samba/idmap/idmap*.so >+/usr/lib/samba/charset/CP*.so >+/usr/lib/samba/idmap/idmap*.so > %{_includedir}/libsmbclient.h > %{_bindir}/testparm > %{_bindir}/smbpasswd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1400
: 1494