slinabery pushed to python-tempest-lib (master). "Rebase to upstream release 0.4.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 15:47:23 UTC 2015


>From ac0952284fd22f5e862f7c7d88892a79d9e8d07e Mon Sep 17 00:00:00 2001
From: Steve Linabery <slinaber at redhat.com>
Date: Thu, 9 Apr 2015 10:47:11 -0500
Subject: Rebase to upstream release 0.4.0


diff --git a/.gitignore b/.gitignore
index 437bff8..cc29bab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tempest-lib-0.0.4.tar.gz
+/tempest-lib-0.4.0.tar.gz
diff --git a/0002-remove-shebang-from-skip_tracker.patch b/0002-remove-shebang-from-skip_tracker.patch
new file mode 100644
index 0000000..4bf61ea
--- /dev/null
+++ b/0002-remove-shebang-from-skip_tracker.patch
@@ -0,0 +1,22 @@
+From a01bbd44459f01c2814ff6bda753e0b77431d355 Mon Sep 17 00:00:00 2001
+From: Steve Linabery <slinaber at redhat.com>
+Date: Thu, 9 Apr 2015 10:00:35 -0500
+Subject: [PATCH 2/2] remove shebang from skip_tracker
+
+---
+ tempest_lib/cmd/skip_tracker.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tempest_lib/cmd/skip_tracker.py b/tempest_lib/cmd/skip_tracker.py
+index b5c9b95..dc49a42 100755
+--- a/tempest_lib/cmd/skip_tracker.py
++++ b/tempest_lib/cmd/skip_tracker.py
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python2
+-
+ # Copyright 2012 OpenStack Foundation
+ # All Rights Reserved.
+ #
+-- 
+1.9.3
+
diff --git a/python-tempest-lib.spec b/python-tempest-lib.spec
index 0c5a777..236ea87 100644
--- a/python-tempest-lib.spec
+++ b/python-tempest-lib.spec
@@ -2,7 +2,7 @@
 %global pypi_name tempest-lib
 
 Name:           python-%{pypi_name}
-Version:        0.0.4
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        OpenStack Functional Testing Library
 
@@ -12,6 +12,7 @@ Source0:        https://pypi.python.org/packages/source/t/%{pypi_name}/%{pypi_na
 BuildArch:      noarch
 
 Patch0001: 0001-remove-shebang.patch
+Patch0002: 0002-remove-shebang-from-skip_tracker.patch
  
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
@@ -39,6 +40,7 @@ Documentation for %{name}
 # Remove bundled egg-info
 rm -rf %{pypi_name}.egg-info
 %patch0001 -p1
+%patch0002 -p1
 # make doc build compatible with python-oslo-sphinx RPM
 sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
 
@@ -58,6 +60,7 @@ dos2unix html/_static/jquery.js
 %doc README.rst HACKING.rst AUTHORS ChangeLog CONTRIBUTING.rst
 %license LICENSE
 %{_bindir}/subunit-trace
+%{_bindir}/skip-tracker
 %{python2_sitelib}/tempest_lib
 %{python2_sitelib}/tempest_lib-%{version}-py?.?.egg-info
 
@@ -65,5 +68,8 @@ dos2unix html/_static/jquery.js
 %doc html doc/source/readme.rst
 
 %changelog
+* Thu Apr 09 2015 Steve Linabery <slinaber at redhat.com> - 0.4.0-1
+- Rebase to upstream release 0.4.0
+
 * Tue Jan 20 2015 Steve Linabery <slinaber at redhat.com> - 0.0.4-1
 - Initial package.
diff --git a/sources b/sources
index 4d944c0..4a0e769 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2e5141db57dbbdde0301ebe2a1389c6  tempest-lib-0.0.4.tar.gz
+c19f17e21003af78a1922567a093a4ac  tempest-lib-0.4.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-tempest-lib.git/commit/?h=master&id=ac0952284fd22f5e862f7c7d88892a79d9e8d07e


More information about the scm-commits mailing list