diff --git a/netavark.spec b/netavark.spec index 980283a..5fe5de8 100644 --- a/netavark.spec +++ b/netavark.spec @@ -4,7 +4,7 @@ Epoch: 2 Name: netavark Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 and BSD and MIT ExclusiveArch: %{rust_arches} # this is needed for go-md2man @@ -53,6 +53,11 @@ tar fx %{SOURCE1} mkdir -p .cargo cat >.cargo/config << EOF +[source."git+https://github.com/namib-project/nftables-rs.git?rev=1b0c60b"] +git = "https://github.com/namib-project/nftables-rs.git" +rev = "1b0c60b" +replace-with = "vendored-sources" + [source.crates-io] replace-with = "vendored-sources" @@ -84,6 +89,10 @@ go-md2man -in %{name}.1.md -out %{name}.1 %{_mandir}/man1/%{name}.1* %changelog +* Thu Jan 25 2024 Jindrich Novy - 2:1.10.0-2 +- Fix build of 1.10.0 - thanks to Lokesh Mandvekar +- Related: Jira:RHEL-2112 + * Wed Jan 24 2024 Jindrich Novy - 2:1.10.0-1 - update to https://github.com/containers/netavark/releases/tag/v1.10.0 - Related: RHEL-2112