Pavel Valena

Results 50 issues of Pavel Valena

Currently says `N/A`: https://rubygems.org/gems/artifice

MigrationContext class should be used now.

Currently, unless set explicitly otherwise, DT_RPATH is set to `/usr/lib64/`. This was deemed undesired in Fedora: https://fedoraproject.org/wiki/Changes/Broken_RPATH_will_fail_rpmbuild Unless no options is present, it's autodetected by default: https://github.com/brianmario/mysql2/blob/ca883e1a359a10f48ac5d0ce649827b424110cd7/ext/mysql2/extconf.rb#L253 Bugzilla reference: https://bugzilla.redhat.com/show_bug.cgi?id=1987743

I've unpacked the gem v4.4.0 from rubygems and there's no LICENSE file.

None of the files should be executable.

If file is not a regular file (test -f), dracut.sh fails, which is unexpected change of behaviour. The workaround would be to create an empty file. ## Changes The following...

**Describe the bug** Fedora NFS issues in the CI: https://github.com/dracutdevs/dracut/runs/7071776979?check_suite_focus=true https://github.com/dracutdevs/dracut/runs/7071776822?check_suite_focus=true ``` CLIENT TEST END: NFSv3 root=dhcp DHCP path only [FAILED - BAD EXIT] TEST: root filesystem on NFS with...

bug

I've created an [update](https://bodhi.fedoraproject.org/updates/FEDORA-2020-4dd34860a3), using a side-tag. The CVE bugs I've added manually for and I expected the rest, to be added by Bodhi. Bugs, when not built in side-tag,...

through active_supports [calculations.rb](https://github.com/rails/rails/blob/53d9bb9a92c32a6dffdadd534bcb6c6d5e223b91/activesupport/lib/active_support/core_ext/time/calculations.rb#L50). Errors are all same: ``` 5) Error: TestTimecopWithoutDate#test_recursive_travel_then_freeze: NameError: uninitialized constant #::DateTime /usr/share/gems/gems/activesupport-5.2.3/lib/active_support/core_ext/time/calculations.rb:50:in `at_with_coercion' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/time_stack_item.rb:59:in `time' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/time_stack_item.rb:129:in `compute_travel_offset' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/time_stack_item.rb:14:in `initialize' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/timecop.rb:192:in `new' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/timecop.rb:192:in `travel' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/timecop.rb:129:in `send_travel' /builddir/build/BUILD/rubygem-timecop-0.9.1/usr/share/gems/gems/timecop-0.9.1/lib/timecop/timecop.rb:62:in...

**Describe the bug** Test `TestIntegrationCluster#test_load_path_includes_extra_deps` fails when building Puma 5.5.2 in Fedora. **To Reproduce** When running tests: Executed like so -- `CI=1 LC_ALL=C.UTF-8 ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'` ``` TestIntegrationCluster#test_load_path_includes_extra_deps...