From 18140d6add69adc351fe6643a094df0fbaad12f4 Mon Sep 17 00:00:00 2001 From: Jiri Kastner Date: Tue, 21 Nov 2017 15:57:41 +0100 Subject: [PATCH] duplicated license line in file list Signed-off-by: Jiri Kastner --- python-schedutils.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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