diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..15f93e6 --- /dev/null +++ b/README.rst @@ -0,0 +1,19 @@ +=================== +qemu-kvm development +=================== + +qemu-kvm is maintained in a `source tree`_ rather than directly in dist-git. +This provides way to develope using regular source code structure and provides +way to generate SRPM and build using koji service. In addition, local build using +CentOS 9 Stream specific configuration. + +Developers deliver all changes to source-git using merge request. Only maintainers +will be pushing changes sent to source-git to dist-git. + +Each release in dist-git is tagged in the source repository so you can easily +check out the source tree for a build. The tags are in the format +name-version-release, but note release doesn't contain the dist tag since the +source can be built in different build roots (Fedora, CentOS, etc.) + +.. _source tree: https://gitlab.com/redhat/centos-stream/src/qemu-kvm + diff --git a/qemu-kvm.spec b/qemu-kvm.spec index fdad09e..3e0ff61 100644 --- a/qemu-kvm.spec +++ b/qemu-kvm.spec @@ -182,6 +182,8 @@ Patch0016: 0016-virtio-scsi-Reject-scsi-cd-if-data-plane-enabled-RHE.patch Patch0017: 0017-BZ1653590-Require-at-least-64kiB-pages-for-downstrea.patch Patch0018: 0018-qcow2-Deprecation-warning-when-opening-v2-images-rw.patch +# Source-git patches + %if %{have_clang} BuildRequires: clang %if %{have_safe_stack} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..53ce59a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +--- +elf: + exclude_path: (.*s390-ccw.img.*)|(.*s390-netboot.img.*) +inspections: + badfuncs: off +