From 6bbac9cb90bd925748df1affb464d0064d3445fe Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 20 Nov 2008 17:08:23 +0000 Subject: [PATCH] -Update version to 2.1.1 for all changed components git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2515 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- makeclientrpm | 2 +- makeperlxcatrpm | 2 +- makeserverrpm | 2 +- makewebrpm | 2 +- perl-xCAT/perl-xCAT.spec | 4 ++-- xCAT-client/xCAT-client.spec | 4 ++-- xCAT-server/xCAT-server.spec | 4 ++-- xCAT-web/xCAT-web.spec | 4 ++-- xCAT/mkrpm | 2 +- xCAT/xCAT.spec | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/makeclientrpm b/makeclientrpm index 4497017a1..4d28a30c2 100755 --- a/makeclientrpm +++ b/makeclientrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER="2.1" +VER="2.1.1" if [ "$OSNAME" = "AIX" ] then diff --git a/makeperlxcatrpm b/makeperlxcatrpm index 059032869..95bc8ab6f 100755 --- a/makeperlxcatrpm +++ b/makeperlxcatrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER="2.1" +VER="2.1.1" if [ "$OSNAME" = "AIX" ] then diff --git a/makeserverrpm b/makeserverrpm index 12c9bbab0..7c037f2b7 100755 --- a/makeserverrpm +++ b/makeserverrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER=2.1 +VER=2.1.1 if [ "$OSNAME" = "AIX" ] then diff --git a/makewebrpm b/makewebrpm index 57d97a441..b98ad6282 100755 --- a/makewebrpm +++ b/makewebrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -version='2.1' +version='2.1.1' if [ "$OSNAME" = "AIX" ] then diff --git a/perl-xCAT/perl-xCAT.spec b/perl-xCAT/perl-xCAT.spec index 9b583f8b9..48856ab7c 100644 --- a/perl-xCAT/perl-xCAT.spec +++ b/perl-xCAT/perl-xCAT.spec @@ -1,11 +1,11 @@ Summary: xCAT perl libraries Name: perl-xCAT -Version: 2.1 +Version: 2.1.1 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: System Environment/Libraries -Source: perl-xCAT-2.1.tar.gz +Source: perl-xCAT-2.1.1.tar.gz Packager: IBM Corp. Vendor: IBM Corp. Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index b49a0868b..c96c8a011 100644 --- a/xCAT-client/xCAT-client.spec +++ b/xCAT-client/xCAT-client.spec @@ -1,11 +1,11 @@ Summary: Core executables and data of the xCAT management project Name: xCAT-client -Version: 2.1 +Version: 2.1.1 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-client-2.1.tar.gz +Source: xCAT-client-2.1.1.tar.gz Packager: IBM Corp. Vendor: IBM Corp. Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index a8d67a0c6..6a280eee4 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -1,11 +1,11 @@ Summary: Server and configuration utilities of the xCAT management project Name: xCAT-server -Version: 2.1 +Version: 2.1.1 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-server-2.1.tar.gz +Source: xCAT-server-2.1.1.tar.gz Packager: IBM Corp. Vendor: IBM Corp. Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/xCAT-web/xCAT-web.spec b/xCAT-web/xCAT-web.spec index bf697e60d..766a865d0 100644 --- a/xCAT-web/xCAT-web.spec +++ b/xCAT-web/xCAT-web.spec @@ -1,12 +1,12 @@ Summary: Web Interface for xCAT Name: xCAT-web -Version: 2.1 +Version: 2.1.1 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-web-2.1.tar.gz +Source: xCAT-web-2.1.1.tar.gz Packager: IBM Corp. Vendor: IBM Corp. URL: http://xcat.org diff --git a/xCAT/mkrpm b/xCAT/mkrpm index 5b27870d1..6eefcd432 100755 --- a/xCAT/mkrpm +++ b/xCAT/mkrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER=2.1 +VER=2.1.1 if [ "$OSNAME" = "AIX" ] then diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 1ee5a96b3..8ca1ddb83 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -1,6 +1,6 @@ Summary: Metapackage for a common, default xCAT setup Name: xCAT -Version: 2.1 +Version: 2.1.1 Release: snap%(date +"%Y%m%d%H%M") License: EPL Group: Applications/System