fix
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 1 Feb 2011 09:37:28 +0000 (10:37 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 1 Feb 2011 09:37:28 +0000 (10:37 +0100)
omf-expctl.spec
omf-resctl.spec

index c259558..aa9f8f0 100644 (file)
@@ -7,7 +7,7 @@
 %define taglevel 9
 
 %define plc_name %{name}-%{version}-%{taglevel}
-%define actual_name omf-resctl-5.3-1ubuntu10-2
+%define expctl_actual_name omf-resctl-5.3-1ubuntu11-2
 
 Summary: OMF Experiment Controller - for end-users
 Name: %{name}
@@ -52,7 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 mkdir unwrap
 
 make omf-resctl 
-(cd unwrap; rpm2cpio ../%{actual_name}.noarch.rpm | cpio -diu)
+(cd unwrap; rpm2cpio ../%{expctl_actual_name}.noarch.rpm | cpio -diu)
 
 # cleanup any svn sequels
 find unwrap -type d -name .svn -print0 | xargs -0 rm -rf
index 29b8564..f36725a 100644 (file)
@@ -7,7 +7,7 @@
 %define taglevel 9
 
 %define plc_name %{name}-%{version}-%{taglevel}
-%define actual_name omf-resctl-5.3-1ubuntu10-2
+%define resctl_actual_name omf-resctl-5.3-1ubuntu11-2
 
 Summary: OMF Resource Controller - for slivers
 Name: %{name}
@@ -43,7 +43,7 @@ Experiment Eontroller (EC) that lets experimenter control their
 resources. It relies on an XMPP server for exchanging with its EC.
 
 ####################
-%define common_actual_name omf-common-5.3-1ubuntu9-2
+%define common_actual_name omf-common-5.3-1ubuntu10-2
 
 %package -n omf-common
 Summary: OMF common utilities 
@@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT
 mkdir unwrap
 
 make omf-resctl 
-(cd unwrap; rpm2cpio ../%{actual_name}.noarch.rpm | cpio -diu)
+(cd unwrap; rpm2cpio ../%{resctl_actual_name}.noarch.rpm | cpio -diu)
 make omf-common
 (cd unwrap ; rpm2cpio ../%{common_actual_name}.noarch.rpm | cpio -diu)
 make liblog4r