Browse Source

ulogd-2.0.4-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8860 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 9 years ago
parent
commit
9df7d669eb
1 changed files with 7 additions and 1 deletions
  1. 7 1
      u/ulogd/ulogd-vl.spec

+ 7 - 1
u/ulogd/ulogd-vl.spec

@@ -1,7 +1,7 @@
 Summary: Userspace logging daemon for netfilter
 Name: ulogd
 Version: 2.0.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.netfilter.org/projects/%{name}/
@@ -84,6 +84,9 @@ firewall information into an SQLITE database.
 
 %{__sed} -i -e 's|/var/log/|%{_localstatedir}/log/%{name}/|g' %{name}.conf.in
 
+%{__sed} -i -e 's|/var/log/|%{_localstatedir}/log/%{name}/|g' %{name}.logrotate
+%{__sed} -i -e 's|/bin/killall|%{_bindir}/killall|g' %{name}.logrotate
+
 %build
 %configure \
    --disable-static \
@@ -184,6 +187,9 @@ fi
 %doc COPYING
 
 %changelog
+* Mon Jul 14 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.4-2
+- fixed configuration for logrotate.
+
 * Sun Jun 29 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.4-1
 - new upstream release.
 - initial build for Vine Linux.