[module-init-tools] module-init-tools: switch back to cached source files for the moment

Jon Masters jcm at fedoraproject.org
Tue May 31 15:26:31 UTC 2011


commit 22a196755a96511982bce146ed34ffb46e0b80cd
Author: Jon Masters <jcm at jonmasters.org>
Date:   Tue May 31 11:33:50 2011 -0400

    module-init-tools: switch back to cached source files for the moment
    
    Seems to still be a sync problem with some of the kernel.org servers.
    Until that is resolved, use a local version again, but switch to the
    bz2 tarball generated by the upstream server in place of the gz.
    
    Signed-off-by: Jon Masters <jcm at jonmasters.org>

 .gitignore             |    2 ++
 module-init-tools.spec |   12 +++++++-----
 sources                |    4 ++--
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfc7678..7f2cf31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ module-init-tools-3.11.1.tar.bz2.sign
 /module-init-tools-3.12.tar.bz2.sign
 /module-init-tools-3.13.tar.gz
 /module-init-tools-3.13.tar.gz.sign
+/module-init-tools-3.13.tar.bz2
+/module-init-tools-3.13.tar.bz2.sign
diff --git a/module-init-tools.spec b/module-init-tools.spec
index fbec7d3..7ab5d21 100644
--- a/module-init-tools.spec
+++ b/module-init-tools.spec
@@ -4,11 +4,13 @@ Summary: Kernel module management utilities.
 Name: module-init-tools
 Version: 3.13
 # Release: 0.1.%{pre_release}%{?dist}
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
-Source: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}.tar.bz2
-Source1: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}.tar.bz2.sign
+#Source: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}.tar.bz2
+#Source1: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}.tar.bz2.sign
+Source: module-init-tools-3.13.tar.bz2
+Source1: module-init-tools-3.13.tar.bz2.sign
 Source2: modprobe-dist.conf
 Source3: weak-modules
 Source4: depmod-dist.conf
@@ -83,8 +85,8 @@ fi
 %ghost %config(noreplace) %verify(not md5 size mtime) /etc/modprobe.d/local.conf
 
 %changelog
-* Tue May 31 2011 Jon Masters <jcm at jonmasters.org> 3.13-2
-- Rebuild with official kernel.org version now that kernel.org is in sync
+* Tue May 31 2011 Jon Masters <jcm at jonmasters.org> 3.13-3
+- Use bz2 tarballs generated by the upstream release server
 
 * Tue May 31 2011 Jon Masters <jcm at jonmasters.org> 3.13-1
 - Rebuild with local cached upstream files while kernel.org is syncing
diff --git a/sources b/sources
index 841cb7e..0e0013c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-b8d4701edc382763b2c59e7689cb83a0  module-init-tools-3.13.tar.gz
-05064b18a3c39f96b09e9585f244593c  module-init-tools-3.13.tar.gz.sign
+dc575e7df00d9f745bf23b32f927b7a6  module-init-tools-3.13.tar.bz2
+2a75039dbfcaad677170a1d862c0b15c  module-init-tools-3.13.tar.bz2.sign


More information about the scm-commits mailing list