Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-06-07 14:13:16 -04:00
parent b8f1f44634
commit d6698f5d5f

View File

@ -152,6 +152,9 @@ providing packages with %{import_path} prefix.
%autosetup -Sgit -n %{repo}-%{commit0}
rm -rf plugins/main/windows
# Use correct paths in cni-dhcp unitfiles
sed -i 's/\/opt\/cni\/bin/\%{_prefix}\/libexec\/cni/' plugins/ipam/dhcp/systemd/cni-dhcp.service
%build
export ORG_PATH="%{provider}.%{provider_tld}/%{project}"
export REPO_PATH="$ORG_PATH/%{repo}"