During the check before a push operation, a file was falsely marked as not listed in the specfile and the check failed.
The marked patch was named "./0001-some-fix.patch" which is rarely seen in the specfile. As a fix, file names are normalized and thus './' prefix is removed.
During the check before a push operation, a file was falsely marked as not listed in the specfile and the check failed.
The marked patch was named "./0001-some-fix.patch" which is rarely seen in the specfile. As a fix, file names are normalized and thus './' prefix is removed.
Fixes: #747
JIRA: RHELCMP-14651
Signed-off-by: Ondřej Nosek onosek@redhat.com