https://bugzilla.redhat.com/show_bug.cgi?id=1856005
Paul Grosu pgrosu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #4 from Paul Grosu pgrosu@gmail.com ---
Spec URL: http://www.ccs.neu.edu/~pgrosu/fedora/dmtcp.spec SRPM URL: http://www.ccs.neu.edu/~pgrosu/fedora/dmtcp-2.6.1~rc1-0.1.fc30.src.rpm
We've fixed the two issues: 1. We separated "python3, gcc-c++" into two separate BuildRequires. 2. We fixed '%check' to remove '|| :' at the end. There is a small danger on a slow test machine that a test will time out and fail. It's not likely on modern machines, and we added a comment to explain this issue. 3. In %check, the command to check was changed to: AUTOTEST="--retry-once --slow" make check This seems to fix the problem with epel7. We can now use koji to build and check binary packages for epel7.
Finally, note also that the dmtcp.spec lists "%ix86 x86_64 aarch64" under "ExclusiveArch". The Bugzilla Hardware field allowed only all architectures or just one. We chose x86_64, but we believe the package works on all three architectures.
Thanks for any feedback.