Accepting request 1308737 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1308737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netavark?expand=0&rev=21
This commit is contained in:
4
_service
4
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/containers/netavark.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.15.2</param>
|
||||
<param name="revision">v1.16.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -18,7 +18,7 @@
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">netavark</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">netavark</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/netavark.git</param>
|
||||
<param name="changesrevision">01b002ffea76934739836bddabe223908f48eb76</param></service></servicedata>
|
||||
<param name="changesrevision">c95689f62cfff050b5e5b5bda32c8bdb7c8e209f</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d32f95c51b7fb193324fdaa88ed19e719a4d8106411bbddb7f9db6048f5c19a
|
||||
size 185049
|
||||
3
netavark-1.16.1.tar.gz
Normal file
3
netavark-1.16.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa15f5fd49f34e8aea7d1679dbc32ad134ee1530bcf459e8f4580a7c82d075ad
|
||||
size 186827
|
||||
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 05:43:09 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
- setting update to false in cargo_vendor_service as it updates
|
||||
the dependencies to the latest version in the vendor files
|
||||
that leads to build failures in netavark. Because, the upstream
|
||||
code was written for with the older version of dependencies
|
||||
|
||||
- Update to version 1.16.1:
|
||||
* release v1.16.1
|
||||
* release notes for v1.16.1
|
||||
* Revert "[skip-ci] Update actions/download-artifact action to v5"
|
||||
* update nftables to v0.6.3
|
||||
* release v1.16.0
|
||||
* release notes for v1.16.0
|
||||
* sync release notes from 1.15 branch
|
||||
* fix new lint warnings on rust 1.89
|
||||
* [skip-ci] Update actions/checkout action to v5
|
||||
* [skip-ci] Update actions/download-artifact action to v5
|
||||
* fix(deps): update rust crate tokio to 1.47.1
|
||||
* fix(deps): update rust crate clap to ~4.5.42
|
||||
* fix(deps): update rust crate serde_json to 1.0.142
|
||||
* fix(deps): update rust crate tokio to 1.47.0
|
||||
* fix(deps): update rust crate hyper-util to 0.1.16
|
||||
* exec_netns macro: update comment
|
||||
* test: add new test program for connection checks
|
||||
* add .cargo/config.toml to runs tests via unshare -rn
|
||||
* fix(deps): update rust crate rand to 0.9.2
|
||||
* fix(deps): update rust crate serde_json to 1.0.141
|
||||
* fix(deps): update rust crate zbus to 5.9.0
|
||||
* log default route mtu
|
||||
* get_mtu_from_iface_attributes: return error without mtu
|
||||
* make get_default_route_interface return the full LinkMessage
|
||||
* bridge: early break out of loop
|
||||
* change exec_netns macro to return result
|
||||
* Set bridge MTU to match default route.
|
||||
* fix(deps): update rust crate zbus to 5.8.0
|
||||
* fix(deps): update rust crate hyper-util to 0.1.15
|
||||
* fix(deps): update rust crate tokio to 1.46.1
|
||||
* fix(deps): update rust crate tokio to 1.46.0
|
||||
* fix new rust 1.88 lint errors
|
||||
* fix(deps): update rust crate clap to ~4.5.40
|
||||
* fix(deps): update rust crate hyper-util to 0.1.14
|
||||
* make more use of NetavarkError
|
||||
* drop DhcpProxy error type from NetavarkError
|
||||
* update nix to v0.30.1
|
||||
* fix(deps): update rust crate clap to ~4.5.39
|
||||
* fix(deps): update rust crate zbus to 5.7.1
|
||||
* write bridge sysctl to config file
|
||||
* extract systemd path check to core_utils
|
||||
* move sysctl code into separate module
|
||||
* wrap sysctl name in error
|
||||
* drop sysctl dependency
|
||||
* update MSRV to v1.83
|
||||
* dhcp_proxy: set timeout_sender only if required
|
||||
* cargo: bump mozim to 0.2.6
|
||||
* fix(deps): update rust crate hyper-util to 0.1.13
|
||||
* Revert "remove search domain from response"
|
||||
* fix(deps): update rust crate tokio to 1.45.1
|
||||
* update netlink-packet-route to v0.23.0
|
||||
* update nix to v0.30.1
|
||||
* remove unused nispor from Cargo.toml
|
||||
* fix(deps): update rust crate zbus to 5.7.1
|
||||
* fix(deps): update rust crate hyper-util to 0.1.12
|
||||
* rpm: update description
|
||||
* bump to v1.16.0-dev
|
||||
* fix(deps): update rust crate zbus to 5.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 09 07:23:27 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: netavark
|
||||
version: 1.15.2
|
||||
mtime: 1749032668
|
||||
commit: 01b002ffea76934739836bddabe223908f48eb76
|
||||
version: 1.16.1
|
||||
mtime: 1755788304
|
||||
commit: c95689f62cfff050b5e5b5bda32c8bdb7c8e209f
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package netavark
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define major_minor %((v=%{version}; echo ${v%.*}))
|
||||
|
||||
Name: netavark
|
||||
Version: 1.15.2
|
||||
Version: 1.16.1
|
||||
Release: 0
|
||||
Summary: Container network stack
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97b28d733bf772a53d390de6035d879aceb0dc924c7ca2a2895c0a8ef02e1e82
|
||||
size 39674968
|
||||
oid sha256:ab747f35ca3beacefa5d5f1fb870ad54e0a8148ca288e8d0223bbab137c58f04
|
||||
size 42668200
|
||||
|
||||
Reference in New Issue
Block a user