forked from pool/cpuset
Accepting request 657094 from hardware
OBS-URL: https://build.opensuse.org/request/show/657094 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpuset?expand=0&rev=30
This commit is contained in:
commit
5710a66911
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 11 07:49:13 UTC 2018 - lpechacek@suse.com
|
||||||
|
|
||||||
|
- Update to 6c46d71a1c6e, release v1.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 27 19:15:20 UTC 2018 - tchvatal@suse.com
|
Tue Mar 27 19:15:20 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
10
cpuset.spec
10
cpuset.spec
@ -17,7 +17,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define realver 1.6pre1
|
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
%define pyver python
|
%define pyver python
|
||||||
%else
|
%else
|
||||||
@ -29,13 +28,13 @@
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
Name: cpuset
|
Name: cpuset
|
||||||
Version: 1.6~pre1
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Allows manipulation of cpusets on system and provides higher level functions
|
Summary: Allows manipulation of cpusets on system and provides higher level functions
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/lpechacek/cpuset
|
Url: https://github.com/lpechacek/cpuset
|
||||||
Source: https://github.com/lpechacek/cpuset/archive/v%{realver}.tar.gz
|
Source: https://github.com/lpechacek/cpuset/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{pyver}-setuptools
|
BuildRequires: %{pyver}-setuptools
|
||||||
Requires: %{pyver}-future
|
Requires: %{pyver}-future
|
||||||
|
|
||||||
@ -47,7 +46,7 @@ level functions such as implementation and control of a basic CPU
|
|||||||
shielding setup.
|
shielding setup.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{realver}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{pyver} setup.py build
|
%{pyver} setup.py build
|
||||||
@ -68,7 +67,6 @@ install -m 0444 NEWS README AUTHORS COPYING cset.init.d doc/*.txt %{buildroot}/%
|
|||||||
install -m 0444 doc/*.html %{buildroot}/%{_defaultdocdir}/%{name}/html/
|
install -m 0444 doc/*.html %{buildroot}/%{_defaultdocdir}/%{name}/html/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
%{_bindir}/cset
|
%{_bindir}/cset
|
||||||
%if 0%{?suse_version} < 1315
|
%if 0%{?suse_version} < 1315
|
||||||
|
3
v1.6.tar.gz
Normal file
3
v1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:61702a7ad9acb9f0ff30abd37cc74dbae52095f265a89aacee99f42a61ac2512
|
||||||
|
size 117015
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f05baaeef222265e12f6c890d19c841237fdc641ddcd21abf76b2a189d45a6ac
|
|
||||||
size 114470
|
|
Loading…
Reference in New Issue
Block a user