Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 46
[-]
[+]
Changed
nprobe.changes
@@ -3,6 +3,7 @@ - update to release 6.9.2 - update GeoIP ASnum data +- added GeoIP ASnum v6 data - update nDPI to current svn -------------------------------------------------------------------
[-]
[+]
Changed
nprobe.spec
^
@@ -11,10 +11,11 @@ Source0: %{name}_%{version}_%{reldate}_pro.tgz Source1: GeoLiteCity.dat.gz Source2: GeoIPASNum.dat.gz -Source3: UsersGuide.pdf -Source4: nprobe.init -Source5: sysconfig.nprobe -Source6: nDPI.tar.bz2 +Source3: GeoIPASNumv6.dat.gz +Source5: UsersGuide.pdf +Source6: nprobe.init +Source7: sysconfig.nprobe +Source8: nDPI.tar.bz2 Patch0: nprobe-plugindir.patch Patch1: nprobe-%{version}-GeoIPdat-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -53,12 +54,14 @@ NProbe development files. %prep -%setup -n %{name}_%{version}_%{reldate}_pro -a 6 +%setup -n %{name}_%{version}_%{reldate}_pro -a 8 %patch0 %patch1 cp %{S:1} . cp %{S:2} . cp %{S:3} . +cp %{S:5} . + %build if [ ! -f ./configure ]; then ./autogen.sh @@ -80,11 +83,11 @@ cp GeoLiteCity.dat %{buildroot}%{_prefix}/lib/nprobe/ cp GeoIPASNum.dat %{buildroot}%{_prefix}/lib/nprobe/ find %{buildroot}%{_prefix}/lib/nprobe/plugins -type l -exec rm {} \; -%__install -D -m755 %{S:4} %{buildroot}%{_sysconfdir}/init.d/%{name} +%__install -D -m755 %{S:6} %{buildroot}%{_sysconfdir}/init.d/%{name} %if 0%{?suse_version} -%__install -D -m644 %{S:5} %{buildroot}/var/adm/fillup-templates/sysconfig.%{name} +%__install -D -m644 %{S:7} %{buildroot}/var/adm/fillup-templates/sysconfig.%{name} %else -%__install -D -m644 %{S:5} %{buildroot}%{_sysconfdir}/sysconfig/%{name} +%__install -D -m644 %{S:7} %{buildroot}%{_sysconfdir}/sysconfig/%{name} %endif %clean
Added
GeoIPASNumv6.dat.gz
^