/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd.spec
ViewVC logotype

Diff of /rpms/qpsmtpd/sme8/qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.6 by slords, Tue Jun 26 18:35:59 2007 UTC Revision 1.7 by slords, Thu Jun 28 18:11:40 2007 UTC
# Line 1  Line 1 
1  Name: qpsmtpd  Name: qpsmtpd
2  Version: 0.40  Version: 0.40
3  Release: 1.4%{?dist}  Release: 1.5%{?dist}
4  %define orig_version 0.40  %define orig_version 0.40
5  Summary: qpsmtpd  Summary: qpsmtpd
6  License: distributable  License: distributable
# Line 253  find $RPM_BUILD_ROOT/usr -type f -path ' Line 253  find $RPM_BUILD_ROOT/usr -type f -path '
253  /usr/share/qpsmtpd/plugins/async/dnsbl  /usr/share/qpsmtpd/plugins/async/dnsbl
254  /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost  /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost
255    
   
   
   
   
   
 %pre  
 if ! id smtpd >/dev/null 2>&1  
 then  
     # need to create smtpd user.  
     if perl -e 'exit ! defined(getgrnam("postdrop"))'  
     then  
         # if postfix is installed, we will probably use  
         # queue/postfix, which will need this:  
         supp="-G postdrop"  
     fi  
     useradd -r -m $supp smtpd  
 fi  
   
 %post  
 /sbin/chkconfig --add qpsmtpd-forkserver  
   
256  %changelog  %changelog
257    * Thu Jun 28 2007 Gavin Weight <gweight@gmail.com> 0.40-1.5.sme
258    - Remove the scriptlets within the .spec file. [SME: 3112]
259    
260  * Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme  * Mon Jun 25 2007 Shad L. Lords <slords@mail.com> 0.40-1.4.sme
261  - Deny soft if clamscan fails [SME: 3098]  - Deny soft if clamscan fails [SME: 3098]
262    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed