rpms/prelude-manager/devel .cvsignore, 1.5, 1.6 prelude-manager.spec, 1.8, 1.9 sources, 1.6, 1.7

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Fri Jun 27 13:56:34 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-manager/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13119

Modified Files:
	.cvsignore prelude-manager.spec sources 
Log Message:
* Fri Jun 27 2008 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
- new upstream version 0.9.13
- Prelude-Manager-SMTP plugin is now included



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-manager/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	2 May 2008 21:21:40 -0000	1.5
+++ .cvsignore	27 Jun 2008 13:55:38 -0000	1.6
@@ -2,3 +2,4 @@
 prelude-manager-0.9.10.tar.gz
 prelude-manager-0.9.11.tar.gz
 prelude-manager-0.9.12.1.tar.gz
+prelude-manager-0.9.13.tar.gz


Index: prelude-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-manager/devel/prelude-manager.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- prelude-manager.spec	24 Jun 2008 21:23:14 -0000	1.8
+++ prelude-manager.spec	27 Jun 2008 13:55:38 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		prelude-manager           
-Version:	0.9.12.1
-Release:	2%{?dist}
+Version:	0.9.13
+Release:	1%{?dist}
 Summary:	Prelude-Manager
 
 Group:		Applications/Internet
@@ -52,15 +52,7 @@
 %description    db-plugin
 Prelude Manager is the main program of the Prelude Hybrid IDS
 suite. It is a multithreaded server which handles connections from
-the Prelude sensors. It is able to register local or remote
-sensors, let the operator configure them remotely, receive alerts,
-and store alerts in a database or any format supported by
-reporting plugins, thus providing centralized logging and
-analysis. It also provides relaying capabilities for failover and
-replication. The IDMEF standard is used for alert representation.
-Support for filtering plugins allows you to hook in different
-places in the Manager to define custom criteria for alert relaying
-and logging.
+the Prelude sensors.
 
 This plugin authorize prelude-manager to write to database.
 
@@ -72,19 +64,22 @@
 %description    xml-plugin
 Prelude Manager is the main program of the Prelude Hybrid IDS
 suite. It is a multithreaded server which handles connections from
-the Prelude sensors. It is able to register local or remote
-sensors, let the operator configure them remotely, receive alerts,
-and store alerts in a database or any format supported by
-reporting plugins, thus providing centralized logging and
-analysis. It also provides relaying capabilities for failover and
-replication. The IDMEF standard is used for alert representation.
-Support for filtering plugins allows you to hook in different
-places in the Manager to define custom criteria for alert relaying
-and logging.
+the Prelude sensors.
 
 This plugin adds XML logging capabilities to the Prelude IDS
 Manager.
 
+%package	smtp-plugin
+Summary:	SMTP alert plugin for Prelude IDS Manager
+Group:		System Environment/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description    smtp-plugin
+Prelude Manager is the main program of the Prelude Hybrid IDS
+suite. It is a multithreaded server which handles connections from
+the Prelude sensors.
+
+This plugin adds alerting by email capabilities to the Prelude IDS
 
 %prep
 %setup -q
@@ -106,12 +101,11 @@
 mkdir -p %{buildroot}/%{_initrddir}
 mkdir -p %{buildroot}/%{_var}/spool/prelude-manager/scheduler
 make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"
-cp -p AUTHORS ChangeLog README NEWS COPYING HACKING.README \
-%{buildroot}%{_defaultdocdir}/%{name}-%{version}
 install -m 755 %{name}.initd %{buildroot}/%{_initrddir}/%{name}
 rm -f %{buildroot}/%{_libdir}/%{name}/reports/*.la
 rm -f %{buildroot}/%{_libdir}/%{name}/filters/*.la
 rm -f %{buildroot}/%{_libdir}/%{name}/decodes/*.la
+rm -f %{buildroot}%{_defaultdocdir}/%{name}/smtp/template.example
 
 %clean
 rm -rf %{buildroot}
@@ -139,6 +133,7 @@
 
 %files
 %defattr(0755,root,root,-)
+%doc %attr(0644,root,root) AUTHORS README NEWS COPYING HACKING.README 
 %config %dir %{_sysconfdir}/%{name}/
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/%{name}/*
 %{_initrddir}/%{name}
@@ -156,8 +151,6 @@
 %dir %{_localstatedir}/spool/%{name}/scheduler
 %dir %{_localstatedir}/run/%{name}/
 %dir %{_datadir}/%{name}/
-%dir %{_defaultdocdir}/%{name}-%{version}/
-%doc %attr(0644,root,root) %{_defaultdocdir}/%{name}-%{version}/*
 %attr(0644,root,root) %{_mandir}/man1/prelude-manager.1.gz
 
 %files db-plugin
@@ -170,6 +163,11 @@
 %dir %{_datadir}/%{name}/xmlmod/
 %{_datadir}/%{name}/xmlmod/*
 
+%files smtp-plugin
+%defattr(-,root,root)
+%doc %attr(0644,root,root) plugins/reports/smtp/template.example
+%{_libdir}/%{name}/reports/smtp.so
+
 %files devel
 %defattr(-,root,root)
 %dir %{_includedir}/%{name}/
@@ -177,6 +175,10 @@
 
 
 %changelog
+* Fri Jun 27 2008 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
+- new upstream version 0.9.13
+- Prelude-Manager-SMTP plugin is now included
+
 * Tue Jun 24 2008 Steve Grubb <sgrubb at redhat.com> 0.9.12.1-2
 - add prelude-manager user
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-manager/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 May 2008 21:21:40 -0000	1.6
+++ sources	27 Jun 2008 13:55:38 -0000	1.7
@@ -1 +1 @@
-865631e71f63ce605f91d7aed076c4c0  prelude-manager-0.9.12.1.tar.gz
+b83b6bf8ce7ca3976446c830c0602ce2  prelude-manager-0.9.13.tar.gz




More information about the fedora-extras-commits mailing list