Fabian Deutsch has uploaded a new change for review. Change subject: recipe: Hack to unhide backports ......................................................................
recipe: Hack to unhide backports Invalidate the lib64 specific backports package to unhide the /usr/lib/ based backports package, which contains the ssl_match_hostname module. Change-Id: I1e30f5481a8ce587128733ac88e519e769c1af4c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1167620 Signed-off-by: Fabian Deutsch <[email protected]> --- M recipe/common-post.ks 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/65/35665/1 diff --git a/recipe/common-post.ks b/recipe/common-post.ks index ba0b9fa..1da8bcb 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -291,3 +291,6 @@ echo "Regenerating initramfs" dracut -f || : + +# https://bugzilla.redhat.com/show_bug.cgi?id=1168582 +rm -vf /usr/lib64/python2.*/site-packages/backports/* -- To view, visit http://gerrit.ovirt.org/35665 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1e30f5481a8ce587128733ac88e519e769c1af4c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
