diff --git a/.gitignore b/.gitignore index 987b5dd..153a183 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /python-rhsm-0.94.9.tar.gz +/python-rhsm-0.94.10.tar.gz diff --git a/python-rhsm.spec b/python-rhsm.spec index d652750..f4a7bb5 100644 --- a/python-rhsm.spec +++ b/python-rhsm.spec @@ -1,5 +1,11 @@ +# If on Fedora 12 or RHEL 5 or earlier, we need to define these: +%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} +%endif + + Name: python-rhsm -Version: 0.94.9 +Version: 0.94.10 Release: 1%{?dist} Summary: A Python library to communicate with a Red Hat Unified Entitlement Platform @@ -51,6 +57,11 @@ rm -rf %{buildroot} %{python_sitelib}/rhsm-*.egg-info %changelog +* Tue Dec 21 2010 Devan Goodwin 0.94.10-1 +- Related: #661863 +- Add certificate parsing library. (dgoodwin@redhat.com) +- Fix build on F12/RHEL5 and earlier. (dgoodwin@redhat.com) + * Fri Dec 17 2010 jesus m. rodriguez 0.94.9-1 - add comment on how to generate source tarball (jesusr@redhat.com) diff --git a/sources b/sources index e3c5722..618963b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a69810cf62360797d49692ef6b3dea0 python-rhsm-0.94.9.tar.gz +a3eeb83db2138f1a39f612a70078fb56 python-rhsm-0.94.10.tar.gz