[codehaus-parent] Preserve timestamp

Orion Poplawski orion at fedoraproject.org
Tue Jul 3 14:57:00 UTC 2012


commit 7fe32a39464b61f5f56bb41f640b056b5d7654e3
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Tue Jul 3 08:57:00 2012 -0600

    Preserve timestamp

 codehaus-parent.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/codehaus-parent.spec b/codehaus-parent.spec
index 566ba6e..e3ae00f 100644
--- a/codehaus-parent.spec
+++ b/codehaus-parent.spec
@@ -21,7 +21,7 @@ This package contains the parent pom file for codehaus projects.
 
 %prep
 %setup -q -c -T
-cp %{SOURCE0} .
+cp -p %{SOURCE0} .
 %patch0
 
 %build


More information about the scm-commits mailing list