RHEL-34699 Update to release 0.9.8
- A new NHI for REMBRANDT. - systemd configuration improvement. - Fixed: Determine the string length before writing file. - Fixed: Free on error to prevent resource leak Resolves: RHEL-34699 Signed-off-by: Kate Hsuan <hpa@redhat.com>
This commit is contained in:
parent
cdecfc61f9
commit
26d55197de
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ tests/source/
|
||||
/bolt-0.9.5.tar.gz
|
||||
/bolt-0.9.6.tar.gz
|
||||
/bolt-0.9.7.tar.gz
|
||||
/bolt-0.9.8.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: bolt
|
||||
Version: 0.9.7
|
||||
Version: 0.9.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Thunderbolt device manager
|
||||
License: LGPLv2+
|
||||
@ -77,6 +77,11 @@ mentioned tasks.
|
||||
%ghost %dir %{_localstatedir}/lib/boltd
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2024 Kate Hsuan <hpa@redhat.com> - 0.9.8-1
|
||||
- A new NHI for REMBRANDT.
|
||||
- systemd configuration improvement.
|
||||
- Resolve: RHEL-34699
|
||||
|
||||
* Tue Mar 26 2024 Kate Hsuan <hpa@redhat.com> - 0.9.7-1
|
||||
- Update to upstream release 0.9.7
|
||||
- Support 'nopcie' security level
|
||||
|
12
gating.yaml
12
gating.yaml
@ -1,12 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bolt-0.9.7.tar.gz) = a9ae0425cdba8932356ec4dcf3f6b3469478c01d47ef3b741c0a841117c81b354f35860be6011ea3b43b28ae10164909a82e2bdbcf92e8541c637cf44277a36c
|
||||
SHA512 (bolt-0.9.8.tar.gz) = ca3f1859b01f1370f508696192050231f5ced9a3c10eaa8d508b130f9202cc9161eb50e6884a8818c284f23bdc9d7cb6662442cd04d9d7eb8aeca1a1c0d5c060
|
||||
|
Loading…
Reference in New Issue
Block a user