summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Kastner <jkastner@redhat.com>2017-09-26 19:34:02 +0200
committerJiri Kastner <jkastner@redhat.com>2017-09-26 19:34:02 +0200
commit4ba9b081da982d50b6fac8b503b3689dae348c73 (patch)
treefd97161d878aa7cc2452bf3ef5a8ce071e677c1d
parented174d1107056dc23f70f4cc1cb9c83b809617db (diff)
downloadpython-linux-procfs-4ba9b081da982d50b6fac8b503b3689dae348c73.tar.gz
rpm: fixed Source, URL, bumped versionv0.4.11
Signed-off-by: Jiri Kastner <jkastner@redhat.com>
-rw-r--r--rpm/SPECS/python-linux-procfs.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rpm/SPECS/python-linux-procfs.spec b/rpm/SPECS/python-linux-procfs.spec
index 743def8..b98710f 100644
--- a/rpm/SPECS/python-linux-procfs.spec
+++ b/rpm/SPECS/python-linux-procfs.spec
@@ -2,13 +2,13 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: python-linux-procfs
-Version: 0.4.10
+Version: 0.4.11
Release: 1%{?dist}
License: GPLv2
Summary: Linux /proc abstraction classes
Group: System Environment/Libraries
-Source: http://userweb.kernel.org/~acme/python-linux-procfs/%{name}-%{version}.tar.bz2
-URL: http://userweb.kernel.org/~acme/python-linux-procfs
+Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz
+URL: https://rt.wiki.kernel.org/index.php/Tuna
BuildArch: noarch
BuildRequires: python-devel
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -42,6 +42,9 @@ rm -rf %{buildroot}
%doc COPYING
%changelog
+* Tue Sep 26 2017 Jiri Kastner <jkastner@redhat.com> - 0.4.11-1
+- fixed rpmlint compliants (url, source)
+
* Thu Dec 22 2016 Jiri Kastner <jkastner@redhat.com> - 0.4.10-1
- fixed affinity parsing with cpu numbers greater than 31
- added test for fix above