[module-init-tools] sources: add kmod to the sources

Jon Masters jcm at fedoraproject.org
Sat Dec 17 03:40:33 UTC 2011


commit b6f01d9b84f00c82c00605e2617f9c28c89559a8
Author: Jon Masters <jcm at jonmasters.org>
Date:   Fri Dec 16 22:39:15 2011 -0500

    sources: add kmod to the sources
    
    Either we will build kmod in this package, or in udev but it makes
    more sense to build it here (one ready) with the --disable-tools
    and then turn the tools replacements on once they are good too.
    
    (this commit only adds the sources, not ready to build yet)
    
    Signed-off-by: Jon Masters <jcm at jonmasters.org>

 .gitignore |    1 +
 sources    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4c7af8..22ece2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ module-init-tools-3.11.1.tar.bz2.sign
 /module-init-tools-3.15.tar.gz.sign
 /module-init-tools-3.16.tar.gz
 /module-init-tools-3.16.tar.gz.sign
+/kmod-1.tar.bz2
diff --git a/sources b/sources
index 9de67d8..99c4bda 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 743d2511a639814fa428b82b9f659e4f  module-init-tools-3.16.tar.gz
 0d488167f584e72cc3306448cb93345a  module-init-tools-3.16.tar.gz.sign
+c80f3d430304ad78279353788c18681f  kmod-1.tar.bz2


More information about the scm-commits mailing list