diff --git a/python-dnspython.changes b/python-dnspython.changes index cc2ba2f..76a0a4a 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 24 19:54:53 UTC 2011 - alexandre@exatati.com.br + +- Fix SLE_10 build. + ------------------------------------------------------------------- Thu Mar 24 18:34:32 UTC 2011 - alexandre@exatati.com.br diff --git a/python-dnspython.spec b/python-dnspython.spec index cfbc0e2..0f874e1 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -69,7 +69,9 @@ rm -rf %{buildroot} %defattr(-,root,root,-) # You may have to add additional files here (documentation and binaries mostly) %python_sitelib/dns* +%if 0%{?sles_version} != 10 %python_sitelib/*.egg-info +%endif %doc README ChangeLog %doc examples %doc tests