Mercurial > dnsbl
changeset 375:aeb4480a2a95 stable-6-0-49
avoid packaging generated dnsbl.service file
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Feb 2017 11:34:51 -0800 |
parents | 9e05af8f45f7 |
children | 7ad7acf60758 |
files | Makefile.am dnsbl.spec.in |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Wed Feb 08 10:51:44 2017 -0800 +++ b/Makefile.am Wed Feb 08 11:34:51 2017 -0800 @@ -2,8 +2,8 @@ SUBDIRS = src man html info hackdir = $(sysconfdir)/dnsbl -hack_SCRIPTS = dnsbl -hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey dnsbl.service dnsbl-tmpfs.conf +hack_SCRIPTS = dnsbl dnsbl.service +hack_DATA = dnsbl.conf hosts-ignore.conf html-tags.conf tld.conf dnsblnogrey dnsbl-tmpfs.conf htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ html_DATA = AUTHORS COPYING ChangeLog NEWS README CLEANFILES = dnsbl dnsbl.service xml/dnsbl xml/Makefile
--- a/dnsbl.spec.in Wed Feb 08 10:51:44 2017 -0800 +++ b/dnsbl.spec.in Wed Feb 08 11:34:51 2017 -0800 @@ -16,6 +16,7 @@ Requires(post,preun): /sbin/chkconfig Requires(post,preun): /sbin/service BuildRequires: sendmail-devel >= 8.12.1 +BuildRequires: spamassassin BuildRequires: glibc-devel %if "%{?dist}" == ".el6" BuildRequires: glibc-static