Compare commits
No commits in common. "7350e8ca77c834c97c112e89c9f2a35af603ae29" and "6dbcf545e4bc97533cdb17dad9f86d7129ad964e" have entirely different histories.
7350e8ca77
...
6dbcf545e4
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
Name: ocaml-libvirt
|
||||
Version: 0.6.1.7
|
||||
Release: 11%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: OCaml binding for libvirt
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
@ -78,9 +78,6 @@ make install
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.7-11
|
||||
- OCaml 5.2.0 ppc64le fix
|
||||
|
||||
* Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.6.1.7-10
|
||||
- OCaml 5.2.0 for Fedora 41
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
#!/bin/bash -
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# Compile trivial libvirt program.
|
||||
echo 'print_endline Libvirt_version.version' > virttest.ml
|
||||
ocamlfind ocamlopt -package libvirt virttest.ml -linkpkg -o virttest
|
||||
./virttest
|
@ -1,13 +0,0 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- ocaml
|
||||
- ocaml-findlib
|
||||
- ocaml-libvirt-devel
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: ./basic-test.sh
|
Loading…
Reference in New Issue
Block a user