aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2016-12-22 16:24:59 +0100
committerJiri Kastner <jkastner@redhat.com>2016-12-22 16:24:59 +0100
commitd7ee5d51d6a6bd6a79f569049873cb802c6e15fd (patch)
tree8edce819631160339185ff3baac617123ae4a669
parentd9a67c628eefe5f570a781a4efab309545607267 (diff)
downloadpython-schedutils-d7ee5d51d6a6bd6a79f569049873cb802c6e15fd.tar.gz
rpm: release 0.5v0.5
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--README1
-rw-r--r--rpm/SPECS/python-schedutils.spec15
2 files changed, 11 insertions, 5 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..92d59ec
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Report bugs and send patches to <tuna-devel@lists.fedorahosted.org>
diff --git a/rpm/SPECS/python-schedutils.spec b/rpm/SPECS/python-schedutils.spec
index 084f097..c1759c2 100644
--- a/rpm/SPECS/python-schedutils.spec
+++ b/rpm/SPECS/python-schedutils.spec
@@ -3,11 +3,12 @@
Summary: Linux scheduler python bindings
Name: python-schedutils
-Version: 0.4
-Release: 2%{?dist}
+Version: 0.5
+Release: 1%{?dist}
License: GPLv2
-URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-schedutils.git
-Source: http://userweb.kernel.org/~acme/python-schedutils/%{name}-%{version}.tar.bz2
+URL: https://rt.wiki.kernel.org/index.php/Tuna
+Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
+http://userweb.kernel.org/~acme/python-schedutils/%{name}-%{version}.tar.bz2
Group: System Environment/Libraries
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,7 +38,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
-%doc COPYING
+%doc COPYING README
%{_bindir}/pchrt
%{_bindir}/ptaskset
%{python_sitearch}/schedutils.so
@@ -48,6 +49,10 @@ rm -rf %{buildroot}
%{_mandir}/man1/ptaskset.1.gz
%changelog
+* Thu Dec 22 2016 Jiri Kastner <jkastner@redhat.com> - 0.5-1
+- added basic support for SCHED_DEADLINE
+- fixed URL and Source in specfile
+
* Tue May 10 2016 John Kacur <jkacur@redhat.com> - 0.4-2
- Add man pages for pchrt and ptaskset
- Fix and update usage messages for pchrt and ptaskset