netavark-1.5.0-2.el9
- fix build - thank to Paul Holzinger - Related: #2124478 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
f434b8edd1
commit
b8d30b5f1c
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: netavark
|
Name: netavark
|
||||||
Version: 1.4.0
|
Version: 1.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
# this is needed for go-md2man
|
# this is needed for go-md2man
|
||||||
@ -22,6 +22,9 @@ Provides: container-network-stack = 2
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: rust-srpm-macros
|
BuildRequires: rust-srpm-macros
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
|
BuildRequires: protobuf-compiler
|
||||||
|
BuildRequires: protobuf-c
|
||||||
|
BuildRequires: gcc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -52,6 +55,13 @@ cat >.cargo/config << EOF
|
|||||||
[source.crates-io]
|
[source.crates-io]
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
[net]
|
||||||
|
offline = true
|
||||||
|
|
||||||
|
[source."https://github.com/containers/netavark-dhcp-proxy"]
|
||||||
|
git = "https://github.com/containers/netavark-dhcp-proxy"
|
||||||
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
||||||
EOF
|
EOF
|
||||||
@ -72,6 +82,14 @@ go-md2man -in %{name}.1.md -out %{name}.1
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-2
|
||||||
|
- fix build - thank to Paul Holzinger
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
|
* Fri Feb 03 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-1
|
||||||
|
- update to https://github.com/containers/netavark/releases/tag/v1.5.0
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
* Thu Dec 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.4.0-1
|
* Thu Dec 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.4.0-1
|
||||||
- update to https://github.com/containers/netavark/releases/tag/v1.4.0
|
- update to https://github.com/containers/netavark/releases/tag/v1.4.0
|
||||||
- Related: #2124478
|
- Related: #2124478
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (1.4.0.tar.gz) = 85be9b6c1ef7261fcb98c78267cd91e0d07527387f3c72389fcb4e70e55037b23ed954cfc08e9f7fdea4b1eb0f17b00fbefcc8e9eeddd3a4a4dd10321dcbe803
|
SHA512 (1.5.0.tar.gz) = 32ce316af1558cef9a49aedddc0db5dd058f1f5d2a145ef8299a156f51743ffc86a1f299ffadf2955742965f5f0d11070b6363dad42cbeb3f5e7a3363f00d5f3
|
||||||
SHA512 (netavark-v1.4.0-vendor.tar.gz) = a249ca1c03390b48aeab844fd808f5d7cb518eb1ca4a596a65376b52d353a8162cbf36b26a58a2eec2364f53ea171caca57dec21cbc50f0d799ac48c95849fb9
|
SHA512 (netavark-v1.5.0-vendor.tar.gz) = adf7ecf95e009aa2a6d925d52a8923bd0a2dddae87a0daf3a2240da09398ab582492e95d16eb89487c921643a1ed56c353bacd011a4cf65f49126aa7ac5e9203
|
||||||
|
Loading…
Reference in New Issue
Block a user