diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libglib-2.0.so.0 +libsystemd.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : conmon +version : 2.0.0 +release : 1 +source : + - git|https://github.com/containers/conmon : v2.0.0 +license : Apache-2.0 +component : virt +summary : An OCI container runtime monitor +description: | + Conmon is a monitoring program and communication tool between a container manager (podman) and an OCI runtime (runc) for a single container. +rundeps : + - runc +build : | + %make +install : | + %make_install PREFIX=%PREFIX% diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,34 @@ + + + conmon + + Mislav Čakarić + mcakaric@gmail.com + + Apache-2.0 + virt + An OCI container runtime monitor + Conmon is a monitoring program and communication tool between a container manager (podman) and an OCI runtime (runc) for a single container. + + https://getsol.us/sources/README.Solus + + + conmon + An OCI container runtime monitor + Conmon is a monitoring program and communication tool between a container manager (podman) and an OCI runtime (runc) for a single container. + + virt + + /usr/bin/conmon + + + + + 2019-08-23 + 2.0.0 + Packaging update + Mislav Čakarić + mcakaric@gmail.com + + + \ No newline at end of file