#20 Added MANIFEST.in, so that we can create srpm from setuptools.py sdist
Merged 4 years ago by asaleh. Opened 4 years ago by asaleh.
fedora-infra/ asaleh/rpmautospec add_manifest  into  master

file added
+6
@@ -0,0 +1,6 @@ 

+ include LICENSE

+ include README.rst

+ include *.txt

+ include *.rst

+ recursive-include koji_plugin *.py

+ recursive-include tests *.py *.tar.gz *.spec *.json 

\ No newline at end of file

The setyp.py sdist only packaged the rpmautospec package, missing the koji plugin
The rpmbuild was complainig about missing LICENSE and *requrements.txt.

Build succeeded.

Do we want to include a tarball in the released tarball?

Well, I have it as a part of the changelog test. We might not include tests at all?

Well, I have it as a part of the changelog test. We might not include tests at all?

Didn't know (I wanted to check but you replied before I did :)), carry on then :)

rebased onto 978ef05

4 years ago

Build succeeded.

Pull-Request has been merged by asaleh

4 years ago

@asaleh didn't got for the recursive-excludes finally?

I did! Let's try again ...