initscript: don't check obsoleted /etc/sysconfig/network [release 3.4.0-2mamba;Thu Jul 24 2014]
This commit is contained in:
parent
98968bc407
commit
9c93b91f6d
@ -11,12 +11,6 @@
|
||||
# Source function library.
|
||||
. /etc/rc.d/init.d/functions
|
||||
|
||||
# Source networking configuration.
|
||||
. /etc/sysconfig/network
|
||||
|
||||
# Check that networking is up.
|
||||
[ ${NETWORKING} = "no" ] && exit 0
|
||||
|
||||
# Source spamd configuration.
|
||||
if [ -f /etc/sysconfig/spamassassin ] ; then
|
||||
. /etc/sysconfig/spamassassin
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: spamassassin
|
||||
Version: 3.4.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: SpamAssassin(tm) is a mail filter to identify spam
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -15,13 +15,13 @@ Source2: spamassassin-conf
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: perl-Archive-Tar
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Digest-SHA1
|
||||
BuildRequires: perl-HTML-Parser
|
||||
BuildRequires: perl-libwww
|
||||
BuildRequires: perl-HTTP-Date
|
||||
BuildRequires: perl-Net-DNS
|
||||
BuildRequires: perl-NetAddr-IP
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: perl-Compress-Zlib >= 1.41
|
||||
@ -139,6 +139,9 @@ exit 0
|
||||
%{_initrddir}/spamassassin
|
||||
|
||||
%changelog
|
||||
* Thu Jul 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
|
||||
- initscript: don't check obsoleted /etc/sysconfig/network
|
||||
|
||||
* Wed Feb 12 2014 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user