forked from pool/netavark
Accepting request 1144486 from devel:microos
Rely only on <major>.<minor> for aardvark-dns requires (forwarded request 1144477 from danishprakash) OBS-URL: https://build.opensuse.org/request/show/1144486 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netavark?expand=0&rev=9
This commit is contained in:
commit
64f919ae68
2
_service
2
_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.9.0</param>
|
||||
<param name="revision">v1.10.2</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/netavark.git</param>
|
||||
<param name="changesrevision">1ac690051d5ba3a6dbc5898b931f7175a9d8e7ac</param></service></servicedata>
|
||||
<param name="changesrevision">664637b12ab9ce96247fa907265171289cf0d501</param></service></servicedata>
|
BIN
netavark-1.10.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
netavark-1.10.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d91d7c7848170d1730d4dc1c3c1ad738624fa798f66bad4e4fee9014ce8f5cbb
|
||||
size 151246
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 07:50:29 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- Rely only on <major>.<minor> for aardvark-dns requires, even though
|
||||
it is released in sync with netavark, relying on patch version is brittle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 01 14:04:11 UTC 2024 - danish.prakash@suse.com
|
||||
|
||||
- Update to version 1.10.2:
|
||||
* Release v1.10.2
|
||||
* Release notes for v1.10.2
|
||||
* [CI:BUILD] Packit/rpm: fix aardvark-dns handling
|
||||
* Do not perform network namespace detection on AV update
|
||||
* Release v1.10.1
|
||||
* Updated release notes for v1.10.1
|
||||
* update to nftables release 0.3 from crates.io
|
||||
* DISTRO_PACKAGE: fix incorrect vendored tar archive URL
|
||||
* Bump to 1.11.0-dev
|
||||
* Release 1.10.0
|
||||
* Release notes for 1.10.0
|
||||
* RPM: update .cargo/config before building
|
||||
* Add support for isolation to the nftables driver
|
||||
* build(deps): bump h2 from 0.3.22 to 0.3.24
|
||||
* chore(deps): update rust crate chrono to 0.4.32
|
||||
* fix(deps): update rust crate env_logger to 0.11.0
|
||||
* chore(deps): update dependency containers/automation_images to v20240102
|
||||
* Bump nftables-rs to latest commit
|
||||
* Netavark: nftables support
|
||||
* fix(deps): update rust crate serde_json to 1.0.111
|
||||
* feat: added the --firewall-driver option
|
||||
* Document how to generate a code coverage report for netavark
|
||||
* fix(deps): update rust crate clap to ~4.4.12
|
||||
* fix(deps): update rust crate serde_json to 1.0.110
|
||||
* fix(deps): update rust-futures monorepo to 0.3.30
|
||||
* fix(deps): update rust crate nispor to 1.2.16
|
||||
* chore(deps): update rust crate tempfile to 3.9.0
|
||||
* Use tonic::transport::Uri instead of HTTP
|
||||
* chore(deps): update dependency containers/automation_images to v20231208
|
||||
* fix(deps): update rust crate tokio to 1.35
|
||||
* dhcp-proxy: return actual error instead of generic one
|
||||
* dhcp-proxy: skip set gateway if missing
|
||||
* bump netlink-packet-route to 0.18.1
|
||||
* chore(deps): update rust crate once_cell to 1.19.0
|
||||
* fix(deps): update rust crate nispor to 1.2.15
|
||||
* fix(deps): update rust crate serde to 1.0.193
|
||||
* fix(deps): update rust crate clap to ~4.4.10
|
||||
* aardvark: show error if process is in wrong netns
|
||||
* aardvark: remove unessesary unlock lockfile calls
|
||||
* fix(deps): update rust crate url to 2.5.0
|
||||
* Bump working version to v1.10.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 07:05:28 UTC 2023 - danish.prakash@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package netavark
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,8 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define major_minor %((v=%{version}; echo ${v%.*}))
|
||||
|
||||
Name: netavark
|
||||
Version: 1.9.0
|
||||
Version: 1.10.2
|
||||
Release: 0
|
||||
Summary: Container network stack
|
||||
License: Apache-2.0
|
||||
@ -31,7 +33,7 @@ BuildRequires: protobuf-devel
|
||||
BuildRequires: rust+cargo >= 1.66
|
||||
BuildRequires: systemd-rpm-macros
|
||||
# aardvark-dns and %%{name} are usually released in sync
|
||||
Requires: aardvark-dns >= %{version}
|
||||
Requires: aardvark-dns >= %{major_minor}
|
||||
# Provides: container-network-stack = 2
|
||||
|
||||
%description
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user