From c3363496991c95cadd31a301ec7a4d71fdf7f8a1 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 19 Aug 2016 17:32:33 +0530 Subject: Update spec file Adds python-glusterfs-api.spec to MANIFEST.in to include it when the source tarball is generated using `python setup.py sdist` Steps to build RPMs: $ python setup.py sdist $ rpmbuild -ta dist/gfapi-1.1.tar.gz Change-Id: I05e4e802acba3d2c11551dc1e340e7f8d47d7863 Signed-off-by: Prashanth Pai --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index ce51ba3..dd88d06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ include README.rst COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS include .functests .unittests test-requirements.txt tox.ini test/test.conf +include python-glusterfs-api.spec recursive-include gluster *.py recursive-include test *.py graft doc -- cgit