Hi.
I just remembered there's missing crucial stuff in the snort package. This is
very important, please get this right for 9.1
Fix attached.
Chears.
--
Regards // Oden Eriksson, Deserve-IT.com
--- snort.spec 2002-11-26 12:21:56.000000000 +0100
+++ snort.spec.oden 2003-01-29 08:49:34.000000000 +0100
@@ -12,7 +12,7 @@
Summary: An intrusion detection system
Name: snort
Version: %{snort_version}
-Release: 4mdk
+Release: 5mdk
License: GPL
Group: Networking/Other
Source0: http://www.snort.org/releases/%{name}-%{snort_version}.tar.bz2
@@ -326,7 +326,12 @@
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig
install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
-#remove the contrib archive files
+# remove some of the contrib archive files
+gunzip snort_archdb-90a.tar.gz
+gunzip snortdb-extra.gz
+bzip2 snort_archdb-90a.tar
+bzip2 snortdb-extra
+
rm -rf contrib/*.gz
cp contrib/README doc/README.contrib
@@ -408,6 +413,10 @@
if [ -L %{_sbindir}/%{name} ]; then ln -sf %{_sbindir}/%{name}-bloat %{_sbindir}/%{name}; fi
%changelog
+* Wed Jan 29 2003 Oden Eriksson <[EMAIL PROTECTED]> 1.9.0-5mdk
+- repack some of the contrib/*.gz stuff as it's crucial and needed for
+ applications like acid, etc. (why cripple snort???)
+
* Tue Nov 26 2002 Gwenole Beauchesne <[EMAIL PROTECTED]> 1.9.0-4mdk
- Patch1: Make it lib64-aware, do regenerate configure script
- Fix %%doc, try to make it a little more -bi --short-circuit'able