Juan Hernandez has uploaded a new change for review. Change subject: sdk: Fix the names of the documentation files ......................................................................
sdk: Fix the names of the documentation files The use now markdown, so the names have the .md extension, and this needs to be updated in the RPM spec. Change-Id: Id0eb77f3fc2c8f78d4632d50bf9b05d9648457b0 Signed-off-by: Juan Hernandez <[email protected]> --- M ovirt-engine-sdk-python.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/23/30623/1 diff --git a/ovirt-engine-sdk-python.spec.in b/ovirt-engine-sdk-python.spec.in index f1c1623..88a55e8 100644 --- a/ovirt-engine-sdk-python.spec.in +++ b/ovirt-engine-sdk-python.spec.in @@ -37,7 +37,7 @@ %files %{python_sitelib}/ovirtsdk %{python_sitelib}/ovirt_engine_sdk_python-*-info -%doc AUTHORS README LICENSE +%doc AUTHORS.md README.md LICENSE.md %changelog * Fri Jul 18 2014 Juan Hernandez <[email protected]> - 3.5.0.3-1 -- To view, visit http://gerrit.ovirt.org/30623 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id0eb77f3fc2c8f78d4632d50bf9b05d9648457b0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: sdk_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
