Hi Samueloph,
https://src.fedoraproject.org/rpms/phosh/blob/rawhide/f/phosh.spec
You need to fixup the tests too though, e.g.:
======================================================================
FAIL: Test set_header() method
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/var/scratch/src/git-buildpackage/git-buildpackage/tests/30_test_rpm_changelog.py", line 99, in test_set_header
eq_(str(section), "* Thu Jan 30 2014 Jane <u@h> 1.1\n- my change\n\n")
AssertionError: '* Thu Jan 30 2014 Jane <u@h> - 1.1\n- my change\n\n' != '* Thu Jan 30 2014 Jane <u@h> 1.1\n- my change\n\n'
Cheers,
-- Guido