Re: [Rpm-maint] [rpm-software-management/rpm] Add support for sorting caret ('^') higher than base version and other fixes (#597)

2018-11-27 Thread Kalev Lember
There are tons of places that deal with version comparison that need fixing up to not break with caret addition, e.g. gnome-software, appstream-glib etc. We'll get those updated, but please don't rush this change into stable Fedora branches as this change has a possibility of breaking updates

Re: [Rpm-maint] [rpm-software-management/rpm] Clarify %check script use-case by executing it before %install (#1618)

2021-04-07 Thread Kalev Lember
Would it make sense to change `%check` as the PR here does, and at the same time also add a `%check_buildroot` or something that's the equivalent of the current `%check` and runs after `%install`? This would make it possible to both have a check section that is appropriate for `make check`,