SPECS: xen.spec - sed->tr (if you insit on using sed, give an apro...

shadzik shadzik at pld-linux.org
Sat Nov 18 20:07:13 CET 2006


Author: shadzik                      Date: Sat Nov 18 19:07:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sed->tr (if you insit on using sed, give an apropriate BR)

---- Files affected:
SPECS:
   xen.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.36 SPECS/xen.spec:1.37
--- SPECS/xen.spec:1.36	Sun Nov 12 00:27:36 2006
+++ SPECS/xen.spec	Sat Nov 18 20:07:07 2006
@@ -48,7 +48,7 @@
 ExclusiveArch:	%{ix86}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_version	%(echo %{version} | sed -e 's/_/-/')
+%define		_version	%(echo %{version} |tr _ -)
 
 %ifnarch i686 athlon pentium3 pentium4
 %undefine	with_pae
@@ -229,6 +229,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2006/11/18 19:07:07  shadzik
+- sed->tr (if you insit on using sed, give an apropriate BR)
+
 Revision 1.36  2006/11/11 23:27:36  domelu
 - missing dir /var/lib/xen/save
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list