From 7352771c5d9d389c847014856bd4f9332cb48e27 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 27 Nov 2009 12:29:11 -0800 Subject: [PATCH] Fix .spec history to omit false steps --- Shorewall-lite/fallback.sh | 2 +- Shorewall-lite/install.sh | 2 +- Shorewall-lite/shorewall-lite.spec | 8 +++----- Shorewall-lite/uninstall.sh | 2 +- Shorewall/Perl/Shorewall/Config.pm | 2 +- Shorewall/install.sh | 2 +- Shorewall/known_problems.txt | 2 +- Shorewall/shorewall.spec | 8 +++----- Shorewall/uninstall.sh | 2 +- Shorewall6-lite/fallback.sh | 2 +- Shorewall6-lite/install.sh | 2 +- Shorewall6-lite/shorewall6-lite.spec | 8 +++----- Shorewall6-lite/uninstall.sh | 2 +- Shorewall6/fallback.sh | 2 +- Shorewall6/install.sh | 2 +- Shorewall6/shorewall6.spec | 8 +++----- Shorewall6/uninstall.sh | 2 +- 17 files changed, 25 insertions(+), 33 deletions(-) diff --git a/Shorewall-lite/fallback.sh b/Shorewall-lite/fallback.sh index 4a34395bf..f2fa3734a 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.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 04441fc79..4950867dc 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.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall-lite/shorewall-lite.spec b/Shorewall-lite/shorewall-lite.spec index c1bb7064a..893cd61c9 100644 --- a/Shorewall-lite/shorewall-lite.spec +++ b/Shorewall-lite/shorewall-lite.spec @@ -1,5 +1,5 @@ %define name shorewall-lite -%define version 4.5.0 +%define version 4.4.5 %define release 0base Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems. @@ -100,11 +100,9 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net -- Updated to 4.5.0-0base -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net +* Fri Nov 27 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.5-0base -* Fri Nov 13 2009 Tom Eastep tom@shorewall.net +* Sat Nov 21 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0base * Fri Nov 13 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0Beta2 diff --git a/Shorewall-lite/uninstall.sh b/Shorewall-lite/uninstall.sh index 9b76b60c9..0760c5657 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.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall/Perl/Shorewall/Config.pm b/Shorewall/Perl/Shorewall/Config.pm index 6aa6264f8..9f8689615 100644 --- a/Shorewall/Perl/Shorewall/Config.pm +++ b/Shorewall/Perl/Shorewall/Config.pm @@ -327,7 +327,7 @@ sub initialize( $ ) { TC_SCRIPT => '', EXPORT => 0, UNTRACKED => 0, - VERSION => "4.5.0", + VERSION => "4.4.5", CAPVERSION => 40402 , ); diff --git a/Shorewall/install.sh b/Shorewall/install.sh index 8b7446c48..914407f67 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall/known_problems.txt b/Shorewall/known_problems.txt index fc56bb23b..23cd7fc32 100644 --- a/Shorewall/known_problems.txt +++ b/Shorewall/known_problems.txt @@ -1 +1 @@ -There are no known problems in Shorewall version 4.5.0 +There are no known problems in Shorewall version 4.4.5 diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec index cbebc6597..bff4eece0 100644 --- a/Shorewall/shorewall.spec +++ b/Shorewall/shorewall.spec @@ -1,5 +1,5 @@ %define name shorewall -%define version 4.5.0 +%define version 4.4.5 %define release 0base Summary: Shoreline Firewall is an iptables-based firewall for Linux systems. @@ -106,11 +106,9 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples %changelog -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net -- Updated to 4.5.0-0base -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net +* Fri Nov 27 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.5-0base -* Fri Nov 13 2009 Tom Eastep tom@shorewall.net +* Sat Nov 21 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0base * Fri Nov 13 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0Beta2 diff --git a/Shorewall/uninstall.sh b/Shorewall/uninstall.sh index 2fde18a89..2f80c28c6 100755 --- a/Shorewall/uninstall.sh +++ b/Shorewall/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.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6-lite/fallback.sh b/Shorewall6-lite/fallback.sh index 4a34395bf..f2fa3734a 100755 --- a/Shorewall6-lite/fallback.sh +++ b/Shorewall6-lite/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6-lite/install.sh b/Shorewall6-lite/install.sh index 2cc756b00..704fe4927 100755 --- a/Shorewall6-lite/install.sh +++ b/Shorewall6-lite/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6-lite/shorewall6-lite.spec b/Shorewall6-lite/shorewall6-lite.spec index 2b0b0bb8f..b6c860633 100644 --- a/Shorewall6-lite/shorewall6-lite.spec +++ b/Shorewall6-lite/shorewall6-lite.spec @@ -1,5 +1,5 @@ %define name shorewall6-lite -%define version 4.5.0 +%define version 4.4.5 %define release 0base Summary: Shoreline Firewall 6 Lite is an ip6tables-based firewall for Linux systems. @@ -91,11 +91,9 @@ fi %doc COPYING changelog.txt releasenotes.txt %changelog -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net -- Updated to 4.5.0-0base -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net +* Fri Nov 27 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.5-0base -* Fri Nov 13 2009 Tom Eastep tom@shorewall.net +* Sat Nov 21 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0base * Fri Nov 13 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0Beta2 diff --git a/Shorewall6-lite/uninstall.sh b/Shorewall6-lite/uninstall.sh index 544fee8b1..1bbece353 100755 --- a/Shorewall6-lite/uninstall.sh +++ b/Shorewall6-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.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6/fallback.sh b/Shorewall6/fallback.sh index eb68f5506..ffb328691 100755 --- a/Shorewall6/fallback.sh +++ b/Shorewall6/fallback.sh @@ -28,7 +28,7 @@ # shown below. Simply run this script to revert to your prior version of # Shoreline Firewall. -VERSION=4.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh index dd3a6a55d..a76a57f73 100755 --- a/Shorewall6/install.sh +++ b/Shorewall6/install.sh @@ -22,7 +22,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -VERSION=4.5.0 +VERSION=4.4.5 usage() # $1 = exit status { diff --git a/Shorewall6/shorewall6.spec b/Shorewall6/shorewall6.spec index 30ac9e778..b9fb49ac4 100644 --- a/Shorewall6/shorewall6.spec +++ b/Shorewall6/shorewall6.spec @@ -1,5 +1,5 @@ %define name shorewall6 -%define version 4.5.0 +%define version 4.4.5 %define release 0base Summary: Shoreline Firewall 6 is an ip6tables-based firewall for Linux systems. @@ -95,11 +95,9 @@ fi %doc COPYING INSTALL changelog.txt releasenotes.txt tunnel ipsecvpn ipv6 Samples6 %changelog -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net -- Updated to 4.5.0-0base -* Sat Nov 21 2009 Tom Eastep tom@shorewall.net +* Fri Nov 27 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.5-0base -* Fri Nov 13 2009 Tom Eastep tom@shorewall.net +* Sat Nov 21 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0base * Fri Nov 13 2009 Tom Eastep tom@shorewall.net - Updated to 4.4.4-0Beta2 diff --git a/Shorewall6/uninstall.sh b/Shorewall6/uninstall.sh index 933dc7baa..680368b84 100755 --- a/Shorewall6/uninstall.sh +++ b/Shorewall6/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.5.0 +VERSION=4.4.5 usage() # $1 = exit status {