]> git.pld-linux.org Git - packages/amavis-ng.git/commitdiff
- removed almost all noautoreq - needed
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Tue, 28 Sep 2004 22:07:24 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- restart courier in courier trigger - fix updates
- rel. 4

Changed files:
    amavis-ng.spec -> 1.30

amavis-ng.spec

index 944d025706139b09fb8bed922567f2a0a3e3fa15..64090752dddc1c827f2dcb9b25c00cbe1437836e 100644 (file)
@@ -3,7 +3,7 @@ Summary:        New generation amavis
 Summary(pl):   Amavis nowej generacji
 Name:          amavis-ng
 Version:       0.1.6.4.orig
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/amavis/%{name}_%{version}.tar.gz
@@ -34,7 +34,7 @@ Obsoletes:    AMaViS
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # optionally used
-%define        _noautoreq      'perl(Archive::Tar)' 'perl(Archive::Zip)' 'perl(Compress::Zlib)' 'perl(Convert::TNEF)' 'perl(Convert::UUlib)' 'perl(MIME::Parser)' 'perl(File::Scan)'
+%define        _noautoreq      'perl(File::Scan)'
 
 %description
 AMaViS-ng is a modular rewrite of amavisd and amavis-perl. It scans
@@ -120,6 +120,10 @@ fi
 %triggerin -- courier
 chown -R daemon /var/{spool,log}/amavis-ng
 
+if [ -e /var/lock/subsys/courier ]; then
+       /etc/rc.d/init.d/courier restart
+fi
+
 %postun
 if [ "$1" = "0" ]; then
        %userremove amavis
This page took 0.056302 seconds and 4 git commands to generate.