diff --git a/python-schedutils.spec b/python-schedutils.spec index 861efe0..a686b0f 100644 --- a/python-schedutils.spec +++ b/python-schedutils.spec @@ -7,7 +7,7 @@ Summary: Linux scheduler python bindings Name: python-schedutils Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: https://rt.wiki.kernel.org/index.php/Tuna Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz @@ -63,7 +63,6 @@ rm -rf %{buildroot} %files -n python2-schedutils %defattr(-,root,root) -%license COPYING %{python2_sitearch}/schedutils.so %license COPYING %if 0%{?without_python3} @@ -87,6 +86,9 @@ rm -rf %{buildroot} %endif %changelog +* Tue Nov 21 2017 Jiri Kastner - 0.6-2 +- duplicated license line in file list + * Mon Nov 20 2017 Jiri Kastner - 0.6-1 - added python 3 support