Re: PSA: builds using forge macros with tags broken on rawhide

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux