[ubuntu/kinetic-proposed] openvswitch 3.0.0-0ubuntu1 (Accepted)

Frode Nordahl frode.nordahl at canonical.com
Mon Aug 22 14:27:14 UTC 2022


openvswitch (3.0.0-0ubuntu1) kinetic; urgency=medium

  [ Frode Nordahl ]
  * New upstream version 3.0.0
  * Merge packaging from Debian.
  * d/openvswitch-common.install: Add OVSDB local-config man page
    and ovsschema.
  * d/control: python3-openvswitch is now an architecture dependent
    package.
  * d/rules: Fix linkage of the python C extension.
  * d/rules: Refresh skip test list for ppc64el.
  * d/copyright: Drop superfluous file patterns.

  [ James Page ]
  * d/control: Add missing shlib:Depends for python3-openvswitch.
  * d/control: openvswitch-ipsec -> python3-openvswitch binary:Version
    due to switch to architecture specific Python module.

openvswitch (3.0.0~git20220718.e2e8d7c-0ubuntu1) kinetic; urgency=medium

  * New upstream snapshot from 3.0 release branch.
  * d/copyright: Tidy for removal of datapath component.
  * d/rules: Enable native json extension for OVS Python module
    (LP: #1982002).
  * d/rules: Drop obsolete installation for Python 2 versions.

openvswitch (2.17.2-4) unstable; urgency=medium

  * Upload to unstable.

openvswitch (2.17.2-3) experimental; urgency=medium

  * d/p/0001-ovsdb-idl-Support-write-only-changed-IDL-monitor-mod.patch:
    Cherry pick feature to improve scalability and performance which is
    required for OVN 22.03.1 (LP: #1980809).

openvswitch (2.17.2-2) experimental; urgency=medium

  * d/rules: exclude new tests that are failing on hppa
  * d/rules: exclude new tests that are failing on riscv64 (Closes:
    #1009969)
  * d/rules: exclude new tests that are failing on sparc64
  * d/clean: add trailing slash to directories
  * Do not install python3/ovtest in two packages (Closes: #1014749)
  * d/rules: simplify Python handling

openvswitch (2.17.2-1) experimental; urgency=medium

  [ Team upload ]
  * Update to 2.17.2 and merge Debian and Ubuntu packaging

  [ Christian Ehrhardt ]
    - d/control: merge Debian's uploaders list and extend it
    - d/control: bump Standards-Version (no changes needed)
    - d/control: set salsa based Vcs tags
    - d/control: switch to debhelper-compat (= 13)
    - d/control: add misc:Pre-Depends for compat 13 to pkgs with services
    - d/rules: dh_missing now covers --list-missing
    - d/rules: switch service start to compat 13 style
    - d/control: add breaks and replaces to match the file reorg seen by
      Debian between various packages
      + openvswitch-common to openvswitch-testcontroller
      - openvswitch-common to openvswitch-test
      - python3-openvswitch to openvswitch-test
    - d/control, d/openvswitch-dev.install: drop openvswitch-dev
      [Unused and not considered ABI stable, related to the
       drop of --enable-shared]
  * autopkgtest: also check service status
  * d/t/control: add isolation-machine as modules are involved
  * d/openvswitch-switch.{preinst,postinst,postrm}: take over
    /etc/default/openvswitch-switch

  [ Luca Boccassi ]
  * Merge debian/yoga with debian/2.17.0-0ubuntu1 into debian/experimental
    - retaining git history of both projects
    - retaining additions in Debian like maint script permissions,
      whitespace fixes and many other small things
    - drop --enable-shared
  * d/control: set Rules-Requires-Root
  * Remove dependency on automake1.10, obsolete
  * d/control: remove XS-Testsuite
  * Suggest python3:any when an optional python script is shipped
  * Add missing Pre-Depends
  * openswitch-source: add APL2 NOTICE to docs
  * Override some Lintian false positives
  * Override Lintian error about lack of +ds suffix
  * Enable hardening compiler options
  * autopkgtest: drop kernel module test
  * d/rules: use dh-exec instead of manually copying files
  * d/rules: drop remaining python2 logic
  * d/rules: adjust indentation
  * use d/clean instead of manual rm
  * d/rules: drop obsolete autoreconf snippets
  * d/rules: use execute_before/after
  * d/rules: switch to dh-sequence build dependencies
  * d/rules: use --sourcedirectory
  * Drop manual openvswitch-dbg package
  * d/rules: do not mark python test modules as executable
  * Override Lintian warning about autogenerated sources
  * Add dependency on lsb-base for sysv-only packages
  * ovsdb-server.service: switch from syslog.target to journald dependency
  * d/rules: add test exclusions for other archs from debian/yoga

  [ Frode Nordahl ]
  * d/rules: Allow use of EXTRA_CONFIGURE_OPTS
  * d/dkms.conf.in, d/rules.modules: drop unused
  * d/tests/*: Replace `echo -n` with `printf
  * d/automake.mk: Update list of files for upstream distribution
  * d/ifupdown.sh: Replace calls to ifconfig with `ip link`
  * Handle missing files
  * d/rules: Initialize DEB_HOST_ARCH when not set
  * Remove uneccessary whitespace in patches

Date: Mon, 22 Aug 2022 14:24:44 +0100
Changed-By: Frode Nordahl <frode.nordahl at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: James Page <james.page at ubuntu.com>
https://launchpad.net/ubuntu/+source/openvswitch/3.0.0-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Mon, 22 Aug 2022 14:24:44 +0100
Source: openvswitch
Built-For-Profiles: noudeb
Architecture: source
Version: 3.0.0-0ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Frode Nordahl <frode.nordahl at canonical.com>
Closes: 1009969 1014749
Launchpad-Bugs-Fixed: 1980809 1982002
Changes:
 openvswitch (3.0.0-0ubuntu1) kinetic; urgency=medium
 .
   [ Frode Nordahl ]
   * New upstream version 3.0.0
   * Merge packaging from Debian.
   * d/openvswitch-common.install: Add OVSDB local-config man page
     and ovsschema.
   * d/control: python3-openvswitch is now an architecture dependent
     package.
   * d/rules: Fix linkage of the python C extension.
   * d/rules: Refresh skip test list for ppc64el.
   * d/copyright: Drop superfluous file patterns.
 .
   [ James Page ]
   * d/control: Add missing shlib:Depends for python3-openvswitch.
   * d/control: openvswitch-ipsec -> python3-openvswitch binary:Version
     due to switch to architecture specific Python module.
 .
 openvswitch (3.0.0~git20220718.e2e8d7c-0ubuntu1) kinetic; urgency=medium
 .
   * New upstream snapshot from 3.0 release branch.
   * d/copyright: Tidy for removal of datapath component.
   * d/rules: Enable native json extension for OVS Python module
     (LP: #1982002).
   * d/rules: Drop obsolete installation for Python 2 versions.
 .
 openvswitch (2.17.2-4) unstable; urgency=medium
 .
   * Upload to unstable.
 .
 openvswitch (2.17.2-3) experimental; urgency=medium
 .
   * d/p/0001-ovsdb-idl-Support-write-only-changed-IDL-monitor-mod.patch:
     Cherry pick feature to improve scalability and performance which is
     required for OVN 22.03.1 (LP: #1980809).
 .
 openvswitch (2.17.2-2) experimental; urgency=medium
 .
   * d/rules: exclude new tests that are failing on hppa
   * d/rules: exclude new tests that are failing on riscv64 (Closes:
     #1009969)
   * d/rules: exclude new tests that are failing on sparc64
   * d/clean: add trailing slash to directories
   * Do not install python3/ovtest in two packages (Closes: #1014749)
   * d/rules: simplify Python handling
 .
 openvswitch (2.17.2-1) experimental; urgency=medium
 .
   [ Team upload ]
   * Update to 2.17.2 and merge Debian and Ubuntu packaging
 .
   [ Christian Ehrhardt ]
     - d/control: merge Debian's uploaders list and extend it
     - d/control: bump Standards-Version (no changes needed)
     - d/control: set salsa based Vcs tags
     - d/control: switch to debhelper-compat (= 13)
     - d/control: add misc:Pre-Depends for compat 13 to pkgs with services
     - d/rules: dh_missing now covers --list-missing
     - d/rules: switch service start to compat 13 style
     - d/control: add breaks and replaces to match the file reorg seen by
       Debian between various packages
       + openvswitch-common to openvswitch-testcontroller
       - openvswitch-common to openvswitch-test
       - python3-openvswitch to openvswitch-test
     - d/control, d/openvswitch-dev.install: drop openvswitch-dev
       [Unused and not considered ABI stable, related to the
        drop of --enable-shared]
   * autopkgtest: also check service status
   * d/t/control: add isolation-machine as modules are involved
   * d/openvswitch-switch.{preinst,postinst,postrm}: take over
     /etc/default/openvswitch-switch
 .
   [ Luca Boccassi ]
   * Merge debian/yoga with debian/2.17.0-0ubuntu1 into debian/experimental
     - retaining git history of both projects
     - retaining additions in Debian like maint script permissions,
       whitespace fixes and many other small things
     - drop --enable-shared
   * d/control: set Rules-Requires-Root
   * Remove dependency on automake1.10, obsolete
   * d/control: remove XS-Testsuite
   * Suggest python3:any when an optional python script is shipped
   * Add missing Pre-Depends
   * openswitch-source: add APL2 NOTICE to docs
   * Override some Lintian false positives
   * Override Lintian error about lack of +ds suffix
   * Enable hardening compiler options
   * autopkgtest: drop kernel module test
   * d/rules: use dh-exec instead of manually copying files
   * d/rules: drop remaining python2 logic
   * d/rules: adjust indentation
   * use d/clean instead of manual rm
   * d/rules: drop obsolete autoreconf snippets
   * d/rules: use execute_before/after
   * d/rules: switch to dh-sequence build dependencies
   * d/rules: use --sourcedirectory
   * Drop manual openvswitch-dbg package
   * d/rules: do not mark python test modules as executable
   * Override Lintian warning about autogenerated sources
   * Add dependency on lsb-base for sysv-only packages
   * ovsdb-server.service: switch from syslog.target to journald dependency
   * d/rules: add test exclusions for other archs from debian/yoga
 .
   [ Frode Nordahl ]
   * d/rules: Allow use of EXTRA_CONFIGURE_OPTS
   * d/dkms.conf.in, d/rules.modules: drop unused
   * d/tests/*: Replace `echo -n` with `printf
   * d/automake.mk: Update list of files for upstream distribution
   * d/ifupdown.sh: Replace calls to ifconfig with `ip link`
   * Handle missing files
   * d/rules: Initialize DEB_HOST_ARCH when not set
   * Remove uneccessary whitespace in patches
Checksums-Sha1:
 c80b5becee39115632cfed9acdbd90be587c7c1f 3512 openvswitch_3.0.0-0ubuntu1.dsc
 4fdd3dd9e18f460221339d15aaa5bd2f38b9dbf1 4805588 openvswitch_3.0.0.orig.tar.xz
 a57575b34c1c3e4eb408ee909d06f7226dd2af45 54004 openvswitch_3.0.0-0ubuntu1.debian.tar.xz
 4136c8cd92bd2f2e468ac31eadab72c72d7349ff 12023 openvswitch_3.0.0-0ubuntu1_source.buildinfo
Checksums-Sha256:
 4ca85ae11727afd2d5a75da2ddd7916706b940fd36eb70fc96a7a699a93f7e7b 3512 openvswitch_3.0.0-0ubuntu1.dsc
 bc439695837b94b209a3519c6d75a49273a6fadcc7b30ee5ae15a20ee31f21cd 4805588 openvswitch_3.0.0.orig.tar.xz
 f1d7161ec5a66411365e1ece4c723ca6546035d7ca62f96aa34d59a54f52985d 54004 openvswitch_3.0.0-0ubuntu1.debian.tar.xz
 ae6ff7a95e404bea92e7616e54d6ee7a1305d296fcfb141075327cc89d3c32f2 12023 openvswitch_3.0.0-0ubuntu1_source.buildinfo
Files:
 8e232684f24c839a89ad9ef2edd4f9c3 3512 net optional openvswitch_3.0.0-0ubuntu1.dsc
 20483357262d272ebff2a8c1e34b3c5a 4805588 net optional openvswitch_3.0.0.orig.tar.xz
 23f2b9f474d01575a0c5d681d69b1855 54004 net optional openvswitch_3.0.0-0ubuntu1.debian.tar.xz
 f03939d33cea8515ab3d4f35aa704b64 12023 net optional openvswitch_3.0.0-0ubuntu1_source.buildinfo
Original-Maintainer: Open vSwitch developers <dev at openvswitch.org>


More information about the kinetic-changes mailing list