[python-linux-procfs] fix source and url

jkastner jkastner at fedoraproject.org
Fri Oct 10 13:13:23 UTC 2014


commit 53755562890d4c4bf005d1186ecacd9279043cb6
Author: Jiri Kastner <jkastner at redhat.com>
Date:   Fri Oct 10 15:17:23 2014 +0200

    fix source and url

 .gitignore               |    1 +
 python-linux-procfs.spec |   15 ++++++++-------
 sources                  |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e107621..26118a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 python-linux-procfs-0.4.4.tar.bz2
 /python-linux-procfs-0.4.6.tar.bz2
 /python-linux-procfs-0.4.5.tar.bz2
+/python-linux-procfs-0.4.6.tar.xz
diff --git a/python-linux-procfs.spec b/python-linux-procfs.spec
index a0c7d3e..b7e0b68 100644
--- a/python-linux-procfs.spec
+++ b/python-linux-procfs.spec
@@ -5,13 +5,12 @@
 
 Name: python-linux-procfs
 Version: 0.4.6
-Release: 3%{?dist}
+Release: 4%{?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
-# Patch0: 0001-pidstats-Added-support-for-parsing-cgroups-as-a-per-.patch
-URL: http://userweb.kernel.org/~acme/python-linux-procfs
+Source: https://www.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)
@@ -21,7 +20,6 @@ Abstractions to extract information from the Linux kernel /proc files.
 
 %prep
 %setup -q
-# %patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -43,13 +41,16 @@ rm -rf %{buildroot}
 %doc COPYING
 
 %changelog
+* Fri Oct 10 2014 Jiri Kastner <jkastner at redhat.com> - 0.4.6-4
+- fix source and url
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-* Wed Jun 14 2013 Jiri Kastner <jkastner at redhat.com> - 0.4.6-1
+* Fri Jun 14 2013 Jiri Kastner <jkastner at redhat.com> - 0.4.6-1
 - updated to 0.4.6
 
 * Thu Jun  6 2013 Jiri Kastner <jkastner at redhat.com> - 0.4.5-1
@@ -76,7 +77,7 @@ rm -rf %{buildroot}
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Feb 10 2009 Arnaldo Carvalho de Melo <acme at redhat.com> - 0.4.4-1
+* Tue Feb 10 2009 Arnaldo Carvalho de Melo <acme at redhat.com> - 0.4.4-1
 - Even more fixes due to the fedora review process
 
 * Mon Feb  9 2009 Arnaldo Carvalho de Melo <acme at redhat.com> - 0.4.3-1
diff --git a/sources b/sources
index 5e22b6f..c2d094a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91807f1a1dcf09372c15e76061ca1342  python-linux-procfs-0.4.6.tar.bz2
+881fa973dd6cda1d431f51126b55b085  python-linux-procfs-0.4.6.tar.xz


More information about the scm-commits mailing list