release 0.6 new functionality, new version :) Signed-off-by: Jiri Kastner <jkastner@redhat.com>
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec index f63d6cb..0228c79 100644 --- a/rpm/SPECS/python-linux-procfs.spec +++ b/rpm/SPECS/python-linux-procfs.spec
@@ -5,7 +5,7 @@ %endif Name: python-linux-procfs -Version: 0.5.1 +Version: 0.6 Release: 1%{?dist} License: GPLv2 Summary: Linux /proc abstraction classes @@ -66,12 +66,12 @@ %files -n python2-linux-procfs %defattr(0755,root,root,0755) %{python2_sitelib}/procfs/ -%defattr(0644,root,root,0755) -%{python2_sitelib}/python_linux_procfs*.egg-info -%license COPYING %if 0%{?without_python3} %{_bindir}/pflags %endif +%defattr(0644,root,root,0755) +%{python2_sitelib}/python_linux_procfs*.egg-info +%license COPYING %if 0%{?with_python3} %files -n python3-linux-procfs @@ -84,6 +84,9 @@ %endif %changelog +* Thu Aug 9 2018 Jiri Kastner <jkastner@redhat.com> - 0.6-1 +- moved cannot)set*affinity calls from tuna + * Tue Nov 21 2017 Jiri Kastner <jkastner@redhat.com> - 0.5.1-1 - missed snippet in specfile for python2 only - added scripts to setup.py, pflags renamed and added to setup.py
diff --git a/setup.py b/setup.py index fefdd0d..036a1fa 100755 --- a/setup.py +++ b/setup.py
@@ -12,7 +12,7 @@ PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') setup(name="python-linux-procfs", - version = "0.5.1", + version = "0.6", description = "Linux /proc abstraction classes", author = "Arnaldo Carvalho de Melo", author_email = "acme@redhat.com",