Bug 2363091 - zypper-1.14.94 is available
Summary: zypper-1.14.94 is available
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: zypper
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-30 12:00 UTC by Upstream Release Monitoring
Modified: 2026-01-17 00:48 UTC (History)
3 users (show)

Fixed In Version: zypper-1.14.94-1.fc43
Clone Of:
Environment:
Last Closed: 2026-01-17 00:48:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 1.14.89 (#2363091) (897 bytes, patch)
2025-04-30 12:00 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.14.90 (#2363091) (897 bytes, patch)
2025-05-22 19:35 UTC, Upstream Release Monitoring
no flags Details | Diff
Update to 1.14.94 (#2363091) (1.05 KB, patch)
2025-09-23 16:06 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2025-04-30 12:00:28 UTC
Releases retrieved: 1.14.89
Upstream release that is considered latest: 1.14.89
Current version/release in rawhide: 1.14.88-1.fc43
URL: https://github.com/openSUSE/zypper

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/14824/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/zypper

Comment 1 Upstream Release Monitoring 2025-04-30 12:00:35 UTC
Created attachment 2087898 [details]
Update to 1.14.89 (#2363091)

Comment 2 Upstream Release Monitoring 2025-04-30 12:11:11 UTC
the-new-hotness/release-monitoring.org's scratch build of zypper-1.14.89-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=132140471

Comment 3 Upstream Release Monitoring 2025-05-22 19:35:09 UTC
Releases retrieved: 1.14.90
Upstream release that is considered latest: 1.14.90
Current version/release in rawhide: 1.14.88-1.fc43
URL: https://github.com/openSUSE/zypper

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/14824/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/zypper

Comment 4 Upstream Release Monitoring 2025-05-22 19:35:14 UTC
Created attachment 2091155 [details]
Update to 1.14.90 (#2363091)

Comment 5 Upstream Release Monitoring 2025-05-22 19:43:13 UTC
the-new-hotness/release-monitoring.org's scratch build of zypper-1.14.90-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=133105666

Comment 6 Upstream Release Monitoring 2025-07-18 22:39:30 UTC
Releases retrieved: 1.14.92, 1.14.93
Upstream release that is considered latest: 1.14.93
Current version/release in rawhide: 1.14.88-1.fc43
URL: https://github.com/openSUSE/zypper

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/14824/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/zypper

Comment 7 Upstream Release Monitoring 2025-07-18 22:39:34 UTC
Scratch build failed. Details below:

Fault: <Fault 1: "<class 'FileExistsError'>: [Errno 17] File exists: '/mnt/koji/work/cli-build/1752878373.1664436.kCOTXvOj'">
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 252, in build
    output["build_id"] = self._scratch_build(session, package.name, srpm)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 469, in _scratch_build
    session.uploadWrapper(source, serverdir)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3406, in uploadWrapper
    self.fastUpload(localfile, path, name, callback, blocksize, overwrite, volume=volume)
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3303, in fastUpload
    result = self._callMethod('rawUpload', (chunk, ofs, path, name), callopts)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3120, in _renew_expired_session
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3199, in _callMethod
    raise err
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3146, in _callMethod
    return self._sendCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3039, in _sendCall
    raise e
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3035, in _sendCall
    return self._sendOneCall(handler, headers, request)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3088, in _sendOneCall
    ret = self._read_xmlrpc_response(r)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/__init__.py", line 3100, in _read_xmlrpc_response
    result = u.close()
             ^^^^^^^^^
  File "/usr/lib64/python3.12/xmlrpc/client.py", line 668, in close
    raise Fault(**self._stack[0])

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

Comment 8 Upstream Release Monitoring 2025-09-23 16:06:07 UTC
Releases retrieved: 1.14.94
Upstream release that is considered latest: 1.14.94
Current version/release in rawhide: 1.14.88-2.fc43
URL: https://github.com/openSUSE/zypper

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/14824/


To change the monitoring settings for the project, please visit:
https://src.fedoraproject.org/rpms/zypper

Comment 9 Upstream Release Monitoring 2025-09-23 16:06:13 UTC
Created attachment 2107360 [details]
Update to 1.14.94 (#2363091)

Comment 10 Upstream Release Monitoring 2025-09-23 16:22:09 UTC
the-new-hotness/release-monitoring.org's scratch build of zypper-1.14.94-1.fc40.src.rpm for rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=137411291

Comment 11 Fedora Update System 2026-01-16 19:09:43 UTC
FEDORA-2026-d045bd239a (libzypp-17.38.1-1.fc43 and zypper-1.14.94-1.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-d045bd239a

Comment 12 Fedora Update System 2026-01-17 00:48:46 UTC
FEDORA-2026-d045bd239a (libzypp-17.38.1-1.fc43 and zypper-1.14.94-1.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.