| |
@@ -2,7 +2,7 @@
|
| |
|
| |
Name: python-%{srcname}
|
| |
Version: 0.7.1
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: Python client for Prometheus
|
| |
|
| |
License: ASL 2.0
|
| |
@@ -61,8 +61,12 @@
|
| |
%{python3_sitelib}/%{srcname}-*.egg-info/
|
| |
|
| |
%files -n python3-%{srcname}+twisted
|
| |
+ %{?python_extras_subpkg:%ghost %{python3_sitelib}/%{srcname}-*.egg-info/}
|
| |
|
| |
%changelog
|
| |
+ * Fri Jul 10 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-4
|
| |
+ - Add metadata for Python extras subpackages
|
| |
+
|
| |
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-3
|
| |
- Rebuilt for Python 3.9
|
| |
|
| |