-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages versions at august, 17th, 2016 (#5)
Kernel was rebased to 4.7. * Qemu to 2.7.0-rc3 -kvm_stat moved to kernel tree moving out qemu https://patchwork.kernel.org/patch/9138047/ moving into kernel https://patchwork.kernel.org/patch/8761351/ - rpmmacro to ignore unpackaged files at the end of the build added. There are a new set of roms available, let's investigate case by case if we should keep them or not, here is the list: /usr/share/qemu/efi-e1000e.rom /usr/share/qemu/efi-vmxnet3.rom /usr/share/qemu/linuxboot_dma.bin - trace-events apprently moved into trace-events-all reference https://patchwork.kernel.org/patch/9167517/ Closes #24 (Weekly build - August, 17th, 2016)
- Loading branch information
1 parent
f681c36
commit ec12f97
Showing
7 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
%_unpackaged_files_terminate_build 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Package: | ||
name: 'QEMU' | ||
clone_url: 'https://github.com/open-power-host-os/qemu.git' | ||
branch: 'powerkvm-v3.1.1' | ||
commit_id: '7d4a58a' | ||
expects_source: "qemu-2200.0" | ||
branch: 'hostos-devel' | ||
commit_id: '5f0e775' | ||
expects_source: "qemu-3100.0" | ||
files: | ||
centos: | ||
'7.2': | ||
spec: 'centOS/7.2/qemu.spec' | ||
rpmmacro: 'centOS/7.2/rpmmacro' | ||
build_files: 'centOS/7.2/SOURCES' | ||
dependencies: | ||
- 'libseccomp' |