OK, now I'm quite confused. [pclark@c3po x86_64]$ rpm -q --showrc 
courier-imap-4.12.0-1.18.x86_64.rpm | grep umask
  umask 022
[pclark@c3po x86_64]$
[pclark@c3po downloads.courier]$ rpmbuild -ta courier-imap-4.12.0.tar.bz2
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0tOD6K
+ umask 022
+ cd /home/pclark/rpm/BUILD
+ cd /home/pclark/rpm/BUILD
+ rm -rf courier-imap-4.12.0
+ /usr/bin/bzip2 -dc /home/pclark/downloads.courier/courier-imap-4.12.0.tar.bz2
+ /usr/bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd courier-imap-4.12.0
(rest of build).
 But it's still drwxr-x--- bin:bin for the output rpm. What else would set it 
that way? From: mr...@courier-mta.com
To: courier-users@lists.sourceforge.net
Date: Wed, 27 Mar 2013 20:10:24 -0400
Subject: Re: [courier-users] Strange issue with authentication/mail pickup

Gor ony writes:
 
> [root@c3po x86_64]# rpm -qlv courier-imap | grep dr
> drwxr-x--- 
>     2 bin     bin                         0 Mar 25 19:30 /usr/lib/courier- 
> imap
> drwxr-x---
 
Well, something is messing up your build's umask.
 
rpm -q --showrc should show "umask 022" in the ___build_pre macro; but looks  
like you're building with a umask of 027.
 
You'll need to track this down, because you might have other, less obvious,  
issues crop up eventually, if the permissions are wrong.
 

------------------------------------------------------------------------------
Own the Future-IntelĀ® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users         
                                  
------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to