From f05f38304a0b172b0e34062f78c1e027e226126300a6bc6f6ebf79f034a6591d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 24 Mar 2011 20:06:56 +0000 Subject: [PATCH] Accepting request 65169 from home:aledr:branches OBS-URL: https://build.opensuse.org/request/show/65169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=17 --- python-dnspython.changes | 5 +++++ python-dnspython.spec | 2 ++ 2 files changed, 7 insertions(+) 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