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