summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Pala2005-11-01 11:27:40 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9002e890877438e95c8b8370c9500e1c602f466c (patch)
treeec343e6ffed2aab6ee7f994761f395224c7c7bd3
parentdf605159ad48ab64176c8b6b6cb5915c8664047e (diff)
downloadpostgrey-9002e890877438e95c8b8370c9500e1c602f466c.zip
postgrey-9002e890877438e95c8b8370c9500e1c602f466c.tar.gz
- R: perl-IO-Multiplex (via perl-Net-Server),
- there's no SOURCE2, create it. Changed files: postgrey.spec -> 1.9
-rw-r--r--postgrey.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/postgrey.spec b/postgrey.spec
index 18c1821..83083be 100644
--- a/postgrey.spec
+++ b/postgrey.spec
@@ -13,6 +13,7 @@ Patch0: %{name}-group.patch
Patch1: %{name}-postfix_dir.patch
URL: http://isg.ee.ethz.ch/tools/postgrey/
BuildRequires: rpm-perlprov
+Requires: perl-IO-Multiplex
Requires: postfix
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,7 +72,7 @@ install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{confdir},%{_sbindir}}
# init script:
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
+:> $RPM_BUILD_ROOT/etc/sysconfig/%{name}
install postgrey_whitelist_clients $RPM_BUILD_ROOT%{confdir}
install postgrey_whitelist_recipients $RPM_BUILD_ROOT%{confdir}