[pads] Drop prelude support

Steve Grubb sgrubb at fedoraproject.org
Fri Jun 21 19:30:56 UTC 2013


commit dfdbb178f07b4468f295706bc8ba471b5d577dde
Author: Steve <sgrubb at redhat.com>
Date:   Fri Jun 21 15:30:22 2013 -0400

    Drop prelude support

 pads.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pads.spec b/pads.spec
index f7bf08c..e4b0688 100644
--- a/pads.spec
+++ b/pads.spec
@@ -1,7 +1,7 @@
 %define _default_patch_fuzz 2
 Name: pads
 Version: 1.2
-Release: 11%{?dist}
+Release: 12%{?dist}
 Summary: Passive Asset Detection System
 Group: Applications/System
 License: GPLv2+
@@ -30,7 +30,6 @@ Patch18: pads-aarch64.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: automake autoconf
 BuildRequires: pcre-devel libpcap-devel
-BuildRequires: libprelude-devel >= 0.9.21
 #Requires(post)  : /sbin/chkconfig
 #Requires(preun) : /sbin/chkconfig
 #Requires(preun) : /sbin/service
@@ -42,9 +41,7 @@ Requires(postun): systemd-units
 
 %description
 PADS is a libpcap based detection engine used to passively 
-detect network assets.  It is designed to complement IDS 
-technology by providing context to IDS alerts. When new assets
-are found, it can send IDMEF alerts via prelude.
+detect network assets.
 
 %prep
 %setup -q
@@ -69,7 +66,7 @@ are found, it can send IDMEF alerts via prelude.
 
 %build
 autoreconf -fv --install
-%configure --with-prelude
+%configure 
 make %{?_smp_mflags}
 
 %install
@@ -139,6 +136,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Fri Jun 21 2013 Steve Grubb <sgrubb at redhat.com> 1.2-12
+- Drop prelude support
+
 * Sun Jun 02 2013 Steve Grubb <sgrubb at redhat.com> 1.2-11
 - Support Aarch64 (#926298)
 


More information about the scm-commits mailing list