Accepting request 1226923 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1226923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/passt?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2024-11-27 21:10:47 +00:00 committed by Git OBS Bridge
commit bff561b659
6 changed files with 20 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="versionformat">%cs.%h</param>
<param name="revision">2024_11_21.238c69f</param>
<param name="revision">2024_11_27.c0fbc7e</param>
</service>
<service mode="manual" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://passt.top/passt</param>
<param name="changesrevision">238c69f9af458e41dea5ad8c988dbf65b05b5172</param></service></servicedata>
<param name="changesrevision">c0fbc7ef2ae2919bf6162b4149d341f448289836</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fba899d19d39a8c3cd67c951d4aa9193c14229635db2dbcd63df172bb3cac5cc
size 235858

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:320feb8ef76be3a177474b7b3765a325f6091a66306910c0d1fa4890099991c7
size 236785

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 27 14:19:40 UTC 2024 - dcermak@suse.com
- Update to version 20241127.c0fbc7e:
* dhcp: Honour broadcast flag (RFC 2131, 4.1)
* dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
* dhcp: Use -1 as "missing option" length instead of 0
* treewide: Introduce 'local mode' for disconnected setups
* test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
* ndp: Don't send first periodic router advertisement right after guest connects
* test/perf: Select a single IPv6 namespace address in pasta tests
* conf, passt.1: Update --mac-addr default in usage() and man page
* passt.1: Fix "default" note about --map-guest-addr
-------------------------------------------------------------------
Mon Nov 25 07:27:04 UTC 2024 - dcermak@suse.com

View File

@ -45,7 +45,7 @@
%global selinuxtype targeted
Name: passt
Version: 20241121.238c69f
Version: 20241127.c0fbc7e
Release: 0
Summary: User-mode networking daemons for virtual machines and namespaces
License: GPL-2.0-or-later AND BSD-3-Clause