The Samba-Bugzilla – Attachment 3680 Details for
Bug 5833
Typo: for loop with bad line-wrap breaks build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to /packaging/RHEL/samba.spec[.tmpl] to fix broken for loop in %install
samba-specfix.patch (text/plain), 1.09 KB, created by
D.L. Meyer
on 2008-10-18 02:07:38 UTC
(
hide
)
Description:
patch to /packaging/RHEL/samba.spec[.tmpl] to fix broken for loop in %install
Filename:
MIME Type:
Creator:
D.L. Meyer
Created:
2008-10-18 02:07:38 UTC
Size:
1.09 KB
patch
obsolete
>--- packaging/RHEL/samba.spec.original 2008-09-18 06:43:37.000000000 -0500 >+++ packaging/RHEL/samba.spec 2008-10-18 01:59:26.000000000 -0500 >@@ -228,8 +228,7 @@ > # 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}/ >--- packaging/RHEL/samba.spec.tmpl.original 2008-10-18 01:52:32.000000000 -0500 >+++ packaging/RHEL/samba.spec.tmpl 2008-10-18 01:59:18.000000000 -0500 >@@ -228,8 +228,7 @@ > # 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}/
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 5833
: 3680