[kernel/f17] Touch the needed module-extras temp files so sort doesn't fail (rhbz 833558)

Josh Boyer jwboyer at fedoraproject.org
Fri Jul 20 16:46:58 UTC 2012


commit e557f0dad8ed55fbb1136a8d2b43944e64d7935f
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri Jul 20 12:45:06 2012 -0400

    Touch the needed module-extras temp files so sort doesn't fail (rhbz 833558)

 kernel.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 74e7072..c9894ef 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1772,6 +1772,7 @@ BuildKernel() {
     # our list into the list as well.
     rm -rf dep.list dep2.list
     rm -rf req.list req2.list
+    touch dep.list req.list
     cp %{SOURCE16} .
     for dep in `cat modnames`
     do


More information about the scm-commits mailing list