Compare commits
No commits in common. "c8-beta" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/1.1.0.tar.gz
|
/*.tar.gz
|
||||||
SOURCES/netavark-v1.1.0-vendor.tar.gz
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
5f22fd74fc25d71335f8ca5cd5aa74c383d30576 SOURCES/1.1.0.tar.gz
|
|
||||||
63dcfdcb2b5917a213f89469aa4e643f92230410 SOURCES/netavark-v1.1.0-vendor.tar.gz
|
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: netavark
|
Name: netavark
|
||||||
Version: 1.1.0
|
Version: 1.6.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0 and BSD and MIT
|
License: ASL 2.0 and BSD and MIT
|
||||||
ExclusiveArch: %{rust_arches}
|
ExclusiveArch: %{rust_arches}
|
||||||
Summary: OCI network stack
|
Summary: OCI network stack
|
||||||
@ -18,6 +18,11 @@ 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
|
||||||
|
# https://github.com/containers/netavark/issues/578
|
||||||
|
ExcludeArch: i686
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
@ -48,6 +53,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
|
||||||
@ -65,9 +77,18 @@ cp %{SOURCE2} .
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_libexecdir}/podman
|
%dir %{_libexecdir}/podman
|
||||||
%{_libexecdir}/podman/%{name}
|
%{_libexecdir}/podman/%{name}
|
||||||
|
/usr/lib/systemd/system/*
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.0-1
|
||||||
|
- update to https://github.com/containers/netavark/releases/tag/v1.6.0
|
||||||
|
- Related: #2176055
|
||||||
|
|
||||||
|
* Wed Mar 08 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.5.0-5
|
||||||
|
- exclude i686
|
||||||
|
- Related: #2123641
|
||||||
|
|
||||||
* Tue Aug 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-6
|
* Tue Aug 09 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.1.0-6
|
||||||
- bump Epoch to preserve upgrade path
|
- bump Epoch to preserve upgrade path
|
||||||
- Related: #2061390
|
- Related: #2061390
|
2
sources
Normal file
2
sources
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA512 (1.6.0.tar.gz) = a09d055f0e705ac111c00218c637b35b7986cbe36b8463fd040ffbdce5f31ba631fa6efac0c6cb70ea7c83321cac89d7d178c296cf0d0609524618e8de61c069
|
||||||
|
SHA512 (netavark-v1.6.0-vendor.tar.gz) = 741b0712bb7888ba59c7c1c03d6cdfa0fee3898219a049270c658d55f33e46d9eab43aa09a93599edc04ba61f6e194cf724cc7007fcf92526bd666ad0f7ad422
|
Loading…
Reference in New Issue
Block a user