netavark-1.10.0-2.el9
- Fix build of 1.10.0 - thanks to Lokesh Mandvekar - Related: Jira:RHEL-2112 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
e7ea9b4ca5
commit
cdad010e4a
@ -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 <jnovy@redhat.com> - 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 <jnovy@redhat.com> - 2:1.10.0-1
|
||||
- update to https://github.com/containers/netavark/releases/tag/v1.10.0
|
||||
- Related: RHEL-2112
|
||||
|
Loading…
Reference in New Issue
Block a user