forked from pool/netavark
Accepting request 1178256 from devel:microos
- Remove redundant source: cargo_config - Update to version 1.11.0 (forwarded request 1178239 from danishprakash) OBS-URL: https://build.opensuse.org/request/show/1178256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netavark?expand=0&rev=11
This commit is contained in:
commit
e19fd4927e
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/containers/netavark.git</param>
|
<param name="url">https://github.com/containers/netavark.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v1.10.3</param>
|
<param name="revision">v1.11.0</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containers/netavark.git</param>
|
<param name="url">https://github.com/containers/netavark.git</param>
|
||||||
<param name="changesrevision">d9f9fdc116ea3ed72a6eb4e59da33bf5d7c60b38</param></service></servicedata>
|
<param name="changesrevision">ab4f101a39b687c01e2df578162c2fa16a881c1b</param></service></servicedata>
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ea900dd9463bc14cd3d6d586ba4d42b5cfc417a9b0d14cba1d86413a0ee9835
|
|
||||||
size 167641
|
|
3
netavark-1.11.0.tar.gz
Normal file
3
netavark-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c6331985314dc0d61a9dba6c4555831388dbff4b8f0cb413d1bdeb06cb1585f
|
||||||
|
size 168986
|
@ -1,3 +1,84 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 03 06:42:43 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
- Remove redundant source: cargo_config
|
||||||
|
- Update to version 1.11.0:
|
||||||
|
* Release v1.11.0
|
||||||
|
* Update release notes for 1.11.0
|
||||||
|
* update netlink-packet-route to 0.20.0
|
||||||
|
* run cargo update
|
||||||
|
* fix: remove extra / in make install and uninstall
|
||||||
|
* chore(deps): update dependency containers/automation_images to v20240529
|
||||||
|
* fix(deps): update rust crate nix to 0.29.0
|
||||||
|
* fix(deps): update rust crate nispor to 1.2.19
|
||||||
|
* fix(deps): update rust crate anyhow to 1.0.86
|
||||||
|
* fix(deps): update rust crate anyhow to 1.0.85
|
||||||
|
* [skip-ci] Packit: do not create dup jobs on podman-next
|
||||||
|
* fix(deps): update rust crate anyhow to 1.0.84
|
||||||
|
* [skip-ci] RPM: use default __cargo macro across all envs
|
||||||
|
* [skip-ci] RPM: switch default firewall to nftables on EL10+
|
||||||
|
* chore(deps): update dependency containers/automation_images to v20240513
|
||||||
|
* Add conditional compilation of default firewall driver
|
||||||
|
* fix(deps): update rust crate serde_json to 1.0.117
|
||||||
|
* fix new clippy warnings
|
||||||
|
* Update CI image to fedora 40
|
||||||
|
* fix ncat sctp tests
|
||||||
|
* fix(deps): update rust crate anyhow to 1.0.83
|
||||||
|
* build(deps): bump h2 from 0.3.25 to 0.3.26
|
||||||
|
* [skip-ci] Packit: distinct `-rhel` packages value
|
||||||
|
* [skip-ci] Packit: enable c10s downstream sync
|
||||||
|
* fix(deps): update rust crate libc to 0.2.154
|
||||||
|
* fix(deps): update rust crate ipnet to 2.9.0
|
||||||
|
* fix(deps): update rust crate tower to 0.4.13
|
||||||
|
* fix(deps): update rust crate tokio-stream to 0.1.15
|
||||||
|
* fix(deps): update rust crate prost to 0.12.4
|
||||||
|
* fix(deps): update rust crate iptables to 0.5.1
|
||||||
|
* [skip-ci] Packit: remove el8 jobs
|
||||||
|
* fix(deps): update rust crate anyhow to 1.0.82
|
||||||
|
* fix(deps): update rust crate serde to 1.0.199
|
||||||
|
* Add suffix to Aardvark internal network filenames
|
||||||
|
* fix port forward with strict RPF and multi networks
|
||||||
|
* renovate: stop rebasing PRs automatically
|
||||||
|
* chore(deps): update rust crate chrono to 0.4.38
|
||||||
|
* fix(deps): update rust crate serde_json to 1.0.116
|
||||||
|
* fix(deps): update rust crate netlink-sys to 0.8.6
|
||||||
|
* nftables: only dump netavark table rules
|
||||||
|
* update nftables to 0.4
|
||||||
|
* fix aardvark-dns netns check
|
||||||
|
* fix(deps): update rust crate tokio to 1.37
|
||||||
|
* fix(deps): update rust crate netlink-packet-route to 0.19.0
|
||||||
|
* Update to nix-0.28.0
|
||||||
|
* fix(deps): update rust crate mozim to 0.2.3
|
||||||
|
* fix(deps): update rust crate nispor to 1.2.18
|
||||||
|
* Update chrono
|
||||||
|
* fix(deps): update rust crate serde_json to 1.0.115
|
||||||
|
* build(deps): bump mio from 0.8.9 to 0.8.11
|
||||||
|
* [skip-ci] rpm: aardvark-dns is a hard dep across the board
|
||||||
|
* Update Rust crate env_logger to 0.11.3
|
||||||
|
* Update Rust crate serde to 1.0.197
|
||||||
|
* Update Rust crate tempfile to 3.10.1
|
||||||
|
* Update Rust crate log to 0.4.21
|
||||||
|
* Update Rust crate zbus to 3.15.2
|
||||||
|
* Update Rust crate serde_json to 1.0.114
|
||||||
|
* Update Rust crate env_logger to 0.11.2
|
||||||
|
* Update Rust crate chrono to 0.4.34
|
||||||
|
* Update Rust crate tonic-build to 0.11
|
||||||
|
* Update Rust crate tonic to 0.11
|
||||||
|
* fix netavark update to not start a new aardvark-dns
|
||||||
|
* Update Rust crate tempfile to 3.10.0
|
||||||
|
* Update Rust crate zbus to 3.15.0
|
||||||
|
* Update Rust crate tokio to 1.36
|
||||||
|
* Update Rust crate chrono to 0.4.33
|
||||||
|
* Do not perform network namespace detection on AV update
|
||||||
|
* [CI:BUILD] Packit/rpm: fix aardvark-dns handling
|
||||||
|
* Update Rust crate serde_json to 1.0.113
|
||||||
|
* Update Rust crate serde_json to 1.0.112
|
||||||
|
* Update Rust crate env_logger to 0.11.1
|
||||||
|
* update README with nftables support
|
||||||
|
* Bump to v1.11.0-dev
|
||||||
|
* perf-netavark: accept fw driver as argument
|
||||||
|
* perf-netavark: fix missing --config arg
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 13 08:43:45 UTC 2024 - danish.prakash@suse.com
|
Tue Feb 13 08:43:45 UTC 2024 - danish.prakash@suse.com
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
%define major_minor %((v=%{version}; echo ${v%.*}))
|
%define major_minor %((v=%{version}; echo ${v%.*}))
|
||||||
|
|
||||||
Name: netavark
|
Name: netavark
|
||||||
Version: 1.10.3
|
Version: 1.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container network stack
|
Summary: Container network stack
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
BuildRequires: protobuf-devel
|
BuildRequires: protobuf-devel
|
||||||
@ -55,8 +54,6 @@ Its features include:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cargo build --release
|
cargo build --release
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:32a058440f734dcd95abd31c8041bad30953e8e0edb92f900ef439bb5ee82947
|
oid sha256:730208228e3d9ad39d46b6997f475df7149ecced5a63ad108060e8222127010f
|
||||||
size 40899183
|
size 43195849
|
||||||
|
Loading…
x
Reference in New Issue
Block a user