X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fprobe-ulog.spec;h=baf11cf9a4a394496a886f6aed16169bf15c11b9;hb=48d950c6c672553f11f353b3dd76c7e13dcd16cd;hp=ae047d8df55613527f552cb43f90be8f204783de;hpb=e1d02b39fa114958249c49f5c66a1d98288473fb;p=fprobe-ulog.git diff --git a/fprobe-ulog.spec b/fprobe-ulog.spec index ae047d8..baf11cf 100644 --- a/fprobe-ulog.spec +++ b/fprobe-ulog.spec @@ -1,10 +1,24 @@ -Name: fprobe-ulog -Version: 1.1.2 -Release: 1 +# +# $Id$ +# +%define url $URL$ + +# please keep these three lines as they are used by the tagging script +# see build/module-tag.py for details +%define name fprobe-ulog +%define version 1.1.2 +%define taglevel 5 + +%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} + +Name: %{name} +Version: %{version} +Release: %{release} Summary: fprobe-ulog: a NetFlow probe Group: Network/Monitoring License: GPL -URL: http://fprobe.sourceforge.net +#URL: http://fprobe.sourceforge.net +URL: %(echo %{url} | cut -d ' ' -f 2) Source0: %{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-buildroot Provides: fprobe-ulog @@ -24,6 +38,7 @@ make rm -rf %{buildroot} make install DESTDIR=%{buildroot} install -d -v %{buildroot}/etc/init.d +mkdir -p %{buildroot}/var/local/fprobe install -m 755 -v fprobe-initscript %{buildroot}/etc/init.d/fprobe-ulog gzip --best %{buildroot}%{_mandir}/man8/fprobe-ulog.8 @@ -35,14 +50,14 @@ rm -rf %{buildroot} %doc AUTHORS ChangeLog NEWS README COPYING TODO /etc/init.d/fprobe-ulog /sbin/fprobe-ulog +/var/local/fprobe %{_mandir}/man8/fprobe-ulog.8.gz %post -mkdir -p /usr/local/fprobe chkconfig --add fprobe-ulog chkconfig fprobe-ulog on if [ "$PL_BOOTCD" != "1" ] ; then - service fprobe-ulog start + service fprobe-ulog restart fi %preun @@ -57,3 +72,13 @@ fi %changelog +* Wed Sep 10 2008 Sapan Bhatia - fprobe-ulog-1.1.2-5 +- Bug fix, although not major. + +* Tue Jul 01 2008 Sapan Bhatia - fprobe-ulog-1.1.2-4 +- This change is required for PlanetFlow data collection on PLE. It makes fprobe data accessible to non-root users such +- as pl[e]_netflow. + +* Mon May 05 2008 Stephen Soltesz - fprobe-ulog-1.1.2-3 +- +