Update to upstream 1.3.0

epel8
Alan Pevec 10 years ago
parent 104636a922
commit ef68eb3cb6

1
.gitignore vendored

@ -14,3 +14,4 @@
/pbr-0.10.7.tar.gz /pbr-0.10.7.tar.gz
/pbr-0.10.8.tar.gz /pbr-0.10.8.tar.gz
/pbr-0.11.0.tar.gz /pbr-0.11.0.tar.gz
/pbr-1.3.0.tar.gz

@ -5,12 +5,13 @@
%endif %endif
%if 0%{?fedora} > 19 %if 0%{?fedora} > 19
%global do_test 1 # we don't have the necessary br's, yet
%global do_test 0
%endif %endif
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.11.0 Version: 1.3.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Python Build Reasonableness Summary: Python Build Reasonableness
License: ASL 2.0 License: ASL 2.0
@ -104,24 +105,28 @@ rm -rf %{buildroot}%{python_sitelib}/pbr/tests
%if 0%{?do_test} %if 0%{?do_test}
%check %check
# we don't have the necessary br's, yet
%{__python} setup.py test %{__python} setup.py test
%endif %endif
%files %files
%doc html README.rst LICENSE %license LICENSE
%doc html README.rst
%{_bindir}/pbr %{_bindir}/pbr
%{python_sitelib}/*.egg-info %{python_sitelib}/*.egg-info
%{python_sitelib}/%{pypi_name} %{python_sitelib}/%{pypi_name}
%if 0%{?with_python3} %if 0%{?with_python3}
%files -n python3-pbr %files -n python3-pbr
%doc html README.rst LICENSE %license LICENSE
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %doc html README.rst
%{python3_sitelib}/*.egg-info
%{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}
%endif %endif
%changelog %changelog
* Wed Jul 15 2015 Alan Pevec <alan.pevec@redhat.com> 1.3.0-1
- Update to upstream 1.3.0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

@ -1 +1 @@
e69466b4206e350f4f1e1db2e11ab73b pbr-0.11.0.tar.gz 5e54c9e7f083b5259a6e619dfd6525f8 pbr-1.3.0.tar.gz

Loading…
Cancel
Save