Update URLs after project migration
Signed-off-by: Libor Pechacek <lpechacek@suse.com>
This commit is contained in:
parent
9fb1132877
commit
1341fdd07d
11
README
11
README
@ -3,15 +3,16 @@ standard Linux filesystem calls to make using the cpusets facilities
|
||||
in the Linux kernel easier.
|
||||
|
||||
For the latest version see:
|
||||
http://code.google.com/p/cpuset
|
||||
https://github.com/lpechacek/cpuset
|
||||
|
||||
For packages, see the OpenSUSE build service:
|
||||
http://download.opensuse.org/repositories/home:/tsariounov:/cpuset
|
||||
https://build.opensuse.org/package/show/hardware/cpuset
|
||||
http://download.opensuse.org/repositories/hardware/
|
||||
|
||||
Bugs or feature requests should be sent to:
|
||||
http://code.google.com/p/cpuset/issues/list
|
||||
or for supported products, the Novell Bugzilla at:
|
||||
http://bugzilla.novell.com
|
||||
https://github.com/lpechacek/cpuset/issues
|
||||
or for supported products, SUSE Bugzilla at:
|
||||
https://bugzilla.suse.com
|
||||
|
||||
-----
|
||||
|
||||
|
10
cpuset.spec
10
cpuset.spec
@ -6,11 +6,11 @@
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via
|
||||
# http://code.google.com/p/cpuset/issues/list
|
||||
# https://github.com/lpechacek/cpuset/issues
|
||||
# Or
|
||||
# http://bugs.opensuse.org/
|
||||
# https://bugzilla.opensuse.org
|
||||
#
|
||||
# For supported products, via http://bugzilla.novell.com
|
||||
# For supported products, via https://bugzilla.suse.com
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
@ -18,9 +18,9 @@
|
||||
Name: cpuset
|
||||
Version: 1.5.6
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
License: GPL-2.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://code.google.com/p/cpuset
|
||||
Url: https://github.com/lpechacek/cpuset
|
||||
Group: System/Management
|
||||
Summary: Allows manipulation of cpusets on system and provides higher level functions
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1329,12 +1329,12 @@ What To Do if There are Problems
|
||||
If you encounter problems with the *cset* application, the best option is to
|
||||
log a bug with the *cset* bugzilla instance found here:
|
||||
|
||||
http://code.google.com/p/cpuset/issues/list
|
||||
https://github.com/lpechacek/cpuset/issues
|
||||
|
||||
If you are using *cset* on a supported operating system such as SLES or SLERT
|
||||
from Novell, then please use that bugzilla instead at:
|
||||
|
||||
http://bugzilla.novell.com
|
||||
https://bugzilla.suse.com
|
||||
|
||||
If the problem is repeatable, there is an excellent chance that it will get
|
||||
fixed quickly. Also, *cset* contains a logging facility that is invaluable
|
||||
|
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ setup(name = 'cpuset',
|
||||
license = 'GPLv2',
|
||||
author = 'Alex Tsariounov',
|
||||
author_email = 'alext@novell.com',
|
||||
url = 'http://code.google.com/p/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'
|
||||
|
Loading…
Reference in New Issue
Block a user