duplicated license line in file list
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
This commit is contained in:
parent
28d23060db
commit
18140d6add
@ -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 <jkastner@redhat.com> - 0.6-2
|
||||
- duplicated license line in file list
|
||||
|
||||
* Mon Nov 20 2017 Jiri Kastner <jkastner@redhat.com> - 0.6-1
|
||||
- added python 3 support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user