forked from pool/cpuset
ae928f1f52
- Merge new cpuset upstream. Update URL, and add post v1.5.6 fixes. - New patches: Fix-crash-with-SCHED_IDLE-policy.patch (bnc#959992) Handle-unknown-scheduler-policy-codes-gracefully.patch (bnc#959992) Parse-proc-pid-stat-properly.patch Docu-remove-mention-about-nonexistent-option.patch (bnc#957323) Docu-fix-asciidoc-build-error.patch Update-URLs-after-project-migration.patch Docu-fixed-a-typo.patch Fix-typo-in-setup-py.patch OBS-URL: https://build.opensuse.org/request/show/351159 OBS-URL: https://build.opensuse.org/package/show/hardware/cpuset?expand=0&rev=24
22 lines
753 B
Diff
22 lines
753 B
Diff
From: Mike Galbraith <mgalbraith@suse.de>
|
|
Subject: Fix type in setup.py to get make [rpm/srcrpm] working
|
|
Date: Tue Dec 29 07:45:23 CET 2015
|
|
References:
|
|
|
|
Signed-off-by: Mike Galbraith <mgalbraith@suse.de>
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -10,7 +10,7 @@ setup(name = 'cpuset',
|
|
license = 'GPLv2',
|
|
author = 'Alex Tsariounov',
|
|
author_email = 'alext@novell.com',
|
|
- url = 'https://github.com/lpechacek/cpuset'
|
|
+ url = 'https://github.com/lpechacek/cpuset',
|
|
description = 'Allows manipluation of cpusets and provides higher level functions.',
|
|
long_description = \
|
|
'Cpuset is a Python application to make using the cpusets facilities in the Linux\n'
|