From 7d6e67ace9ae5884902ac365e09e9e0eab2157ae Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 12 Dec 2007 19:23:46 +0000 Subject: [PATCH] More rpm expermentation git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7908 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-common/fallback.sh | 2 +- Shorewall-common/install.sh | 2 +- Shorewall-common/shorewall-common.spec | 4 +++- Shorewall-common/uninstall.sh | 2 +- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 4 +++- Shorewall-lite/uninstall.sh | 2 +- Shorewall-perl/Shorewall/Config.pm | 2 +- Shorewall-perl/install.sh | 2 +- Shorewall-perl/shorewall-perl.spec | 4 +++- Shorewall-shell/install.sh | 2 +- Shorewall-shell/shorewall-shell.spec | 4 +++- 13 files changed, 21 insertions(+), 13 deletions(-) diff --git a/Shorewall-common/fallback.sh b/Shorewall-common/fallback.sh index fba57610a..c19288c2e 100755 --- a/Shorewall-common/fallback.sh +++ b/Shorewall-common/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-common/install.sh b/Shorewall-common/install.sh index cd247ef29..c2d4eae91 100755 --- a/Shorewall-common/install.sh +++ b/Shorewall-common/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-common/shorewall-common.spec b/Shorewall-common/shorewall-common.spec index 294c60265..e777f2649 100644 --- a/Shorewall-common/shorewall-common.spec +++ b/Shorewall-common/shorewall-common.spec @@ -1,6 +1,6 @@ %define name shorewall-common %define version 4.2.0 -%define release 0RC1 +%define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -244,6 +244,8 @@ fi %changelog * Wed Dec 12 2007 Tom Eastep tom@shorewall.net +- Updated to 4.2.0-0base +* Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-0RC1 * Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-RC1 diff --git a/Shorewall-common/uninstall.sh b/Shorewall-common/uninstall.sh index c0b066f4d..0a5c028fc 100755 --- a/Shorewall-common/uninstall.sh +++ b/Shorewall-common/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 8e048142f..e71f6818b 100755 --- a/Shorewall-lite/fallback.sh +++ b/Shorewall-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index f34396529..a26e6fbb3 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index d7024620a..a772d9ebe 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,6 +1,6 @@ %define name shorewall-lite %define version 4.2.0 -%define release 0RC1 +%define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. Name: %{name} @@ -99,6 +99,8 @@ fi %changelog * Wed Dec 12 2007 Tom Eastep tom@shorewall.net +- Updated to 4.2.0-0base +* Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-0RC1 * Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-RC1 diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 646b51115..4becf5259 100755 --- a/Shorewall-lite/uninstall.sh +++ b/Shorewall-lite/uninstall.sh @@ -26,7 +26,7 @@ # You may only use this script to uninstall the version # shown below. Simply run this script to remove Shorewall Firewall -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-perl/Shorewall/Config.pm b/Shorewall-perl/Shorewall/Config.pm index 5f31c3e31..9771fb129 100644 --- a/Shorewall-perl/Shorewall/Config.pm +++ b/Shorewall-perl/Shorewall/Config.pm @@ -253,7 +253,7 @@ sub initialize() { ORIGINAL_POLICY_MATCH => '', LOGPARMS => '', TC_SCRIPT => '', - VERSION => "4.2.0-RC1", + VERSION => "4.2.0", CAPVERSION => 40100 , ); # diff --git a/Shorewall-perl/install.sh b/Shorewall-perl/install.sh index 3d6ee66bf..52f121d52 100755 --- a/Shorewall-perl/install.sh +++ b/Shorewall-perl/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-perl/shorewall-perl.spec b/Shorewall-perl/shorewall-perl.spec index bfc9f6744..8fec35131 100644 --- a/Shorewall-perl/shorewall-perl.spec +++ b/Shorewall-perl/shorewall-perl.spec @@ -1,6 +1,6 @@ %define name shorewall-perl %define version 4.2.0 -%define release 0RC1 +%define release 0base Summary: Shoreline Firewall Perl-based compiler. Name: %{name} @@ -65,6 +65,8 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Dec 12 2007 Tom Eastep tom@shorewall.net +- Updated to 4.2.0-0base +* Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-0RC1 * Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-RC1 diff --git a/Shorewall-shell/install.sh b/Shorewall-shell/install.sh index 3a8a97f07..0a6c34eac 100755 --- a/Shorewall-shell/install.sh +++ b/Shorewall-shell/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.2.0-RC1 +VERSION=4.2.0 usage() # $1 = exit status { diff --git a/Shorewall-shell/shorewall-shell.spec b/Shorewall-shell/shorewall-shell.spec index 0422b1bee..639391d07 100644 --- a/Shorewall-shell/shorewall-shell.spec +++ b/Shorewall-shell/shorewall-shell.spec @@ -1,6 +1,6 @@ %define name shorewall-shell %define version 4.2.0 -%define release 0RC1 +%define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. Name: %{name} @@ -82,6 +82,8 @@ fi %changelog * Wed Dec 12 2007 Tom Eastep tom@shorewall.net +- Updated to 4.2.0-0base +* Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-0RC1 * Wed Dec 12 2007 Tom Eastep tom@shorewall.net - Updated to 4.2.0-RC1