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 Makefile M ovirt-engine-sdk-python.spec.in 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/22/30622/1 diff --git a/Makefile b/Makefile index 5c717ef..cb4f9ff 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.2 +rpmrelease:=0.3 rpmversion=3.6.0.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec diff --git a/ovirt-engine-sdk-python.spec.in b/ovirt-engine-sdk-python.spec.in index fd5cb62..bf5db54 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 * Thu Jan 9 2014 Juan Hernandez <[email protected]> - 3.4.0.2-1 -- To view, visit http://gerrit.ovirt.org/30622 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: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
