[lcgdm] Fixing sed for fc23 build

Alejandro Alvarez aalvarez at fedoraproject.org
Mon Feb 23 16:41:29 UTC 2015


commit e9dc7527529fbe105f7c487d999a769b27678060
Author: Alejandro Alvarez Ayllon <aalvarez at cern.ch>
Date:   Mon Feb 23 17:41:13 2015 +0100

    Fixing sed for fc23 build

 lcgdm.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lcgdm.spec b/lcgdm.spec
index b8f5c27..4bc685f 100644
--- a/lcgdm.spec
+++ b/lcgdm.spec
@@ -41,7 +41,7 @@
 
 Name:		lcgdm
 Version:	1.8.9
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	LHC Computing Grid Data Management
 
 Group:		Applications/Internet
@@ -529,7 +529,7 @@ chmod 644 doc/lfc/INSTALL-*
 # The code violates the strict aliasing rules all over the place...
 # Need to use -fnostrict-aliasing so that the -O2 optimization in
 # optflags doesn't try to use them.
-sed 's/^CC +=/& %{optflags} -fno-strict-aliasing -fno-tree-sink/' -i config/linux.cf
+sed 's:^CC +=:& %{optflags} -fno-strict-aliasing -fno-tree-sink:' -i config/linux.cf
 sed "s/i386/'i386'/" -i config/linux.cf
 
 popd
@@ -1674,6 +1674,9 @@ fi
 %endif
 
 %changelog
+* Mon Feb 23 2015 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 1.8.9-4
+- Fixed sed expression
+
 * Mon Jan 26 2015 Alejandro Alvarez Ayllon <aalvarez at cern.ch> - 1.8.9-3
 - Rebuilt for gsoap 2.8.21
 


More information about the scm-commits mailing list