Changed release # to 2.2
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2583 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| VER="2.1.1" | ||||
| VER="2.2" | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| VER="2.1.1" | ||||
| VER="2.2" | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| #!/bin/sh | ||||
| OSNAME=$(uname) | ||||
| version='2.1.1' | ||||
| version='2.2' | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| VER=2.1.1 | ||||
| VER=2.2 | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| version='2.1.1' | ||||
| version='2.2' | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -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}} | ||||
|   | ||||
| @@ -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;  | ||||
|   | ||||
| @@ -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}} | ||||
|   | ||||
| @@ -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}} | ||||
|   | ||||
| @@ -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}} | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| VER=2.1.1 | ||||
| VER=2.2 | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #!/bin/sh | ||||
|  | ||||
| OSNAME=$(uname) | ||||
| VER=2.1.1 | ||||
| VER=2.2 | ||||
|  | ||||
| if [ "$OSNAME" = "AIX" ] | ||||
| then | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user