add buildrequires gcc

This commit is contained in:
yangl777 2021-06-24 16:33:09 +08:00
parent 9ea51f3f5d
commit ba64c4ca80

View File

@ -1,13 +1,13 @@
Name: python-schedutils Name: python-schedutils
Version: 0.6 Version: 0.6
Release: 6 Release: 7
Summary: Linux scheduler python bindings Summary: Linux scheduler python bindings
License: GPLv2 License: GPLv2
URL: https://rt.wiki.kernel.org/index.php/Tuna URL: https://rt.wiki.kernel.org/index.php/Tuna
Source0: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz Source0: https://git.kernel.org/pub/scm/libs/python/%{name}/%{name}.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires: python3-devel BuildRequires: python3-devel gcc
%description %description
Python interface for the Linux scheduler. Python interface for the Linux scheduler.
@ -45,6 +45,12 @@ rm -rf %{buildroot}
%{_mandir}/man1/ptaskset.1.gz %{_mandir}/man1/ptaskset.1.gz
%changelog %changelog
* Thu Jun 24 2021 yuanxin<yuanxin24@huawei.com> - 0.6-7
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:add buildrequires gcc
* Fri Oct 30 2020 tianwei <tianwei12@huawei.com> - 0.6-6 * Fri Oct 30 2020 tianwei <tianwei12@huawei.com> - 0.6-6
- remove python2 - remove python2