This commit is contained in:
Ralph Bean 2015-12-09 11:06:52 -05:00
parent a38c1ffabb
commit 3ce0b03b77
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ psutil-0.1.3.tar.gz
/psutil-0.5.1.tar.gz
/psutil-0.6.1.tar.gz
/psutil-1.2.1.tar.gz
/psutil-2.2.1.tar.gz

View File

@ -10,7 +10,7 @@
}
Name: python-psutil
Version: 1.2.1
Version: 2.2.1
Release: 1%{?dist}
Summary: A process and system utilities module for Python
@ -89,7 +89,7 @@ popd
%files
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc CREDITS HISTORY README TODO
%doc CREDITS HISTORY.rst README.rst TODO
%{python_sitearch}/%{short_name}/
%{python_sitearch}/*.egg-info
%{python_sitearch}/*.so
@ -99,7 +99,7 @@ popd
%files -n python3-psutil
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc CREDITS HISTORY README TODO
%doc CREDITS HISTORY.rst README.rst TODO
%{python3_sitearch}/%{short_name}/
%{python3_sitearch}/*.egg-info
%{python3_sitearch}/*.so
@ -107,6 +107,10 @@ popd
%changelog
* Wed Dec 09 2015 Ralph Bean <rbean@redhat.com> - 2.2.1-1
- Update to 2.2.1 for https://bugzilla.redhat.com/1288221
- Update names of %%doc files.
* Wed Mar 11 2015 Alan Pevec <apevec@redhat.com> - 1.2.1-1
- Update to 1.2.1

View File

@ -1 +1 @@
80c3b251389771ab472e554e6c729c36 psutil-1.2.1.tar.gz
1a2b58cd9e3a53528bb6148f0c4d5244 psutil-2.2.1.tar.gz