Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu-4.2.1-5.2.12 #5

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions SPECS/qemu.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global package_speccommit aa20fa170b47573c878f6eb7d97afa422e5edc67
%global package_speccommit d14b7716009e21986306201bc30bb9d9e90a1380
%global usver 4.2.1
%global xsver 5.2.10
%global xsver 5.2.12
%global xsrel %{xsver}%{?xscount}%{?xshash}
%global package_srccommit v4.2.1

Expand Down Expand Up @@ -227,6 +227,12 @@ cp -r scripts/qmp %{buildroot}%{_datarootdir}/qemu
%{?_cov_results_package}

%changelog
* Fri Aug 02 2024 Stephen Cheng <[email protected]> - 4.2.1-5.2.12
- CP-46112: Rebuild after new version of jemalloc

* Fri Aug 02 2024 Stephen Cheng <[email protected]> - 4.2.1-5.2.11
- CP-46112: Rebuild with new version of jemalloc

* Tue Jun 04 2024 Frediano Ziglio <[email protected]> - 4.2.1-5.2.10
- CP-46254: Make PCI passthrough work in lockdown mode

Expand Down