Bug 2346660 - nvml-2.1.3 is available
Summary: nvml-2.1.3 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nvml
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Priscila Gutierres
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-19 19:05 UTC by Upstream Release Monitoring
Modified: 2026-03-24 20:50 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-03-24 20:50:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Update to 2.1.1 (#2346660) (1.01 KB, patch)
2025-02-19 19:05 UTC, Upstream Release Monitoring
no flags Details | Diff

Description Upstream Release Monitoring 2025-02-19 19:05:28 UTC
Releases retrieved: 2.1.1
Upstream release that is considered latest: 2.1.1
Current version/release in rawhide: 2.1.0-3.fc42
URL: https://github.com/pmem/pmdk

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


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

Comment 1 Upstream Release Monitoring 2025-02-19 19:05:38 UTC
Created attachment 2077147 [details]
Update to 2.1.1 (#2346660)

Comment 2 Upstream Release Monitoring 2025-02-19 19:12:34 UTC
the-new-hotness/release-monitoring.org's scratch build of nvml-2.1.1-1.fc40.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=129410618

Comment 3 Upstream Release Monitoring 2026-03-17 08:21:56 UTC
Releases retrieved: 2.1.2, 2.1.3
Upstream release that is considered latest: 2.1.3
Current version/release in rawhide: 2.1.0-5.fc44
URL: https://github.com/daos-stack/pmdk

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


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

Comment 4 Upstream Release Monitoring 2026-03-17 08:21:59 UTC
Scratch build failed. Details below:

FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/thn-p9bshuh6/https://src.fedoraproject.org/repo/pkgs'
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 206, in build
    output["message"] = self._compare_sources(old_sources, new_sources)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 373, in _compare_sources
    with open(file_path, "rb") as fd:
         ^^^^^^^^^^^^^^^^^^^^^

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 5 Xose Vazquez Perez 2026-03-18 01:08:32 UTC
(In reply to Upstream Release Monitoring from comment #3)

> Releases retrieved: 2.1.2, 2.1.3
> Upstream release that is considered latest: 2.1.3
> Current version/release in rawhide: 2.1.0-5.fc44
> URL: https://github.com/daos-stack/pmdk
> Based on the information from Anitya: https://release-monitoring.org/project/10755/
> To change the monitoring settings for the project, please visit: https://src.fedoraproject.org/rpms/nvml

Fri Jan 16 2026 Oksana Sałyk <oksana.salyk>

* Version 2.1.3

- Expand the sds.at_create CTL to also cover the POOL_FEAT_CHECK_BAD_BLOCKS
  feature (daos-stack/pmdk#28, DAOS-18296).
  - Until now, it controlled only the POOL_FEAT_SDS feature, but both may use
    NDCTL calls and increase stack usage.
- Fix an issue in the PMEMOBJ allocator with a potential to corrupt the
  allocator's metadata (daos-stack/pmdk#24, DAOS-18195).
- Fix compilation error on LoongArch. Thank you @liuxiang88 and @bgermann for
  your persistence in making it happen! (daos-stack/pmdk#29, pmem/pmdk#5957).

Tue Nov 4 2025 Oksana Sałyk <oksana.salyk>

* Version 2.1.2

- Set up a new home for pmdk software (pmem/pmdk -> daos-stack/pmdk).
  - Reorganized PMem HW tests to accommodate changes in HW supplies
    (daos-stack/pmdk#9-12).
- Expanded the sds.at_create CTL to also cover pmemobj_open()
  (daos-stack/pmdk#5, DAOS-17449)
  - Previously, this CTL affected only pmemobj_create().
  - Now, it affects both pmemobj_create() and pmemobj_open().
  - pmemobj_open() won't be able to open a pool with SDS enabled if the feature
    is currently
  force-disabled.
  - Conversely, pmemobj_open() does not issue a warning when attempting to open
    a pool with SDS disabled
  while the feature is force-disabled.

Wed Feb 19 2025 Oksana Sałyk <oksana.salyk>

* Version 2.1.1

- remove non-Linux support from all compilation paths (OS_KERNEL_NAME)
- add an aarch64 cross-compilation (requested by DAOS)
- mute error messages when transactions are intentionally aborted (#6117) 
- mute error message "Cannot find any matching device, no bad blocks found" when
  PMDK is used without PMem (#6127)


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