Bug 2132139
| Summary: | xkeyboard-config-2.38 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | xkeyboard-config | Assignee: | Peter Hutterer <peter.hutterer> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | ajax, caillon+fedoraproject, i18n-bugs, negativo17, peter.hutterer, ppisar, rhughes, rstrode, sandmann |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-02-08 02:46:46 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
2022-10-04 18:04:48 UTC
Scratch build failed. Details below:
GenericError: File upload failed: cli-build/1664906693.7138777.BEJWuxTn/xkeyboard-config-2.37-1.fc36.src.rpm
Traceback:
File "/usr/local/lib/python3.10/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.10/site-packages/hotness/builders/koji.py", line 198, in build
output["build_id"] = self._scratch_build(session, package.name, srpm)
File "/usr/local/lib/python3.10/site-packages/hotness/builders/koji.py", line 451, in _scratch_build
session.uploadWrapper(source, serverdir)
File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 3083, in uploadWrapper
self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 3018, in fastUpload
raise GenericError("File upload failed: %s/%s" % (path, name))
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
For your reference, I experience a regression between 2.36 and 2.37 in Gentoo: "setxkbmap -layout en" or "setxkbmap -layout cz" reports a failure, while "setxkbmap -layout de" works. Please test it before pushing 2.37 into Fedora. Petr, can you specify what failure you're seeing please? I've tried this locally and can't seem to reproduce. setxkbmap -layout en I'd expect to not work since xkeyboard-config is structured by country + language and "en" is not a country. cz and de work fine here, afaict. Releases retrieved: 2.38 Upstream release that is considered latest: 2.38 Current version/release in rawhide: 2.36-4.fc38 URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig/ Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/ More information about the service that created this bug can be found at: https://docs.fedoraproject.org/en-US/package-maintainers/Upstream_Release_Monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from Anitya: https://release-monitoring.org/project/5191/ To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/xkeyboard-config Scratch build failed. Details below:
GenericError: Invalid method: krb_login
Traceback:
File "/usr/local/lib/python3.10/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.10/site-packages/hotness/builders/koji.py", line 195, in build
session = self._session_maker()
File "/usr/local/lib/python3.10/site-packages/hotness/builders/koji.py", line 422, in _session_maker
result = koji_session.krb_login(
File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 2362, in __call__
return self.__func(self.__name, args, opts)
File "/usr/lib/python3.10/site-packages/koji/__init__.py", line 2874, in _callMethod
raise err
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'm not sure if that was related but it turned out that "-option grp:shift_toggle" stopped working and one has to use "-option grp:shifts_toggle" now. The form without "s" was nonstandard, though it was implemented until 2.38. |