The Samba-Bugzilla – Attachment 2055 Details for
Bug 3955
makerpms.sh doesn't work on RedHat 9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to samba-3.0.23a/packaging/RedHat-9/makerpms.sh
redhat9.patch (text/plain), 724 bytes, created by
Mogens Kjaer
on 2006-07-24 06:39:24 UTC
(
hide
)
Description:
Patch to samba-3.0.23a/packaging/RedHat-9/makerpms.sh
Filename:
MIME Type:
Creator:
Mogens Kjaer
Created:
2006-07-24 06:39:24 UTC
Size:
724 bytes
patch
obsolete
>--- makerpms.sh.orig 2006-07-24 12:36:10.000000000 +0200 >+++ makerpms.sh 2006-07-24 12:36:21.000000000 +0200 >@@ -21,7 +21,6 @@ > USERID=`id -u` > GRPID=`id -g` > VERSION='3.0.23a' >-REVISION='a' > SPECFILE="samba3.spec" > RPMVER=`rpm --version | awk '{print $3}'` > RPM="rpm" >@@ -63,9 +62,9 @@ > > pushd . > cd ../../../ >-chown -R ${USERID}.${GRPID} samba-${VERSION}${REVISION} >+chown -R ${USERID}.${GRPID} samba-${VERSION} > if [ ! -d samba-${VERSION} ]; then >- ln -s samba-${VERSION}${REVISION} samba-${VERSION} || exit 1 >+ ln -s samba-${VERSION} samba-${VERSION} || exit 1 > fi > echo -n "Creating samba-${VERSION}.tar.bz2 ... " > tar --exclude=.svn -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2
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 3955
: 2055