diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..1ed46c7 --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + + 6 + + + diff --git a/kubevirt.changes b/kubevirt.changes index 682f652..ab60981 100644 --- a/kubevirt.changes +++ b/kubevirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 29 05:17:03 UTC 2021 - Vasily Ulyanov + +- Set default reg_path='registry.opensuse.org/kubevirt' +- Add _constraints file with disk requirements + ------------------------------------------------------------------- Fri Apr 23 09:50:20 UTC 2021 - Vasily Ulyanov diff --git a/kubevirt.spec b/kubevirt.spec index ec0e9c4..4dd362b 100644 --- a/kubevirt.spec +++ b/kubevirt.spec @@ -139,7 +139,7 @@ case "${distro}" in 150300:0) reg_path='registry.suse.de/suse/containers/sle-server/15/containers/suse/sles/15.3' ;; *) - reg_path='registry.opensuse.org/virtualization/container/kubevirt' ;; + reg_path='registry.opensuse.org/kubevirt' ;; esac %else reg_path='%{registry_path}'