diff --git a/makeclientrpm b/makeclientrpm index 4d28a30c2..65c77ae6e 100755 --- a/makeclientrpm +++ b/makeclientrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER="2.1.1" +VER="2.2" if [ "$OSNAME" = "AIX" ] then diff --git a/makeperlxcatrpm b/makeperlxcatrpm index 95bc8ab6f..219906845 100755 --- a/makeperlxcatrpm +++ b/makeperlxcatrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER="2.1.1" +VER="2.2" if [ "$OSNAME" = "AIX" ] then diff --git a/makermcrpm b/makermcrpm index 0ae94f292..b2ad7829d 100755 --- a/makermcrpm +++ b/makermcrpm @@ -1,6 +1,6 @@ #!/bin/sh OSNAME=$(uname) -version='2.1.1' +version='2.2' if [ "$OSNAME" = "AIX" ] then diff --git a/makeserverrpm b/makeserverrpm index 7c037f2b7..0a4c60144 100755 --- a/makeserverrpm +++ b/makeserverrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER=2.1.1 +VER=2.2 if [ "$OSNAME" = "AIX" ] then diff --git a/makewebrpm b/makewebrpm index b98ad6282..d79cec54d 100755 --- a/makewebrpm +++ b/makewebrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -version='2.1.1' +version='2.2' if [ "$OSNAME" = "AIX" ] then diff --git a/perl-xCAT/perl-xCAT.spec b/perl-xCAT/perl-xCAT.spec index 48856ab7c..935c126db 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.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: System Environment/Libraries -Source: perl-xCAT-2.1.1.tar.gz +Source: perl-xCAT-2.2.tar.gz Packager: IBM Corp. Vendor: IBM Corp. Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 5d9ce1c4e..6be6d6d8e 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -260,9 +260,9 @@ sub Version #The following tag tells the build script where to append build info my $version=shift; if ($version eq 'short') { - $version = "2.1.1"; + $version = "2.2"; } else { - $version = "Version 2.1.1"#XCATSVNBUILDSUBHERE + $version = "Version 2.2"#XCATSVNBUILDSUBHERE } ; return $version; diff --git a/xCAT-client/xCAT-client.spec b/xCAT-client/xCAT-client.spec index 1c5cc592e..b458cb30b 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.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-client-2.1.1.tar.gz +Source: xCAT-client-2.2.tar.gz Packager: IBM Corp. Vendor: IBM Corp. Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} diff --git a/xCAT-rmc/xCAT-rmc.spec b/xCAT-rmc/xCAT-rmc.spec index ffaacfce6..a4251b05e 100644 --- a/xCAT-rmc/xCAT-rmc.spec +++ b/xCAT-rmc/xCAT-rmc.spec @@ -1,11 +1,11 @@ Summary: RMC monitoring plug-in for xCAT Name: xCAT-rmc -Version: 2.1.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: System Environment/Libraries -Source: xCAT-rmc-2.1.1.tar.gz +Source: xCAT-rmc-2.2.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 df6f968ef..e2528d3b0 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.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-server-2.1.1.tar.gz +Source: xCAT-server-2.2.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 a5180cb55..2cfe1cf00 100644 --- a/xCAT-web/xCAT-web.spec +++ b/xCAT-web/xCAT-web.spec @@ -1,12 +1,12 @@ Summary: Web Interface for xCAT 2 Name: xCAT-web -Version: 2.1.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL Group: Applications/System -Source: xCAT-web-2.1.1.tar.gz +Source: xCAT-web-2.2.tar.gz Packager: IBM Corp. Vendor: IBM Corp. URL: http://xcat.org diff --git a/xCAT/mkrpm b/xCAT/mkrpm index 6eefcd432..79ae7c75f 100755 --- a/xCAT/mkrpm +++ b/xCAT/mkrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER=2.1.1 +VER=2.2 if [ "$OSNAME" = "AIX" ] then diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 8c252f886..e9dad13ff 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.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") License: EPL Group: Applications/System diff --git a/xCATsn/mkrpm b/xCATsn/mkrpm index 9f6366fb5..9c287fde2 100755 --- a/xCATsn/mkrpm +++ b/xCATsn/mkrpm @@ -1,7 +1,7 @@ #!/bin/sh OSNAME=$(uname) -VER=2.1.1 +VER=2.2 if [ "$OSNAME" = "AIX" ] then diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 7e5ef361e..d77394b25 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -1,6 +1,6 @@ Summary: Metapackage for a common, default xCAT service node setup Name: xCATsn -Version: 2.1.1 +Version: 2.2 Release: snap%(date +"%Y%m%d%H%M") Epoch: 4 License: EPL