Skip to content

Commit

Permalink
fix prometheus_client make check
Browse files Browse the repository at this point in the history
Change-Id: Ie8de0083fa01b6865fd4ca2feb8b2e86c103ed7a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3809
Reviewed-by: Sharath George
Tested-by: Sharath George
  • Loading branch information
ganboing authored and Sharath George committed Sep 19, 2017
1 parent 9ded2c7 commit 4040c43
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions SPECS/python-prometheus_client/python-prometheus_client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

Name: python-prometheus_client
Version: 0.0.20
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python client for the Prometheus monitoring system.
License: Apache-2.0
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/prometheus_client
Source0: prometheus_client-%{version}.tar.gz
%define sha1 prometheus_client=f153df2466d4ccbd877c61107ba4b48115a2b7d5
%define sha1 prometheus_client=9d39131f386af8965aef93e26ddc26ea508b3a48
Vendor: VMware, Inc.
Distribution: Photon

Expand Down Expand Up @@ -41,7 +41,7 @@ Requires: python3-setuptools
Python 3 version.

%prep
%setup -n prometheus_client-%{version}
%setup -n client_python-%{version}
rm -rf ../p3dir
cp -a . ../p3dir

Expand Down Expand Up @@ -72,5 +72,7 @@ popd
%{python3_sitelib}/*

%changelog
* Tue Sep 19 2017 Bo Gan <[email protected]> 0.0.20-2
- fix make check issue by using upstream sources
* Fri Aug 25 2017 Vinay Kulkarni <[email protected]> 0.0.20-1
- Initial version of python-prometheus_client package for Photon.

0 comments on commit 4040c43

Please sign in to comment.