1
0
Vasily Ulyanov 2021-11-26 06:00:55 +00:00 committed by Git OBS Bridge
parent 6de3cb8e31
commit b350090a52
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@ PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/virt-handler:%%PKG_VERSION%%.%RELEASE%"
RUN zypper -n install \
curl \
dbus-1 \
iproute2 \
iptables \

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 26 05:45:28 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install curl (needed for testing)
-------------------------------------------------------------------
Mon Jul 12 14:39:09 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>