On mardi 23 octobre 2018 23:47:05 CEST you wrote:
> On mardi 23 octobre 2018 22:43:16 CEST Nicolas Mailhot wrote:
> > Anyway, since no one answers when I list the possible fixes and ask to
> > choose between them, I fixed the Fedora spec files myself.
> > 
> > Feel free to reintroduce %gosetup calls if you really want them, once
> > the %gosetup implementation has been fixed.
> 
> Thanks for doing but you messed up the bumping of all the %changelog
> entries.

Used this Fish script to fix my SPEC:

for f in (grep --include=\*.spec -rnwl './' -e "redhat-rpm-config-123") 
    sed -i -e '/\* Tue Oct 23 2018 Nicolas Mailhot 
<nim@fedoraproject\.org>/{n;d}' $f
    set version (rpmspec -q --srpm --qf "%{version}-%{release}" $f | sed 
's|\.fc2[0-9]||')
    sed -i "s|\* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject\.org>|\* 
Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject\.org> - $version|" $f
    pushd (dirname $f)
    fedpkg ci -m "Fix changelog entry"
    popd
end

Wish you would fix the rest.

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to