[rhevsh] Upstream release

Marek Mahut mmahut at fedoraproject.org
Tue Jun 14 14:08:51 UTC 2011


commit d806688d72b15a295ad15e95c000848436d08c6e
Author: Marek Mahut <mmahut at redhat.com>
Date:   Tue Jun 14 16:08:31 2011 +0200

    Upstream release

 .gitignore  |    1 +
 rhevsh.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59eb12c..a9ca9b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rhevsh-0.9-git20110418.tar.gz
+/rhevsh-1.0-rc1.1.tar.gz
diff --git a/rhevsh.spec b/rhevsh.spec
index 49a4ee7..4b31fce 100644
--- a/rhevsh.spec
+++ b/rhevsh.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rhevsh
-Version:        0.9
-Release:        1.20110418git%{?dist}
+Version:        1.0
+Release:        1.rc1%{?dist}
 Summary:        A command-line interface to Red Hat Enterprise Virtualization
 
 Group:          Applications/System
 License:        MIT
 URL:            https://bitbucket.org/geertj/rhevsh/wiki/Home
-Source0:        https://fedorahosted.org/releases/r/h/rhevm-api/%{name}-%{version}-git20110418.tar.gz
+Source0:        https://fedorahosted.org/releases/r/h/rhevm-api/%{name}-%{version}-rc1.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -19,7 +19,7 @@ Requires:       python-cli, python-rhev, PyXB, python-setuptools
 This is a command-line interface for Red Hat Enterprise Virtualization.
 
 %prep
-%setup -q -n rhevsh-0.9-git20110418
+%setup -q -n rhevsh-1.0-rc1.1
 
 %build
 %{__python} setup.py build 
@@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Tue Jun 14 2011 Marek Mahut <mmahut at fedoraproject.org> - 1.1-1.rc1
+- Upstream release
+
 * Mon Apr 18 2011 Marek Mahut <mmahut at fedoraproject.org> - 0.9-1.20110418git
 - Upstream sync
 - Dropped patch rhevm-api-0.9-remove-hardcoded-pyxb-dep.patch
diff --git a/sources b/sources
index bd5d475..5b9c0ef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22d3a4db243970ed7436dc8055b182a8  rhevsh-0.9-git20110418.tar.gz
+cb0f61f3747c0dd18a191711da75a829  rhevsh-1.0-rc1.1.tar.gz


More information about the scm-commits mailing list