Bug 2342783
| Summary: | neovim-0.10.4 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | neovim | Assignee: | Andreas Schneider <asn> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | aron, asn, danie.dejager, igor.raits, michel |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | neovim-0.10.4-1.fc41 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-06 01:42:29 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2025-01-29 12:05:34 UTC
Scratch build failed. Details below:
BuilderException: Build failed:
Command '['git', 'commit', '-a', '-m', 'Update to 0.10.4 (#2342783)']' returned non-zero exit status 1.
StdOut:
On branch rawhide
Your branch is up to date with 'origin/rawhide'.
nothing to commit, working tree clean
Traceback:
File "/usr/local/lib/python3.12/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build
result = self.builder.build(request.package, request.opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 185, in build
raise BuilderException(
If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues
I see in my test build using EPEL 9 that a call is made to patch 0 but only patch1000 is defined in the new spec. Start: buildsrpm
Start: rpmbuild -bs
error: No patch number 0
Building target platforms: x86_64
Building for target x86_64
Finish: rpmbuild -bs
From SPEC:
```
Patch1000: neovim-lua-bit32.patch
```
and
```
%patch -P 0 -p1
%patch -P 1 -p1
%if %{without luajit}
%patch -P 1000 -p1
%endif
```
FEDORA-2025-1cb75e3b58 (neovim-0.10.4-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-1cb75e3b58 FEDORA-2025-1cb75e3b58 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-1cb75e3b58` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-1cb75e3b58 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-1cb75e3b58 (neovim-0.10.4-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |