diff --git a/python-auth-credential.spec b/python-auth-credential.spec index 5752424..83488ff 100644 --- a/python-auth-credential.spec +++ b/python-auth-credential.spec @@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc LICENSE README CHANGES test +%doc LICENSE README.rst CHANGES %{python_sitelib}/auth/ %if 0%{?rhel} != 5 %{python_sitelib}/%{srcname}-%{version}-py?.?.egg-info @@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT %if 0%{?with_python3} %files -n python3-auth.credential -%doc LICENSE README CHANGES test +%doc LICENSE README.rst CHANGES %{python3_sitelib}/auth/ %{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info %endif # with_python3