Update URLs after project migration

Signed-off-by: Libor Pechacek <lpechacek@suse.com>
python3
Libor Pechacek 9 years ago
parent 9fb1132877
commit 1341fdd07d

@ -3,15 +3,16 @@ standard Linux filesystem calls to make using the cpusets facilities
in the Linux kernel easier. in the Linux kernel easier.
For the latest version see: For the latest version see:
http://code.google.com/p/cpuset https://github.com/lpechacek/cpuset
For packages, see the OpenSUSE build service: 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: Bugs or feature requests should be sent to:
http://code.google.com/p/cpuset/issues/list https://github.com/lpechacek/cpuset/issues
or for supported products, the Novell Bugzilla at: or for supported products, SUSE Bugzilla at:
http://bugzilla.novell.com https://bugzilla.suse.com
----- -----

@ -6,11 +6,11 @@
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via # Please submit bugfixes or comments via
# http://code.google.com/p/cpuset/issues/list # https://github.com/lpechacek/cpuset/issues
# Or # 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 # norootforbuild
@ -18,9 +18,9 @@
Name: cpuset Name: cpuset
Version: 1.5.6 Version: 1.5.6
Release: 1 Release: 1
License: GPL v2 only License: GPL-2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://code.google.com/p/cpuset Url: https://github.com/lpechacek/cpuset
Group: System/Management Group: System/Management
Summary: Allows manipulation of cpusets on system and provides higher level functions Summary: Allows manipulation of cpusets on system and provides higher level functions
Source: %{name}-%{version}.tar.gz 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 If you encounter problems with the *cset* application, the best option is to
log a bug with the *cset* bugzilla instance found here: 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 If you are using *cset* on a supported operating system such as SLES or SLERT
from Novell, then please use that bugzilla instead at: 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 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 fixed quickly. Also, *cset* contains a logging facility that is invaluable

@ -10,7 +10,7 @@ setup(name = 'cpuset',
license = 'GPLv2', license = 'GPLv2',
author = 'Alex Tsariounov', author = 'Alex Tsariounov',
author_email = 'alext@novell.com', 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.', description = 'Allows manipluation of cpusets and provides higher level functions.',
long_description = \ long_description = \
'Cpuset is a Python application to make using the cpusets facilities in the Linux\n' 'Cpuset is a Python application to make using the cpusets facilities in the Linux\n'

Loading…
Cancel
Save