On Wed, 30 Sep 2020 at 15:19, José Abílio Matos <jama...@fc.up.pt> wrote: > > On Wednesday, September 30, 2020 12:39:15 PM WEST Fabio Valentini wrote: > > > If anything, this is a bug in the R-rprojroot package, because version > > 1.3.2 provides: "R(rprojroot) = 1.3-2", which is smaller than 1.3.2, > > and hence is not enough for >= 1.3.2. > > Thank you Fabio. Since this is done automatically in rpm macros, there is a > bug in there. > > I reported it to Elliot so now at the least the mystery is over. :-)
The thing is that R(package) is meant to provide the original versioning (which allows hyphens and stuff), while R-package takes the adaptation to our versioning system. The problem is that we generally declare dependencies with R-package instead of R(package), and that's an issue in cases like this. I think that preserving the original versioning is a good idea, but we just need to switch to using R(package) to declare all dependencies, like Python, tex, etc., already do. -- Iñaki Úcar _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org