Mercurial > dnsbl
comparison dnsbl.spec.in @ 153:8d7c439bb6fa
add auto whitelisting
author | carl |
---|---|
date | Sat, 07 Jul 2007 16:10:39 -0700 |
parents | c7fc218686f5 |
children | a76a6af7ed8b |
comparison
equal
deleted
inserted
replaced
152:c7fc218686f5 | 153:8d7c439bb6fa |
---|---|
95 %docdir %{_datadir}/doc/@PACKAGE@-@VERSION@ | 95 %docdir %{_datadir}/doc/@PACKAGE@-@VERSION@ |
96 %{_datadir}/doc/@PACKAGE@-@VERSION@ | 96 %{_datadir}/doc/@PACKAGE@-@VERSION@ |
97 %config(noreplace) %{_sysconfdir}/@PACKAGE@ | 97 %config(noreplace) %{_sysconfdir}/@PACKAGE@ |
98 /etc/rc.d/init.d/@PACKAGE@ | 98 /etc/rc.d/init.d/@PACKAGE@ |
99 %dir %attr(0750,@PACKAGE@,root) /var/run/@PACKAGE@ | 99 %dir %attr(0750,@PACKAGE@,root) /var/run/@PACKAGE@ |
100 %dir %attr(0750,@PACKAGE@,root) %{_sysconfdir}/@PACKAGE@/autowhite | |
100 | 101 |
101 | 102 |
102 %changelog | 103 %changelog |
104 * Sat Jul 07 2007 Carl Byington 6.01 | |
105 - GPL3, auto whitelisting | |
106 | |
103 * Wed Aug 02 2006 Carl Byington 5.20 | 107 * Wed Aug 02 2006 Carl Byington 5.20 |
104 - http://www.rpm.org/max-rpm/s1-rpm-inside-scripts.html help with postun | 108 - http://www.rpm.org/max-rpm/s1-rpm-inside-scripts.html help with postun |
105 | 109 |
106 * Thu Mar 16 2006 Carl Byington 5.16 | 110 * Thu Mar 16 2006 Carl Byington 5.16 |
107 - use @PACKAGE@ in more places | 111 - use @PACKAGE@ in more places |