From ab7a3d0b63fae54ce28da54ddaf87931a62026b5 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 11 Aug 2014 14:41:34 +0000 Subject: [PATCH] don't just update directories Conflicts: golang.spec --- golang.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index ac10839..fc39981 100644 --- a/golang.spec +++ b/golang.spec @@ -39,7 +39,7 @@ Name: golang Version: 1.2.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: The Go Programming Language License: BSD @@ -476,7 +476,8 @@ mkdir -p $RPM_BUILD_ROOT%{goroot} cp -apv api bin doc favicon.ico include lib pkg robots.txt src misc VERSION \ $RPM_BUILD_ROOT%{goroot} -find $RPM_BUILD_ROOT%{goroot}/src -type d -exec touch -r $RPM_BUILD_ROOT%{goroot}/VERSION "{}" \; +# bz1099206 +find $RPM_BUILD_ROOT%{goroot}/src -exec touch -r $RPM_BUILD_ROOT%{goroot}/VERSION "{}" \; # remove the unnecessary zoneinfo file (Go will always use the system one first) rm -rfv $RPM_BUILD_ROOT%{goroot}/lib/time @@ -888,6 +889,9 @@ fi %changelog +* Mon Aug 11 2014 Vincent Batts - 1.2.2-14 +- update timestamps of source files during %%install bz1099206 + * Fri Aug 08 2014 Vincent Batts - 1.2.2-13 - update timestamps of source during %%install bz1099206