[node-patches] Change in ovirt-node[ovirt-3.5]: /bin isn't a symlink to /usr/bin on rhel6, patch appropriately
rbarry at redhat.com
rbarry at redhat.com
Mon Sep 21 22:32:20 UTC 2015
Ryan Barry has uploaded a new change for review.
Change subject: /bin isn't a symlink to /usr/bin on rhel6, patch appropriately
......................................................................
/bin isn't a symlink to /usr/bin on rhel6, patch appropriately
virt-who-password is in /usr/bin, not /bin
Also change rhevh7-post so the patch is the same.
Change-Id: I127716f498a9c902f97e887821bcc48df8746ada
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1263219
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M recipe/rhevh6-post.ks
M recipe/rhevh7-post.ks
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/81/46481/1
diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 6dbd261..01cea6c 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -198,7 +198,7 @@
# python files. Change this to the compiled version as well, and
# persist the generated key file
-patch -d /bin -p0 << \EOF_virt_who_password
+patch -d /usr/bin -p0 << \EOF_virt_who_password
--- virt-who-password 2015-04-07 12:13:41.992000000 -0400
+++ virt-who-password 2015-04-07 12:14:33.909000000 -0400
@@ -1,10 +1,12 @@
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index 7a97636..8a4ff32 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -199,7 +199,7 @@
# python files. Change this to the compiled version as well, and
# persist the generated key file
-patch -d /bin -p0 << \EOF_virt_who_password
+patch -d /usr/bin -p0 << \EOF_virt_who_password
--- virt-who-password 2015-04-07 12:13:41.992000000 -0400
+++ virt-who-password 2015-04-07 12:14:33.909000000 -0400
@@ -1,10 +1,12 @@
--
To view, visit https://gerrit.ovirt.org/46481
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I127716f498a9c902f97e887821bcc48df8746ada
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list