diff --git a/.abignore b/.abignore deleted file mode 100644 index 7cd584b..0000000 --- a/.abignore +++ /dev/null @@ -1,31 +0,0 @@ -[suppress_function] -symbol_version_regexp = LIBVIRT_PRIVATE.* -soname_regexp = libvirt\\.so.* - -[suppress_function] -symbol_version_regexp = LIBVIRT_ADMIN_PRIVATE.* -soname_regexp = libvirt-admin\\.so.* - -[suppress_variable] -symbol_version_regexp = LIBVIRT_PRIVATE.* -soname_regexp = libvirt\\.so.* - -[suppress_variable] -symbol_version_regexp = LIBVIRT_ADMIN_PRIVATE.* -soname_regexp = libvirt-admin\\.so.* - -[suppress_function] -symbol_version_regexp = .* -soname_regexp = libvirt_storage_.*\\.so.* - -[suppress_variable] -symbol_version_regexp = .* -soname_regexp = libvirt_storage_.*\\.so.* - -[suppress_function] -symbol_version_regexp = .* -soname_regexp = libvirt_driver_.*\\.so.* - -[suppress_variable] -symbol_version_regexp = .* -soname_regexp = libvirt_driver_.*\\.so.* diff --git a/.gitignore b/.gitignore index 6592dc0..89f9ab7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -SOURCES/libvirt-8.0.0.tar.xz -/libvirt-8.0.0.tar.xz +.build*.log +*.rpm +i686 +x86_64 +libvirt-*.tar.xz diff --git a/README b/README new file mode 100644 index 0000000..a8a7bc1 --- /dev/null +++ b/README @@ -0,0 +1,6 @@ +dist-git repository for libvirt +=============================== + +The development workflow is documented in + + https://gitlab.cee.redhat.com/virt/virt-wiki/-/wikis/KVM/Maintenance/LibvirtWorkflow diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 9693dda..0000000 --- a/gating.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# recipients: libvirt-qe ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -subject_type: brew-build -rules: - - !PassingTestCaseRule {test_case_name: libvirt-ci.libvirt.brew-build.gating.x86_64.tier1.functional} - - !PassingTestCaseRule {test_case_name: libvirt-ci.libvirt-python.brew-build.gating.x86_64.tier1.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml deleted file mode 100644 index ef4b817..0000000 --- a/rpminspect.yaml +++ /dev/null @@ -1,5 +0,0 @@ -emptyrpm: - expected_empty: - - libvirt - - libvirt-daemon-driver-storage - - libvirt-daemon-kvm