[fwsnort/el6/master] Major version release fwsnort 1.5

Guillermo Gómez gomix at fedoraproject.org
Thu Jan 13 22:06:05 UTC 2011


commit 022d0dc7a9532684e109a137b533e0da14929c5b
Author: Guillermo Gomez S. (Gomix) <guillermo.gomez at gmail.com>
Date:   Thu Jan 13 17:35:44 2011 -0430

    Major version release fwsnort 1.5

 .gitignore   |    1 +
 fwsnort.spec |   18 +++++++++++++-----
 sources      |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 365b6f9..0447e95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fwsnort-1.0.6.tar.gz
+/fwsnort-1.5.tar.gz
diff --git a/fwsnort.spec b/fwsnort.spec
index a943249..e4ed354 100644
--- a/fwsnort.spec
+++ b/fwsnort.spec
@@ -2,12 +2,12 @@
 
 Summary: Translates Snort rules into equivalent iptables rules
 Name: fwsnort
-Version: 1.0.6
-Release: 8%{?dist}
+Version: 1.5
+Release: 0%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 Url: http://www.cipherdyne.org/fwsnort/
-Source0: http://www.cipherdyne.org/fwsnort/download/fwsnort-1.0.6.tar.gz
+Source0: http://www.cipherdyne.org/fwsnort/download/fwsnort-1.5.tar.gz
 Source1: logrotate.fwsnort
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch 
@@ -29,7 +29,7 @@ fwsnort is able to translate approximately 60% of all rules from the
 Snort-2.3.3 IDS into equivalent iptables rules. 
 
 %prep
-%setup -q
+%setup -q 
 mv deps/snort_rules/VERSION SNORT-RULES-VERSION
 cp -p %SOURCE1 .
 
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %dir %{_sysconfdir}/fwsnort
-%config(noreplace) %{_sysconfdir}/fwsnort/fwsnort.conf
+%config %{_sysconfdir}/fwsnort/fwsnort.conf
 
 %config(noreplace) %{_sysconfdir}/logrotate.d/fwsnort
 
@@ -85,6 +85,14 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/fwsnort/snort_rules/*
 
 %changelog
+* Wed Dec 29 2010 Guillermo Gomez <gomix at fedoraproject.org> - 1.5-0
+- Upgrade to major release version 1.5-0
+- WARNING: Compatibility issue with 1.0.6 fwsnort.conf, previous
+  fwsnort.conf renamed as /etc/fwsnort/fwsnort.conf.rpmsave.
+
+* Wed Dec 29 2010 Guillermo Gomez <gomix at fedoraproject.org>
+- Upgrade to major prerelease version 1.5pre
+
 * Tue Oct 12 2010 Mark Chappell <tremble at tremble.org.uk> - 1.0.6-8
 - Replace the perl dependencies with the virtual modules rather than
   the package name
diff --git a/sources b/sources
index 2d4c73c..a032deb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45c21ed5693ca4a5c51829fea517f020  fwsnort-1.0.6.tar.gz
+009a2f8a209289a98816e0e476c2b564  fwsnort-1.5.tar.gz


More information about the scm-commits mailing list