pass only 2 numbers to version.txt as bootmanager's logic depends on that
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Apr 2013 06:50:57 +0000 (08:50 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 24 Apr 2013 06:50:57 +0000 (08:50 +0200)
bootcd.spec

index a2e83ea..82b86e1 100644 (file)
@@ -73,8 +73,8 @@ Conflicts: MyPLC <= 4.3
 
 pushd bootcd
 
-# Build the reference image
-./prep.sh %{pldistro} %{nodefamily} %{version}-%{taglevel}
+# Build the reference image - pass 3-fold version number to go in version.txt
+./prep.sh %{pldistro} %{nodefamily} %{version}
 
 popd