summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2005-11-01 18:11:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb4dfb4ae30567ddbf5141c3948321710eec71f07 (patch)
treef5812ef52e288f9be46ec2cec311278e516a4363
parent9002e890877438e95c8b8370c9500e1c602f466c (diff)
downloadpostgrey-b4dfb4ae30567ddbf5141c3948321710eec71f07.zip
postgrey-b4dfb4ae30567ddbf5141c3948321710eec71f07.tar.gz
- there is source2 (was not listed in spec)
Changed files: postgrey.spec -> 1.10
-rw-r--r--postgrey.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/postgrey.spec b/postgrey.spec
index 83083be..9b3394f 100644
--- a/postgrey.spec
+++ b/postgrey.spec
@@ -9,6 +9,7 @@ Group: Daemons
Source0: http://isg.ee.ethz.ch/tools/postgrey/pub/%{name}-%{version}.tar.gz
# Source0-md5: 1274e073be5178445e0892a9dcc6fe98
Source1: %{name}.init
+Source2: %{name}.sysconfig
Patch0: %{name}-group.patch
Patch1: %{name}-postfix_dir.patch
URL: http://isg.ee.ethz.ch/tools/postgrey/
@@ -72,7 +73,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}
-:> $RPM_BUILD_ROOT/etc/sysconfig/%{name}
+install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
install postgrey_whitelist_clients $RPM_BUILD_ROOT%{confdir}
install postgrey_whitelist_recipients $RPM_BUILD_ROOT%{confdir}