Stephan Kulow 2011-03-24 20:06:56 +00:00 committed by Git OBS Bridge
parent adbf7a6804
commit f05f38304a
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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